[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] 6 commits: Fix 'RETURNING' keyword availability test with MariaDB.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] 6 commits: Fix 'RETURNING' keyword availability test with MariaDB.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Fri, 03 Jan 2025 01:50:33 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: 76b04c4f by Benoît Minisini at 2025-01-03T02:40:28+01:00 Fix 'RETURNING' keyword availability test with MariaDB. [GB.DB.MYSQL] * BUG: Fix 'RETURNING' keyword availability test with MariaDB. - - - - - a87489df by Benoît Minisini at 2025-01-03T02:42:38+01:00 Fix 'RETURNING' keyword availability test with MariaDB. [GB.DB2.MYSQL] * BUG: Make the driver more robust with statements not returning a result. * BUG: Fix 'RETURNING' keyword availability test with MariaDB. - - - - - 305cce5c by Benoît Minisini at 2025-01-03T02:45:24+01:00 Support for queries not always returning a result in some drivers. Support for debugging environment variables. [GB.DB2] * BUG: Support for queries not always returning a result in some drivers. * BUG: Support for 'GB_DB_DEBUG' and 'GB_DB2_DEBUG' environment variables. * NEW: Support for 'GB_DB2_DEBUG_TEMPLATE' environment variable. - - - - - 7682f4c5 by Benoît Minisini at 2025-01-03T02:46:11+01:00 Fix a possible spurious error when removing the last row of a DataView. [GB.DB2.FORM] * BUG: Fix a possible spurious error when removing the last row of a DataView. - - - - - 18c86479 by Benoît Minisini at 2025-01-03T02:46:21+01:00 Fix a possible spurious error when removing the last row of a DataView. [GB.DB.FORM] * BUG: Fix a possible spurious error when removing the last row of a DataView. - - - - - 2eaebadf by Benoît Minisini at 2025-01-03T02:49:17+01:00 Fix support for 'DB.Debug' property. [GB.DB2.MYSQL] * NEW: Fix support for 'DB.Debug' property. [GB.DB2.ODBC] * NEW: Fix support for 'DB.Debug' property. [GB.DB2.POSTGRESQL] * NEW: Fix support for 'DB.Debug' property. [GB.DB2.SQLITE3] * NEW: Fix support for 'DB.Debug' property. - - - - - 13 changed files: - + app/src/gambas-wiki/.environment - comp/src/gb.db.form/.src/DataView.class - comp/src/gb.db2.form/.src/DataView.class - gb.db.mysql/src/main.c - gb.db2.mysql/src/gb.db2.mysql/.src/_DatabaseDriver_MySql.class - gb.db2.mysql/src/main.c - gb.db2.odbc/src/gb.db2.odbc/.src/_DatabaseDriver_Odbc.class - gb.db2.postgresql/src/gb.db2.postgresql/.src/_DatabaseDriver_Postgresql.class - gb.db2.sqlite3/src/gb.db2.sqlite3/.app.png - gb.db2.sqlite3/src/gb.db2.sqlite3/.src/_DatabaseDriver_Sqlite3.class - main/comp/gb.db2/.app.png - main/comp/gb.db2/.src/Connection.class - main/comp/gb.db2/.src/DB.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/de862cf6fca56cb1dfa7df43a4f38c2d54c5e959...2eaebadfade529c903d7aee49adb5899349bba20 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/de862cf6fca56cb1dfa7df43a4f38c2d54c5e959...2eaebadfade529c903d7aee49adb5899349bba20 You're receiving this email because of your account on gitlab.com.