Commit Graph

80 Commits

Author SHA1 Message Date
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
c5e11e5445 Fix a bug in reading usage maps 2004-08-28 23:00:25 +00:00
whydoubt
01e7458954 Fix mdb_read_next_dpg. Correct long int display length 2004-08-28 19:19:39 +00:00
whydoubt
9f63936c36 Minor simplification in mdb_read_row 2004-08-28 05:23:47 +00:00
whydoubt
ffd99b1316 Clean out some stale code 2004-08-22 03:17:32 +00:00
whydoubt
e60bfed490 Factorizing usage map functions 2004-08-19 12:54:50 +00:00
whydoubt
1f30522bd0 Fix and simplify usage map handling 2004-08-18 04:18:24 +00:00
whydoubt
8cd1797f3c Clean out some stale code 2004-07-18 05:49:11 +00:00
whydoubt
ca85af842f Use mdb_unicode2ascii in mdb_col_to_string 2004-07-18 05:45:52 +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
402e6be097 Major revisions to 'backend' code 2004-06-11 13:56:39 +00:00
whydoubt
fc59a5eca8 malloc to g_malloc 2004-05-30 05:06:26 +00:00
brianb
4bb08b6661 lots of small fixes (see Changelog) 2004-03-13 15:07:18 +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
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
ee53cdd230 bug #688655 2004-02-15 13:35:05 +00:00
brianb
a62f26df50 support for compressed index keys and trailing leaves 2004-02-11 22:05:13 +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
dd534f39dc left worktable.c out of Makefile.am
use proper glib version in extras/
2004-01-10 13:25:31 +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
75216d7a90 index work
dmalloc headers
mem leak fixes
start on i18n
2003-01-28 23:51:06 +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
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
16735470a7 port of gmdb to gnome2. lots o other stuff 2002-12-27 15:09:02 +00:00
brianb
66380f5958 usage map stuff 2002-12-20 06:17:41 +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
brianb
03a3fe4f6d fix for flag 0x0000 memo fields 2002-05-01 18:26:41 +00:00
brianb
b8bb42ae2b fixes for LVAL memo fields 2002-04-22 04:54:59 +00:00
brianb
695cc9c00a remove jumps from column start calculation for JET4
adding -1 and -d flags to mdb-tables
added table not found message to prtable
2002-04-21 03:09:26 +00:00
brianb
53bfc9027b commiting gmdb
doc updates
odbc fixes
2002-04-09 01:19:26 +00:00
brianb
e2c3a9d818 odbc fixes, updates for v0.4 2002-04-03 23:02:53 +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
2f3d61c133 bool and money fixes 2002-03-16 02:24:53 +00:00
brianb
1a96e241d0 Initial changes for Access 2000 files 2002-02-03 02:49:08 +00:00
brianb
71775b190a fixed list tables/describe table bug from odbc restructure 2001-09-29 00:16:16 +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