[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] 7 commits: Support for foreign keys constraints.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] 7 commits: Support for foreign keys constraints.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Sat, 31 Jan 2026 01:24:27 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: c414de9d by Benoît Minisini at 2026-01-30T23:59:00+01:00 Support for foreign keys constraints. [GB.DB2] * NEW: Support for foreign keys constraints. * NEW: 'Table.ForeignKeys' is a new property that allows to manager table foreign keys constraints. - - - - - 4bc744dd by Benoît Minisini at 2026-01-30T23:59:28+01:00 Support for foreign keys constraints. [GB.DB2.SQLITE3] * ?EW: Support for foreign keys constraints. - - - - - 7f17112f by Benoît Minisini at 2026-01-30T23:59:42+01:00 Support for foreign keys constraints. [GB.DB2.MYSQL] * NEW: Support for foreign keys constraints. - - - - - 4ded063b by Benoît Minisini at 2026-01-31T00:00:08+01:00 Support for foreign keys constraints. [GB.DB2.POSTGRESQL] * NEW: Support for foreign keys constraints. - - - - - 5a76c6a6 by Benoît Minisini at 2026-01-31T02:21:27+01:00 Handle drivers that do not support foreign keys, like 'gb.db2.odbc'. [GB.DB2] * NEW: Handle drivers that do not support foreign keys, like 'gb.db2.odbc'. - - - - - 681e1034 by Benoît Minisini at 2026-01-31T02:22:10+01:00 The driver does not support foreign keys (couldn't understand the ODBC documentation). [GB.DB2.ODBC] * NEW: The driver does not support foreign keys (couldn't understand the ODBC documentation). - - - - - ec545ded by Benoît Minisini at 2026-01-31T02:23:02+01:00 Fix compilation of 'gb.qt5.webview' again. [GB.QT5.WEBVIEW] * BUG: Fix compilation of 'gb.qt5.webview' again. - - - - - 20 changed files: - gb.db2.mysql/src/gb.db2.mysql/.src/_DatabaseDriver_MySql.class - gb.db2.odbc/src/gb.db2.odbc/.app.png - gb.db2.odbc/src/gb.db2.odbc/.component - gb.db2.odbc/src/gb.db2.odbc/.icon.png - gb.db2.odbc/src/gb.db2.odbc/.src/_DatabaseDriver_Odbc.class - gb.db2.odbc/src/gb.db2.odbc/.version - gb.db2.postgresql/src/gb.db2.postgresql/.app.png - gb.db2.postgresql/src/gb.db2.postgresql/.component - gb.db2.postgresql/src/gb.db2.postgresql/.icon.png - gb.db2.postgresql/src/gb.db2.postgresql/.src/_DatabaseDriver_Postgresql.class - gb.db2.postgresql/src/gb.db2.postgresql/.version - gb.db2.sqlite3/src/gb.db2.sqlite3/.component - gb.db2.sqlite3/src/gb.db2.sqlite3/.src/_DatabaseDriver_Sqlite3.class - gb.db2.sqlite3/src/gb.db2.sqlite3/.version - gb.qt5/src/webview/c_webview.cpp - gb.qt5/src/webview/c_webview.h - + main/comp/gb.db2/.src/ForeignKey.class - main/comp/gb.db2/.src/Table.class - main/comp/gb.db2/.src/_DatabaseDriver.class - + main/comp/gb.db2/.src/_TableForeignKeys.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9d3a468b67b86f8b2fff8febaa1ff798296ec863...ec545ded45a9dc550dd356ef3296dc10cd1538ad -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9d3a468b67b86f8b2fff8febaa1ff798296ec863...ec545ded45a9dc550dd356ef3296dc10cd1538ad You're receiving this email because of your account on gitlab.com.