Commit Graph

49 Commits

Author SHA1 Message Date
whydoubt
7959694bc5 Use GLib to deal with endian issues 2004-08-20 02:43:21 +00:00
whydoubt
1960e3808b Tidy up stats interface 2004-08-19 05:12:21 +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
2b326e7e2c Add gtkdoc to various functions 2004-06-22 04:27:42 +00:00
brianb
620db14f4b iconv, typo fixes, libtool versioning, added MySQL to gmdb2 export 2004-06-21 00:31:39 +00:00
whydoubt
8e5b7ee293 Improve mdb_open's error handling 2004-06-02 12:31:18 +00:00
whydoubt
5772a41e6e Make better use of glib function 2004-05-31 18:21:43 +00:00
whydoubt
fc59a5eca8 malloc to g_malloc 2004-05-30 05:06:26 +00:00
whydoubt
b14de7135e malloc to g_malloc for backend functions 2004-05-29 19:18:57 +00:00
whydoubt
c9b6454cf0 Fold several functions into mdb_open/mdb_close 2004-05-01 05:05:24 +00:00
whydoubt
4ef8af1826 Moving some NULL pointer tests 2004-04-25 02:42:36 +00:00
whydoubt
382a0fca39 Setting pointers to NULL after freeing 2004-04-24 20:37:13 +00:00
whydoubt
7b34e5e88c Cleaning up memory for catalogs 2004-04-24 05:53:05 +00:00
whydoubt
5f46b6bc2a Make mdb_close free the handle 2004-04-14 05:15:18 +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
c5f4a8bb04 odbc inst fixes.
deleted column fix for jet4 fixed columns
2004-03-04 21:25:09 +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
8c68edba1f Basic checks on file to ensure it's an mdb database. bug # 587739 2004-01-10 21:46:14 +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
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
52528c6e95 add MDBPATH search
fix segfault in mdb-tables
2003-01-05 23:49:56 +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
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
brianb
b8bb42ae2b fixes for LVAL memo fields 2002-04-22 04:54:59 +00:00
brianb
6e3ddd4420 increase page size for Access 2000 support 2002-03-21 03:51:09 +00:00
brianb
1a96e241d0 Initial changes for Access 2000 files 2002-02-03 02:49:08 +00:00
brianb
e0f83b2446 made SQL support optional 2001-07-24 02:56:20 +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
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
brianb
62dc667342 Patches from Brent Johnson for double, off page memo, and big endian support 2000-08-09 03:04:57 +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
418d57bc0c last commit failed 2000-03-22 02:12:31 +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
6714088c27 patches from karl@grebyn.com 2000-03-11 20:19:23 +00:00
brianb
5710389374 changed mdb_read_catalog() to scan the file for catalog pages. 2000-03-03 01:50:08 +00:00
brianb
fcd8153070 more structuring 2000-02-27 19:24:44 +00:00
brianb
30ab45dc35 Initial revision 2000-02-12 23:51:37 +00:00