[Gambas-Notification] [Git][gambas/gambas][master] 2 commits: 'Connection.Create()' now takes an extra optional boolean argument that tells...
Benoît Minisini (@bminisini)
gitlab at mg.gitlab.com
Wed Dec 13 20:50:49 CET 2023
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
7132d73d by Benoît Minisini at 2023-12-13T20:47:51+01:00
'Connection.Create()' now takes an extra optional boolean argument that tells not to raise an error if the newly created record already exists.
[GB.DB]
* NEW: 'Connection.Create()' now takes an extra optional boolean argument
that tells not to raise an error if the newly created record already
exists, i.e. if there is no conflict when inserting the new record in
the database.
- - - - -
80848243 by Benoît Minisini at 2023-12-13T20:50:00+01:00
Support for ignoring conflicts when inserting a new record.
[GB.DB.MYSQL]
* NEW: Support for ignoring conflicts when inserting a new record.
[GB.DB.POSTGRESQL]
* NEW: Support for ignoring conflicts when inserting a new record.
[GB.DB.SQLITE3]
* NEW: Support for ignoring conflicts when inserting a new record.
- - - - -
7 changed files:
- gb.db.mysql/src/main.c
- gb.db.postgresql/src/main.c
- gb.db.sqlite3/src/main.c
- main/lib/db/CConnection.c
- main/lib/db/CResult.c
- main/lib/db/CResult.h
- main/lib/db/gb.db.h
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a40450827f833cc40a3b33c308a20f84a3472ad6...808482437d55b3c188faa52e7639d0c3d835813f
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a40450827f833cc40a3b33c308a20f84a3472ad6...808482437d55b3c188faa52e7639d0c3d835813f
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20231213/65a74678/attachment.htm>
More information about the Notification
mailing list