Commit Graph

208 Commits

Author SHA1 Message Date
Brian Bruns
85be8bbe68 patch 180-slowmap-fallback from Nirgal Vourgère 2010-11-01 09:26:46 -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
87af69a15e Debian patch 170-sequences from Nirgal Vourgère 2010-06-20 16:30:47 -04:00
Brian Bruns
30e5a6f4bb Debian patch 150-backend-quote from Nirgal Vourgère 2010-06-20 16:27:42 -04:00
Brian Bruns
7a073df76e Patch 155-blob from Nirgal Vourgère 2010-06-17 22:12:44 -04:00
brianb
a3497d089a remove config.h from mdbtools.h 2007-03-05 23:34:47 +00:00
brianb
4ec0c79d12 remove mdb_backend declaration 2007-03-05 23:01:07 +00:00
whydoubt
bc71178167 Fix and tidy up read_pg_in* functions 2005-12-17 15:59:18 +00:00
whydoubt
a5094f778d Make varaddr parameter a void * 2005-10-17 12:10:07 +00:00
whydoubt
8b9438dff5 Make backend_name parameter a const char * 2005-10-17 12:04:34 +00:00
whydoubt
c6300ecf16 Use size_t instead of unsigned int for calling iconv 2005-08-05 15:52:16 +00:00
whydoubt
eb9bba1d10 Alter buffer_dump's third parameter from 'end' to 'length' 2005-07-02 07:16:04 +00:00
whydoubt
22c3b15218 Use more appropriate types (void *, size_t) 2005-06-28 04:53:37 +00:00
whydoubt
d0474b4692 Remove remaining int24 uses 2005-06-23 07:04:17 +00:00
whydoubt
160418635d Clean up some gcc4 warnings 2005-05-02 12:46:33 +00:00
whydoubt
90078d0e0f Improve C++ compatibility (Horst Knorr) 2005-04-09 01:46:51 +00:00
whydoubt
e3df6e8fb7 Improve OLE-related functions 2005-03-16 12:43:01 +00:00
whydoubt
f33a9564d1 Changes for compiling in MSVC (Martin Ellis) 2005-03-13 05:26:38 +00:00
whydoubt
3153f5dd1e Add mdb_find_row function 2005-03-07 04:28:12 +00:00
calvinrsmith
ad597b1d75 *** keyword substitution change *** 2005-01-15 05:02:04 +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
26cd3ee1ba Get ODBC driver to work for iODBC 2004-10-16 14:21:13 +00:00
whydoubt
dd99bd0a68 Use 'Flags' field in MSysObjects to recognize system tables 2004-09-16 04:00:39 +00:00
whydoubt
10d0b62079 Temp table improvements 2004-09-12 19:04:59 +00:00
whydoubt
56995ff968 Enable multi-page temp tables 2004-09-09 03:44:35 +00:00
whydoubt
91d4a63fed Add function mdb_find_pg_row 2004-09-08 12:38:24 +00:00
whydoubt
d2208db027 Remove function mdb_alloc_catalog 2004-09-03 04:05:25 +00:00
whydoubt
e5b867efd9 Tidy up a few SQL-related functions 2004-08-25 02:12:58 +00:00
whydoubt
1960e3808b Tidy up stats interface 2004-08-19 05:12:21 +00:00
whydoubt
f2125dd3bc A fix for bug #669739 that became a mdb_crack_row4 rewrite. Thanks to Luciano Miguel Wolf and Alexandre Horst for the bug analysis and the initial patch. 2004-08-05 03:33:41 +00:00
whydoubt
4cc424f913 Warnings fixes 2004-07-17 14:21:43 +00:00
whydoubt
4a245f2af7 Warnings fixes and better use of GLib 2004-07-17 07:48:11 +00:00
whydoubt
e121a82946 Lots more gcc warnings fixes 2004-07-09 12:47:04 +00:00
whydoubt
6380e303ff Replace size_t with ssize_t as appropriate 2004-07-03 07:01:55 +00:00
whydoubt
40f3afdbb7 Fixes based on 'gcc -W -Wall' warnings 2004-07-03 04:56:07 +00:00
whydoubt
3d47cc5570 Add function mdb_read_table_by_name 2004-07-02 12:29:09 +00:00
whydoubt
30e79efcce Remove duplicate declaration 2004-06-24 04:41:51 +00:00
whydoubt
ade1a8703b Move statistics functions to stats.c 2004-06-23 12:43:38 +00:00
whydoubt
fc25bde6ca Move table and column functions to table.c 2004-06-23 12:31:54 +00:00
whydoubt
8e665e09e9 Move catalog functions to catalog.c 2004-06-23 04:35:47 +00:00
brianb
620db14f4b iconv, typo fixes, libtool versioning, added MySQL to gmdb2 export 2004-06-21 00:31:39 +00:00
whydoubt
00d9fddc69 Reconcile code/documentation inconsistencies 2004-06-18 05:10:44 +00:00
brianb
36010cd745 increase max obj name to 256 chars 2004-06-16 23:42:15 +00:00
whydoubt
402e6be097 Major revisions to 'backend' code 2004-06-11 13:56:39 +00:00
whydoubt
2c8cc371cb Fixed a couple of compiler warnings 2004-05-28 12:41:22 +00:00
whydoubt
c9b6454cf0 Fold several functions into mdb_open/mdb_close 2004-05-01 05:05:24 +00:00
brianb
4953cee0af signature change to mdb_open() 2004-04-13 20:06:04 +00:00
brianb
1295d079ae first cut at gtk-doc 2004-04-13 00:39:12 +00:00
brianb
341fc9d4ef free backend structures on exit 2004-04-12 14:33:56 +00:00
brianb
9813d08844 fix bug #903498 2004-03-06 23:59:54 +00:00
brianb
6920daaf1e put all unicode convert stuff in iconv.c. Use SQLGetPrivateProfile() if available (handles odbc.ini file in different places). Fix bug for list tables/describe in odbc. 2004-03-06 05:13:27 +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
c5f4a8bb04 odbc inst fixes.
deleted column fix for jet4 fixed columns
2004-03-04 21:25:09 +00:00
brianb
fb02e23b6b code to handle options and debugging 2004-02-16 02:00:45 +00:00
brianb
feba3eece6 bugfix for new index algortihm. 2004-02-14 19:40:35 +00:00
brianb
d72ea0ac54 turn configure.in version into define 2004-02-13 18:55:11 +00:00
brianb
3a9aa2ceb7 add -M option to mdb-ver
make gmdb2 version match mainline code
new dissector for jet4 tdef pages in gmdb2
gmdb2 right mouse click behaviour bugfix
pre-compute index page bitmap in mdb_index_unpack_page() in preparation for index writes.
2004-02-13 18:49:51 +00:00
brianb
06115eaf59 rewritten HACKING file
support for compressed index keys and trailing leaves
2004-02-11 22:04:17 +00:00
brianb
e352e80eb1 patch #856724/857342 and odds and ends. 2004-02-09 20:37:27 +00:00
brianb
fd616622f5 patch #849200 2004-02-09 03:09:52 +00:00
brianb
df4a73b45b patch #721943 2004-02-08 22:29:56 +00:00
brianb
fed589b2e7 rework of patch #879693 to support 0=1 in where clause 2004-02-08 21:54:20 +00:00
brianb
083434c413 mysql patch 2004-02-08 18:41:06 +00:00
brianb
5f02ba4fd2 add IS NULL/IS NOT NULL support, patches 2004-02-06 23:55:18 +00:00
brianb
a74094c667 sync up, see ChangeLog for details 2004-02-06 02:34:20 +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
11b43644dc patches 00-14 from David Mansfield 2004-01-06 00:42:07 +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
f02d552891 merge back 2003-02-09 23:19:21 +00:00
brianb
630c812125 i18n stuff 2003-01-29 01:50:32 +00:00
brianb
b0942cbf7d fix for like clause in jet4 2003-01-21 23:43:31 +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
2af5847c6f updates for rpms lots o bug fixes, index stuff 2003-01-12 22:59:41 +00:00
brianb
f35c3f05b9 more index work
fixed gnome detection (i think)
added back/forward navigation to gui debugger
2003-01-09 20:24:19 +00:00
brianb
320f03c401 added man pages for utils.
lots of gmdb2 work.
added statistics collection.
2003-01-05 14:57:50 +00:00
brianb
cc362c42e9 more gmdb2 work, reorged mdbhandle 2003-01-01 22:29:39 +00:00
brianb
d1e586cdf0 missed a couple files and updated for new progs 2002-12-27 20:40:21 +00:00
brianb
16735470a7 port of gmdb to gnome2. lots o other stuff 2002-12-27 15:09:02 +00:00
brianb
fcd99f54e0 added usage map location to mdbhandle 2002-12-20 06:18:10 +00:00
brianb
0cf1a2242d jet 4 changes 2002-12-10 23:35:24 +00:00
trewitt
336d35f91a Apply patch from chips44 to fix extracting of single floats. 2002-08-12 15:00:38 +00:00
trewitt
813ed0918a Remove files that are automatically generated by automake, configure. 2002-08-12 14:52:46 +00:00
trewitt
e936a17a10 Remove automatically-generated 'Makefile's. 2002-08-12 00:41:59 +00:00
brianb
03a3fe4f6d fix for flag 0x0000 memo fields 2002-05-01 18:26:41 +00:00
brianb
e7927f94bc Fixed unixODBC 2.1.0+ bug.
fixed GTK/Gnome handling.
more debugger stuff.
2002-04-14 23:35:39 +00:00
brianb
0d0e0efbb7 fix gtk/gnome compilation of gmdb, export table fixes, more dissection in debug tab. 2002-04-12 01:27:41 +00:00
brianb
f20560d1f1 odbc fixes
gmdb commit
documentation updates
2002-04-09 01:18:16 +00:00
brianb
e2c3a9d818 odbc fixes, updates for v0.4 2002-04-03 23:02:53 +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
16ecc4fe4d remove bad file from Makefile.am 2002-03-21 04:29:40 +00:00
brianb
6e3ddd4420 increase page size for Access 2000 support 2002-03-21 03:51:09 +00:00
brianb
d13908dcf3 unicode compression for Access 2000 2002-03-17 02:40:16 +00:00
brianb
1a96e241d0 Initial changes for Access 2000 files 2002-02-03 02:49:08 +00:00
brianb
ea8fd2a6ba massive sync up of my code to CVS. not sure what changed. 2002-01-24 12:34:10 +00:00
brianb
ba40f54c85 preping some of the sql stuff for the odbc driver 2001-07-24 11:00:00 +00:00
brianb
e0f83b2446 made SQL support optional 2001-07-24 02:56:20 +00:00
brianb
5c5aca53f3 some access 2k stuff 2001-07-10 22:35:37 +00:00
brianb
abab3e0fc8 Corrections and enhancements on index handling. 2001-05-23 01:42:46 +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
ee6df7d015 clean up 2001-04-16 00:54:57 +00:00
brianb
b13edb5bdc clean up 2001-04-16 00:22:45 +00:00
brianb
138f2696cb stuff missed from reorg 2001-04-11 23:53:50 +00:00