Commit Graph

57 Commits

Author SHA1 Message Date
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
brianb
58cb55ef0a First attempt at sql engine 2001-04-08 01:32:43 +00:00
brianb
5ceaff28ce new index code 2001-04-01 22:10:15 +00:00
brianb
b40283a8f8 First cut of sarg (search argument) support. 2001-03-29 04:50:35 +00:00
brianb
ee6eacbe22 Added support for MDB_BOOL, MDB_MONEY, MDB_BYTE, MDB_SDATETIME 2001-02-17 04:48:34 +00:00
brianb
fb576534d8 > 255 column patches and multipage table defs from Tim Nelson
mdb-export fixes
spec file
2000-10-13 21:33:04 +00:00
xone47
3d27220a3a Fix for deleted rows. 2000-09-28 15:12:31 +00:00
brianb
62dc667342 Patches from Brent Johnson for double, off page memo, and big endian support 2000-08-09 03:04:57 +00:00
brianb
e05970d711 Patch from Michael Wood to do the right thing on data export when there are
deleted rows present.

Put checks in mdb-dump for presence of a valid file.
2000-08-02 03:48:49 +00:00
brianb
a23867cd2e Patch from Carl for relationships 2000-04-22 21:34:32 +00:00
brianb
1980ca9694 Can't do math for shit, apparently 2000-04-12 10:34:40 +00:00
brianb
35cfd0b31d fix to miscalculation of null_mask size in data.c 2000-04-12 01:44:35 +00:00
brianb
5d2586cde5 Patch for 0 row tables from Michael Wood 2000-04-10 01:20:43 +00:00
brianb
77aecf0269 bug fix patches from Michael Wood. 2000-04-07 00:48:48 +00:00
brianb
c12b9ec987 new mdb-array.c and changes to data.c (Karl)
database password stuff from (Carl)
multiple backend support (Carl and Brian)
2000-04-02 17:08:30 +00:00
brianb
99a5e99dd4 fixed bug causing 1 extra row / data page 2000-03-19 03:44:42 +00:00
brianb
401e3f45e3 Added (premilinary) support for null columns.
Added support routines for C files generated by parsecsv utilities.
2000-03-19 02:50:05 +00:00
brianb
375a4ea169 change to processing of data pages 2000-03-17 00:24:50 +00:00
brianb
e469aed2d7 fix for fixed text files
made it so memo fields get quoted in mdb-export.c
2000-03-16 11:29:03 +00:00
brianb
9551d017a8 support for memo types (inline only)
text required fields
corrections to bitmask sizing.
moved references to page size to MdbHandle->pg_size
2000-03-16 02:16:35 +00:00
brianb
62e65cdd26 fixed compute of bitmask size 2000-03-15 13:11:22 +00:00
brianb
6f42c3e345 patch from Karl for counting columns in data.c (slightly mod'ed by me -- bsb) 2000-03-15 02:11:27 +00:00
brianb
98f937eeb5 Added data export routine. 2000-03-12 18:21:17 +00:00
brianb
3052707e31 forgot header changes 2000-03-12 16:45:27 +00:00