This is not the big update that I’ve been working on for months. This is an update to the version you’ve been using fixing a handful of bugs that have been reported.
Resolved issues:
Fixed a bug that caused an IllegalCastException when a container was on a window with a DBKit.TableConnection.
Fixed a bug that caused some characters not to appear correctly in DBKit.TextField and DBKit.TextArea when the encoding of the characters coming from the database was nil.
Fixed a bug that caused an issue when using DBKit with PostgreSQL where the primary key of a table was a TEXT type.
The EditingButton is now available for the web version of DBKit.
Icons that were missing in the web version are now again included.
If you go to the IDE, choose New Project, click on Examples then open the Databases folder, it will be there. The version of DBKit is stored in a constant. In the Navigator, open DBKit, open Constants and click on Version.
This is typically a good example of why Xojo desktop apps should support uri schemes.
You code just post a link to xojo://new_project/examples/dbkit
And it would open the IDE, prompt to create a new project, select the examples tab and navigate to dbkit.