[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] New MySQL database driver is finished. Support for Blob fields that have a custom quoting.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] New MySQL database driver is finished. Support for Blob fields that have a custom quoting.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Sat, 06 Jul 2024 09:50:19 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: 2e20dac0 by Benoît Minisini at 2024-07-06T11:47:25+02:00 New MySQL database driver is finished. Support for Blob fields that have a custom quoting. [GB.DB2] * NEW: Allows a database driver to have a custom quoting for blob fields. [GB.DB2.MYSQL] * NEW: New MySQL database driver is finished. [GB.DB2.POSTGRESQL] * BUG: Support for Blob fields that have a custom quoting. - - - - - 30 changed files: - + gb.db2.mysql/AUTHORS - + gb.db2.mysql/COPYING - + gb.db2.mysql/ChangeLog - + gb.db2.mysql/INSTALL - + gb.db2.mysql/Makefile.am - + gb.db2.mysql/NEWS - + gb.db2.mysql/README - + gb.db2.mysql/acinclude.m4 - + gb.db2.mysql/component.am - + gb.db2.mysql/configure.ac - + gb.db2.mysql/gambas.h - + gb.db2.mysql/gb.db.h - + gb.db2.mysql/gb_common.h - + gb.db2.mysql/m4 - + gb.db2.mysql/reconf - + gb.db2.mysql/src/Makefile.am - + gb.db2.mysql/src/gb.db2.mysql.component - + gb.db2.mysql/src/gb.db2.mysql/.app.png - + gb.db2.mysql/src/gb.db2.mysql/.directory - + gb.db2.mysql/src/gb.db2.mysql/.project - + gb.db2.mysql/src/gb.db2.mysql/.src/Main.module - + gb.db2.mysql/src/gb.db2.mysql/.src/_DatabaseDriver_MySql.class - + gb.db2.mysql/src/gb.db2.mysql/.version - + gb.db2.mysql/src/main.c - + gb.db2.mysql/src/main.h - + gb.db2.postgresql/src/gb.db2.postgresql/.app.png - gb.db2.postgresql/src/gb.db2.postgresql/.src/_DatabaseDriver_Postgresql.class - + gb.db2.postgresql/src/gb.db2.postgresql/.version - gb.db2.postgresql/src/main.c - gb.db2.sqlite3/src/gb.db2.sqlite3/.src/_DatabaseDriver_Sqlite3.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2e20dac03c3c2302d3dd86f128d006abfbba800c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2e20dac03c3c2302d3dd86f128d006abfbba800c You're receiving this email because of your account on gitlab.com.