Commit Graph

42 Commits

Author SHA1 Message Date
root
fc8ccbeaa8 store last error message in MdbSql struct and show error in gmdb2. 2010-06-20 21:18:22 -04: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
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
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
e5b867efd9 Tidy up a few SQL-related functions 2004-08-25 02:12:58 +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
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
94b114c0d9 missed a bit from patch 879693 2004-02-08 21:59:06 +00:00
brianb
fed589b2e7 rework of patch #879693 to support 0=1 in where clause 2004-02-08 21:54:20 +00:00
brianb
ab82227578 fix list tables 2004-02-07 01:19:07 +00:00
brianb
5f02ba4fd2 add IS NULL/IS NOT NULL support, patches 2004-02-06 23:55:18 +00:00
brianb
278cf8ef42 fix compiler warnings in libmdb/ util/ sql/ 2004-01-10 01:52:56 +00:00
brianb
d39cc57b44 Some work on indexes/write support. Bug fixes. Preliminary temp table/worktable work. 2004-01-09 21:05:56 +00:00
brianb
aa19a0892f resync...no idea what's in here, it's been sitting on the shelf for a while 2003-04-29 17:55:09 +00:00
brianb
75216d7a90 index work
dmalloc headers
mem leak fixes
start on i18n
2003-01-28 23:51:06 +00:00
brianb
c43764e93c fix case compare bug in where clause 2003-01-22 00:24:27 +00:00
brianb
092e2b79af query planner stuff
some gcc -Wall fixes
added suport for _ in identifier names in SQL
gmdb2 manual additions
2003-01-20 16:04:24 +00:00
brianb
53bfc9027b commiting gmdb
doc updates
odbc fixes
2002-04-09 01:19:26 +00:00
brianb
9b8285d937 change catalogentry to GPtrArray, documentation fixes, add ifdef wrapper to mdbsql.h 2002-03-27 13:00:00 +00:00
brianb
71775b190a fixed list tables/describe table bug from odbc restructure 2001-09-29 00:16:16 +00:00
brianb
90797c0121 more changes to the odbc driver, now works for a simple test program 2001-07-25 01:55:43 +00:00
brianb
ba40f54c85 preping some of the sql stuff for the odbc driver 2001-07-24 11:00:00 +00:00
brianb
3d4bc34b70 Enhancements for getting Access 2000 to work (almost)
Fixes for working with bison
2001-05-16 00:21:17 +00:00
brianb
606887dfbd added like operator and handling of string sargs
Added index stuff to HACKING file
Misc. mdb-sql updates
2001-04-20 21:06:46 +00:00
brianb
58cb55ef0a First attempt at sql engine 2001-04-08 01:32:43 +00:00