Commit Graph

91 Commits

Author SHA1 Message Date
Nirgal Vourgère
f6cd70494c Automatically init/exit libmdb code
mdb_init() and mdb_exit() are now deprecated.
2012-07-22 02:29:04 +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
4cc277cbcc Version 0.7~rc1 2011-09-04 17:18:56 -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
0a76d5716f Removes many compilation warnings. 2011-08-30 16:11:13 -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
Brian Bruns
0897cbe612 missing files from abi patch 2011-08-11 10:04:27 -04:00
Brian Bruns
ed0a5b56a6 abi.diff from Nirgal, remove exported symbols 2011-08-10 18:02:24 -04:00
Nirgal
456f261cab Bunch of fixes for compilation warnings, mostly unused vars. 2011-08-10 18:00:18 -04:00
Brian Bruns
39277312d4 patch 'schema2' from Nirgal Vourgère 2011-02-16 18:58:22 -05:00
Brian Bruns
037b9bc8fc remove cvsignore and add gitignore per Jeff Smith 2010-11-01 09:30:24 -04:00
root
f8f1b91b7d report parser errors via mdb_sql_error() 2010-06-20 23:12:32 -04:00
root
fc8ccbeaa8 store last error message in MdbSql struct and show error in gmdb2. 2010-06-20 21:18:22 -04:00
Brian Bruns
cab6d50083 using BUILT_SOURCES creates dependency problem, reverting 2010-06-20 18:12:03 -04:00
Brian Bruns
1eea9754c7 add parser.[ch] to BUILT_SOURCES 2010-06-17 19:18:13 -04:00
Brian Bruns
6befd88462 remove bison generated files 2010-06-17 19:05:03 -04:00
Brian Bruns
b9983c8aad Debian patch 015-allsyms 2010-06-16 23:29:07 -04:00
whydoubt
278b6e284c Fix several leaks and errors 2005-11-09 13:24:26 +00:00
whydoubt
a5094f778d Make varaddr parameter a void * 2005-10-17 12:10:07 +00:00
whydoubt
b4d9eb5225 Remove some unused variables 2005-03-13 22:14:06 +00:00
whydoubt
d06cb3e47d Combine functions that bind a column and its length 2004-12-31 01:26:28 +00:00
whydoubt
34f39973a1 Clean up a few compile-time warnings 2004-12-30 12:37:52 +00:00
whydoubt
d271b5fae5 Better compressed text handling 2004-12-11 06:07:20 +00:00
brianb
34a9eac4ea iconv conversion code 2004-11-26 05:22:52 +00:00
brianb
b721bcc6f4 patch #1034566 from Filip Van Raemdonck 2004-11-14 01:56:37 +00:00
whydoubt
5d53a0f463 Remove obsolete file 2004-10-25 04:23:02 +00:00
whydoubt
062259b408 Get rid of GLib 2.4+ call 2004-10-21 02:54:05 +00:00
whydoubt
d632ab6231 Correct some field display size problems 2004-09-23 05:07:09 +00:00
whydoubt
dd99bd0a68 Use 'Flags' field in MSysObjects to recognize system tables 2004-09-16 04:00:39 +00:00
whydoubt
56995ff968 Enable multi-page temp tables 2004-09-09 03:44:35 +00:00
whydoubt
2e5179fb63 Add SQL quote escaping, Documentation fix 2004-08-27 02:05:22 +00:00
whydoubt
e5b867efd9 Tidy up a few SQL-related functions 2004-08-25 02:12:58 +00:00
whydoubt
24a911c55a Simplify a couple of rules 2004-08-22 04:04:02 +00:00
whydoubt
e121a82946 Lots more gcc warnings fixes 2004-07-09 12:47:04 +00:00
whydoubt
3d47cc5570 Add function mdb_read_table_by_name 2004-07-02 12:29:09 +00:00
brianb
620db14f4b iconv, typo fixes, libtool versioning, added MySQL to gmdb2 export 2004-06-21 00:31:39 +00:00
whydoubt
59f221b2b2 better utilize glib functions, fix memory leak 2004-05-30 05:50:39 +00:00
whydoubt
1a1127e930 Back out some ineffective NULL setting 2004-04-25 05:31:23 +00:00
whydoubt
382a0fca39 Setting pointers to NULL after freeing 2004-04-24 20:37:13 +00:00
whydoubt
0baed7b268 Use mdb_close to match mdb_open instead of mdb_free_handle 2004-04-14 05:58:52 +00:00
brianb
4953cee0af signature change to mdb_open() 2004-04-13 20:06:04 +00:00
whydoubt
91a0f74094 Correct some array sizes 2004-04-13 03:10:39 +00:00
brianb
4bb08b6661 lots of small fixes (see Changelog) 2004-03-13 15:07:18 +00:00
brianb
9813d08844 fix bug #903498 2004-03-06 23:59:54 +00:00
brianb
acd03635c4 broken pipe on commit, see previous log 2004-03-06 05:14:14 +00:00
brianb
f016c9cc88 patch from Jeff Smith for mdb_pack_row4() and null mask fix 2004-03-05 05:06:26 +00:00
brianb
e352e80eb1 patch #856724/857342 and odds and ends. 2004-02-09 20:37:27 +00:00