Commit Graph

571 Commits

Author SHA1 Message Date
Jean-Michel Vourgère
212337cfaa Renamed _mdb_put_int* into mdb_put_int*
These were the only symbols exported not starting with mdb_
Old names stay available as aliases
Bumped libmdb version to 2.0.1

Added these prototypes to mdbtools.h: Fixes compilation warning

Added mdb_insert_row prototype to mdbtools.h: Fixes compilation warning
2012-07-02 21:38:26 +02:00
Jean-Michel Vourgère
9c74aae165 Fixed some compiler warnings in prindex
Warn and continue if the field referenced by an index can't be found

Removed obsolete args from check_row
2012-07-02 14:48:34 +02:00
Jean-Michel Vourgère
8becb3fa6d Don't try to update index if it is not found
This quiets compiler warning about possibly uninitialized var
2012-07-01 12:50:00 +02:00
Jean-Michel Vourgère
4c470a907d Remove yacc output files in clean, not distclean
libsql yacc output files are generated by make, not configure.
So they should be removed by clean, not distclean.
2012-06-30 21:45:15 +02:00
Jean-Michel Vourgère
1cc4f659e4 Don't generate input & unput in lexer
This quiets the compiler warnings about defined but not used functions
2012-06-30 20:15:27 +02:00
Jean-Michel Vourgère
2ffd30a858 Fixed array overflow 2012-06-30 15:48:20 +02:00
nirgal
1c26aa14f8 Merge pull request #9 from cielavenir/odbcw
Although I used a workaround, it works with unicode, at least.
2012-06-30 05:22:51 -07:00
Will Daniels
04b6cf5232 Export REPID as string & use char(38) in mysql 2012-06-29 02:28:51 +02:00
branche
433dfd028c Although I used a workaround, it works with unicode, at least. 2012-03-03 12:06:16 +09:00
Nirgal Vourgère
7634e329c7 Renamed namespace into dbnamespace: C++ keyword 2012-02-11 18:38:43 +01:00
Nirgal Vourgère
b7200c9b57 Added tests to quiet -Wall compilation 2012-02-02 20:22:30 +01:00
Filip Van Raemdonck
21a4229e40 Reduce function scopes
This patch removes a few function declarations from the catch-all gmdb.h as
they are defined and used only in a single file, and turns them in to static
(file local) functions instead.
2012-02-02 19:42:39 +01:00
Filip Van Raemdonck
e88c8d2043 Aestetic type changes
In gmdb2/sql.c there are some incorrect uses of treeviews and models.
Attached patch fixes or improves variable type definitions and adds
and removes some typecasts as needed.
2012-02-02 19:41:13 +01:00
Nirgal Vourgère
69366e198f Warn about unsupported types in mdb-header
Print error message on stderr and returns 1 on failure.
2012-01-30 21:50:26 +01:00
Nirgal Vourgère
7e34078bcc Fix namespace in mdb-export when using -I
Thanks George L. Emigh for the bug report.
2012-01-30 11:41:04 +01:00
Nirgal Vourgère
c37e82c356 Don't call exit() from libmdb.so
Libraries should return an error code, not kill the caller.
Thanks lintian.
2012-01-16 02:58:46 +01:00
nirgal
4c7e9c2bd3 Fix typo in FSF address header.
Licence is LGPL as stated above.
2012-01-06 13:18:50 +01:00
nirgal
5a3fc74d5a Fix FSF address
Obsolete files src/gmdb/gtkhlist.* were containing the old one.
2012-01-02 01:27:32 +01:00
Jean-Michel Vourgère
4cc277cbcc Version 0.7~rc1 2011-09-04 17:18:56 -04:00
Jean-Michel Vourgère
c46fdfa782 Fixed 64 compilation & odbc unittest 2011-09-04 17:17:35 -04:00
Jean-Michel Vourgère
a4a1685b1f 4c847948fc + short dates 2011-09-04 17:16:47 -04:00
Jean-Michel Vourgère
2b72bcdc6f SQLDescribeCol: fill pcbColName even when szColName is null. 2011-09-04 17:15:52 -04:00
Jean-Michel Vourgère
0919ca2a89 More simple map file without revisions. Add ODBCINST*. 2011-09-04 17:15:00 -04:00
Jean-Michel Vourgère
cc7f9d8fa1 put back container initialisation from previous warning patch 2011-09-04 17:13:53 -04:00
Jean-Michel Vourgère
408793a7ea Removed old & unused var container 2011-08-30 17:00:19 -04:00
Jean-Michel Vourgère
2b147fc1a6 Fix end of loop detection in gmdb_val_to_str 2011-08-30 16:13:15 -04:00
Jean-Michel Vourgère
0a76d5716f Removes many compilation warnings. 2011-08-30 16:11:13 -04:00
Nirgal Vourgre
8c3b8d5cff Patch gmdbtabledef.diff from Nirgal 2011-08-28 19:56:45 -04:00
Nirgal Vourgre
7656d25aaf Patch odbclink.diff from Nirgal 2011-08-28 19:55:04 -04:00
Nirgal Vourgre
dd0f4c3819 Patch docs.diff from Nirgal 2011-08-28 19:53:29 -04:00
Nirgal Vourgre
07f915b3c7 Patch utfsql.diff from Nirgal 2011-08-28 19:49:54 -04:00
Nirgal Vourgre
aee657f603 Patch warnings.diff from Nirgal 2011-08-28 19:48:44 -04:00
Nirgal Vourgre
fba597765d Patch wheredate.diff from Nirgal 2011-08-28 19:47:18 -04:00
Nirgal Vourgre
230dfc8b2b Patch odbc.diff from Nirgal 2011-08-28 19:46:20 -04:00
Nirgal Vourgre
1f2749cdfc Patch bufferdump.diff from Nirgal 2011-08-28 19:43:52 -04:00
Nirgal Vourgre
3e2407044d Patch prop_abi.diff from Nirgal 2011-08-28 19:42:34 -04:00
Nirgal Vourgre
8ef50c444e Patch nosanitize.diff form Nirgal 2011-08-28 18:56:03 -04:00
Mark Williams
b5cabb1834 Fixing segfault-causing off-by-one error in index.c 2011-08-28 18:52:16 -04:00
Brian Bruns
0897cbe612 missing files from abi patch 2011-08-11 10:04:27 -04:00
Nirgl Vourgère
3f26ec69cf Stop exporting internal libmdbsql symbols 2011-08-10 18:02:51 -04:00
Brian Bruns
ed0a5b56a6 abi.diff from Nirgal, remove exported symbols 2011-08-10 18:02:24 -04:00
Brian Bruns
ee1b13b68f version.diff from Nirgal, remove old version control stuff 2011-08-10 18:01:51 -04:00
Nirgal
49a395b3c6 Stop segfaulting when export schema file name is not set. 2011-08-10 18:00:18 -04:00
Bernhard Reiter
457b5a77ec Migrate from Gtk1 File Selector to Gtk2 File Chooser 2011-08-10 18:00:18 -04:00
xsloader
29ef19e582 SQLGetData() should return SQL_NO_DATA at end of data 2011-08-10 18:00:18 -04:00
Nirgal
529534dae5 Oracle numeric types 2011-08-10 18:00:18 -04:00
Nirgal
456f261cab Bunch of fixes for compilation warnings, mostly unused vars. 2011-08-10 18:00:18 -04:00
Brian Bruns
3280842de1 boolean default patch from Nirgal Vourgère 2011-03-20 15:33:26 -04:00
Brian Bruns
b2b00f98d1 odbc types patch from Nirgal Vourgère 2011-03-20 15:31:49 -04:00
Brian Bruns
5e4e31d1c9 format security patch from Nirgal Vourgère 2011-03-20 15:26:52 -04:00