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

[Git][gambas/gambas][master] 3 commits: Continue working on the new database component.



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


Commits:
1303799b by Benoît Minisini at 2024-06-28T03:35:13+02:00
Continue working on the new database component.

[GB.DB2]
* NEW: Continue working on the new database component.

[GB.DB.2.SQLITE3]
* NEW: The new SQLite3 driver should be finished.

- - - - -
5c66c17e by Benoît Minisini at 2024-06-28T03:36:20+02:00
Do not print any warnings on function arguments if the function body is void.

[COMPILER]
* BUG: Forgot a 'va_end' in the 'ERROR_warning' function.
* BUG: Correctly detect that a function body is void.
* NEW: Do not print any warnings on function arguments if the function body is void.

- - - - -
15971045 by Benoît Minisini at 2024-06-28T13:16:51+02:00
Remove dependency on 'gb.util.web'.

[GB.MONGODB]
* BUG: Remove dependency on 'gb.util.web'.

- - - - -


27 changed files:

- gb.db2.sqlite3/src/gb.db2.sqlite3/.src/_DatabaseDriver_Sqlite3.class
- gb.db2.sqlite3/src/helper.c
- gb.db2.sqlite3/src/helper.h
- gb.db2.sqlite3/src/main.c
- gb.mongodb/src/gb.mongodb/.app.png
- gb.mongodb/src/gb.mongodb/.project
- gb.mongodb/src/gb.mongodb/.src/Main.module
- gb.mongodb/src/gb.mongodb/.version
- main/gbc/gb_error.c
- main/gbc/gbc_class.c
- main/gbc/gbc_class.h
- main/gbc/gbc_reserved_make.c
- main/gbc/gbc_trans_code.c
- main/gbc/gbc_trans_expr.c
- main/lib/db2/gb.db2/.src/Connection.class
- + main/lib/db2/gb.db2/.src/Database.class
- + main/lib/db2/gb.db2/.src/DatabaseUser.class
- main/lib/db2/gb.db2/.src/Field.class
- main/lib/db2/gb.db2/.src/Index.class
- main/lib/db2/gb.db2/.src/Main.module
- main/lib/db2/gb.db2/.src/Table.class
- + main/lib/db2/gb.db2/.src/_ConnectionDatabases.class
- main/lib/db2/gb.db2/.src/_ConnectionTables.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/-/compare/d5d02a2b2324fa2084777e1b99cdeec542507ddd...15971045f6dca2cd3d32c3d70ffbc18e8a724641

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/d5d02a2b2324fa2084777e1b99cdeec542507ddd...15971045f6dca2cd3d32c3d70ffbc18e8a724641
You're receiving this email because of your account on gitlab.com.