1.5:
- Added Windows Arm64 build.
1.0.2:
- Fixed problem with Constructor that takes in Xojo DateTime in the Timestamp class.
1.0:
- Completed the documentation.
- Completed example projects.
- Compiled for DuckDB 0.2.5.
- Fixed problem with addressing results by named columns.
0.9:
- Added macOS 32 bit build.
- Added Linux 32 bit build.
- Added Linux 64 bit build.
- Added Linux ARM build.
- Added BeginTransaction method to the Connection class.
- Added Commit method to the Connection class.
- Added Rollback method to the Connection class.
- Added Private Constructor to the Database class so that the programmer does not accidentally create instance of the class in invalid way.
- Added two functions on the Recordset class to read blob (not been tested yet).
- Added Appender class.
- Added CreateAppender function to the Connection class.
- Fixed reading Xojo Currency type on the Recordset class.
- Added more documentation.
0.7:
- This is the first test version we publish to the public.