- 18 Sep, 2021 4 commits
-
-
Daniel Espinosa Ortiz authored
-
-
Daniel Espinosa Ortiz authored
Minor improvements for MySQL(libGDA 5.2.10) See merge request !177
-
1. Add flag CLIENT_INTERACTIVE to make a long connection; 2. Improve support for type GEOMETRY
-
- 17 Sep, 2021 4 commits
-
-
Daniel Espinosa Ortiz authored
mdb-provider: Fix build against new mdbtools-0.9.z releases See merge request !178
-
Daniel Espinosa Ortiz authored
-
Hans de Goede authored
mdbtools >= 0.9.0 require a MdbHandle to be passed to the mdb_set_date_fmt() call. Move the call to directly after mdb_open() (when we first get the handle) and pass the handle to it. Note this change means that the mdb-provider will now no longer compile with older mdbtools versions. To enforce this the pkg-config check now checks for mdbtools >= 0.9 and the fallback to manual checking in /*/lib is removed, except for the case where the user has specified a path to check on the cmdline.
-
Daniel Espinosa Ortiz authored
-
- 10 Jul, 2021 2 commits
-
-
Hans de Goede authored
With mdbtools >= 0.9.0, the MdbFile struct no longer has a filename member, instead store the filename passed to mdb_open() in our private data. Note this also fixes the dynamically allocated string returned by g_build_filename() being leaked.
-
Hans de Goede authored
According to the mdbtools NEWS file for the 0.9.0 these functions have always been no-ops: "The previously-deprecated functions mdb_init() and mdb_exit() have been removed. These functions did nothing; any calls to them should be excised with prejudice." And now they have been removed completely, since these were already no-ops in older mdbtools versions we can safely drop them without loosing compatibility with older mdbtools releases.
-
- 30 Jan, 2021 2 commits
-
-
Daniel Espinosa Ortiz authored
-
Daniel Espinosa Ortiz authored
MySQL: my_bool is here again. See merge request !165
-
- 25 Dec, 2020 1 commit
-
-
Andrea Zagli authored
-
- 09 Nov, 2020 1 commit
-
-
Daniel Espinosa Ortiz authored
* Fix Vala bindings generation * Fix Glade catalog and pixmaps installation for make distcheck
-
- 08 Nov, 2020 3 commits
-
-
Daniel Espinosa Ortiz authored
-
Daniel Espinosa Ortiz authored
Improves API from Vala by adding bindings for variadic methods
-
Daniel Espinosa Ortiz authored
Introspection doesn't support vararg methods, so adding custom code are required to add them to VAPI
-
- 07 Jan, 2020 4 commits
-
-
Daniel Espinosa Ortiz authored
-
Daniel Espinosa Ortiz authored
-
-
Daniel Espinosa Ortiz authored
-
- 30 Nov, 2019 2 commits
-
-
Daniel Espinosa Ortiz authored
-
Daniel Espinosa Ortiz authored
Batch parsing, should remove spacesa and enters before return next statement. Fix issue #203
-
- 14 Oct, 2019 1 commit
-
-
Daniel Espinosa Ortiz authored
-
- 11 Oct, 2019 1 commit
-
-
Daniel Espinosa Ortiz authored
-
- 10 Oct, 2019 2 commits
-
-
Fix issue #123
-
Daniel Espinosa Ortiz authored
-
- 09 Oct, 2019 2 commits
-
-
Daniel Espinosa Ortiz authored
-
Daniel Espinosa Ortiz authored
-
- 08 Oct, 2019 4 commits
-
-
Daniel Espinosa Ortiz authored
-
Daniel Espinosa Ortiz authored
-
Daniel Espinosa Ortiz authored
-
Daniel Espinosa Ortiz authored
Fix issue #197
-
- 03 Jun, 2019 1 commit
-
-
- 02 May, 2019 1 commit
-
-
Daniel Espinosa Ortiz authored
GdaGeometric, short and Timestamp, when fail to get value, now return 'NULL' string. Fix #186
-
- 23 Apr, 2019 4 commits
-
-
Daniel Espinosa Ortiz authored
Fixes make distcheck too
-
Daniel Espinosa Ortiz authored
-
Daniel Espinosa Ortiz authored
-
Daniel Espinosa Ortiz authored
-
- 22 Apr, 2019 1 commit
-
-
Daniel Espinosa Ortiz authored
-