Version 1.3.0 released 11. Mar 2025
SQLTables,
    SQLColumns,
    SQLForeignKeys etc.) has been fixed.
  MaxStmtsPerSQL has been introduced allowing to limit the number of statements executed per SQL. 0 = ALL statements are executed (the default). Add MaxStmtsPerSQL=1 to the connection string to get the behavior of prior versions.CPU ≥ Pentium-M (~2003), FPU ≥ SSE4.2 (~2007)CPU ≥ X86-64-V2 (~2000), FPU ≥ SSE4.2 (~2007)Version 1.2.2 released 21. Feb 2025
Unable to write value, valueName: "AllowCreate", value: "1", when closing the data source dialog via the [ Ok ] button, has been fixed.Version 1.2.1 released 31. Oct 2024
Version 1.2.0 released 22. Oct 2024
SQL_ATTR_NOSCAN via SQLSetStmtAttr can be used to turn the search for ODBC escape sequences off (SQL_NOSCAN_ON) or on (SQL_NOSCAN_OFF).IgnoreOdbcESC=True|False recognized, to set the search for ODBC escape sequences off|on for all statements that are executed on that connection.SQL_TYPE_DATE and SQL_TYPE_TIME returned by SQLGetTypeInfo now (SQL_TYPE_TIMESTAMP was already returned by prior versions).Version 1.1.0 released 15. Jun 2024
BusyTimeout to set the maximum time (in [milliseconds]) to wait for statements of other connections to finish before the execution of statements on this connection is aborted. This will call sqlite3_busy_timeout(...) after the creation of the connection. The default value is 3000 (3 seconds). Note: The previous version 1.0.0 behaved as if BusyTimeout=0 was used (immediately fail if any other statement is executing).Test Connection button of the DSN config dialog did not show the actual error message.Version 1.0.0 released 03. Jan 2024
SQLXxxxxW functions. But it converts
      string data to ANSI if an application wants character data as SQL_C_CHAR (instead of SQL_C_WCHAR).Date, Time and Datetime datatypes.SQLSetPos with operations SQL_ADD, SQL_UPDATE, SQL_DELETE and SQL_REFRESH for tables with
    primary keys, when all primary key columns are in the select list of the statement.