[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 'gb.db2' fixes. Finish 'gb.db2.sqlite3' and 'gb.db2.postgresql' drivers.



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
62a772cf by Benoît Minisini at 2024-07-04T01:38:03+02:00
'gb.db2' fixes. Finish 'gb.db2.sqlite3' and 'gb.db2.postgresql' drivers.

[GB.DB2]
* BUG: Result indexes have to be 32 bits integers.
* BUG: Check names of databases, users...
* NEW: Implement 'Table.Fields.List' and 'Table.Indexes.List' properties.
* BUG: Fix enumerations of 'Table.Fields' and 'Table.Indexes'.
* BUG: Ignore length when adding a field that is not a string.

[GB.DB2.SQLITE3]
* NEW: The driver is finished.

[GB.DB2.POSTGRESQL]
* NEW: The driver is finished.

- - - - -


9 changed files:

- gb.db2.postgresql/src/gb.db2.postgresql/.src/_DatabaseDriver_Postgresql.class
- gb.db2.postgresql/src/main.c
- gb.db2.sqlite3/src/gb.db2.sqlite3/.src/_DatabaseDriver_Sqlite3.class
- main/lib/db2/gb.db2/.src/Result.class
- main/lib/db2/gb.db2/.src/_ConnectionDatabases.class
- main/lib/db2/gb.db2/.src/_ConnectionUsers.class
- main/lib/db2/gb.db2/.src/_DatabaseDriver.class
- main/lib/db2/gb.db2/.src/_TableFields.class
- main/lib/db2/gb.db2/.src/_TableIndexes.class


View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/62a772cf68ccf6e6ebc10267ef1a2fd7396f7043

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/62a772cf68ccf6e6ebc10267ef1a2fd7396f7043
You're receiving this email because of your account on gitlab.com.