[Cuis-dev] DatabaseSupport improvements (version 1.19)

olivier auverlot olivier.auverlot at gmail.com
Sat Apr 11 10:19:35 PDT 2026


I’m continuing my work to improve the DatabaseSupport package. The goal is
to enable the development of database-driven applications using Cuis
Smalltalk.

I’ve just submitted a pull request to the project’s repository. Here are
the latest updates :

*1.19 (2026-04-11)*

*Added*

   - `ODBCConnection class >> dsn:` for a data source that does not require
   authentication.
   - Optional `Tests-ODBC` package for unit tests.
   - Documentation about unit tests.
   - The project's language is set to `Smalltalk` on GitHub.
   - A logo for the project :)

*Fixed*

   - `SQLInteger` class uses 32-bit values instead of 64-bit values (
   https://www.unixodbc.org/doc/ODBC64.html).
   - Incorrect `TimeStamp` class in `ODBColumn >> dateTimeData` (replaced
   by the `DateTime` class).
   - An argument of a parameterized query can now contain a string.
   - Support of UTF8 strings in ODBCStatement >> fillArg:with:
   - Improvement of the documentation for the SQLite data source.

*Removed*

   - Unnecessary and broken `ODBCResultTable` class.

Best regards
Olivier
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20260411/147d132e/attachment.htm>


More information about the Cuis-dev mailing list