<div dir="ltr">I’m continuing my work to improve the DatabaseSupport package. The goal is to enable the development of database-driven applications using Cuis Smalltalk.<br><br><div>I’ve just submitted a pull request to the project’s repository. Here are the latest updates :</div><div><br></div><div><b>1.19 (2026-04-11)</b><br><br><u>Added</u><ul><li>`ODBCConnection class >> dsn:` for a data source that does not require authentication.</li><li>Optional `Tests-ODBC` package for unit tests.</li><li>Documentation about unit tests.</li><li>The project's language is set to `Smalltalk` on GitHub.</li><li>A logo for the project :)</li></ul><u>Fixed</u><ul><li>`SQLInteger` class uses 32-bit values instead of 64-bit values (<a href="https://www.unixodbc.org/doc/ODBC64.html">https://www.unixodbc.org/doc/ODBC64.html</a>).</li><li>Incorrect `TimeStamp` class in `ODBColumn >> dateTimeData` (replaced by the `DateTime` class).</li><li>An argument of a parameterized query can now contain a string. </li><li>Support of UTF8 strings in ODBCStatement >> fillArg:with:</li><li>Improvement of the documentation for the SQLite data source.</li></ul><u>Removed</u><br><ul><li>Unnecessary and broken `ODBCResultTable` class.</li></ul></div><div>Best regards</div><div>Olivier </div></div>