jakob
88ff1c023e
Basic support for Complex Columns (Access 2007+)
...
The major new feature in Access 2007 where so called complex columns.
These can be multivalued fields, attachments, or MEMO fields with
version history. All of them are implemented using hidden helper tables,
and the column itself has type MDB_COMPLEX (0x12) which is basically a
long int used as a key.
This commit adds basic support for this complex type to libmdb.
2012-07-07 20:23:20 +02:00
Jean-Michel Vourgère
c566407eaf
Experimental support for JET5 .accdb files
...
Right now, they are handled like JET4 file.
2012-07-03 00:31:23 +02:00
Jean-Michel Vourgère
1db0a89ee2
Removed last compilation warnings, updated TODO
2012-07-02 23:29:05 +02:00
Jean-Michel Vourgère
212337cfaa
Renamed _mdb_put_int* into mdb_put_int*
...
These were the only symbols exported not starting with mdb_
Old names stay available as aliases
Bumped libmdb version to 2.0.1
Added these prototypes to mdbtools.h: Fixes compilation warning
Added mdb_insert_row prototype to mdbtools.h: Fixes compilation warning
2012-07-02 21:38:26 +02:00
Jean-Michel Vourgère
8becb3fa6d
Don't try to update index if it is not found
...
This quiets compiler warning about possibly uninitialized var
2012-07-01 12:50:00 +02:00
Will Daniels
04b6cf5232
Export REPID as string & use char(38) in mysql
2012-06-29 02:28:51 +02:00
Nirgal Vourgère
7634e329c7
Renamed namespace into dbnamespace: C++ keyword
2012-02-11 18:38:43 +01:00
Nirgal Vourgère
c37e82c356
Don't call exit() from libmdb.so
...
Libraries should return an error code, not kill the caller.
Thanks lintian.
2012-01-16 02:58:46 +01:00
Jean-Michel Vourgère
4cc277cbcc
Version 0.7~rc1
2011-09-04 17:18:56 -04:00
Jean-Michel Vourgère
0919ca2a89
More simple map file without revisions. Add ODBCINST*.
2011-09-04 17:15:00 -04:00
Nirgal Vourgre
dd0f4c3819
Patch docs.diff from Nirgal
2011-08-28 19:53:29 -04:00
Nirgal Vourgre
aee657f603
Patch warnings.diff from Nirgal
2011-08-28 19:48:44 -04:00
Nirgal Vourgre
fba597765d
Patch wheredate.diff from Nirgal
2011-08-28 19:47:18 -04:00
Nirgal Vourgre
1f2749cdfc
Patch bufferdump.diff from Nirgal
2011-08-28 19:43:52 -04:00
Nirgal Vourgre
3e2407044d
Patch prop_abi.diff from Nirgal
2011-08-28 19:42:34 -04:00
Nirgal Vourgre
8ef50c444e
Patch nosanitize.diff form Nirgal
2011-08-28 18:56:03 -04:00
Mark Williams
b5cabb1834
Fixing segfault-causing off-by-one error in index.c
2011-08-28 18:52:16 -04:00
Brian Bruns
0897cbe612
missing files from abi patch
2011-08-11 10:04:27 -04:00
Brian Bruns
ed0a5b56a6
abi.diff from Nirgal, remove exported symbols
2011-08-10 18:02:24 -04:00
Nirgal
529534dae5
Oracle numeric types
2011-08-10 18:00:18 -04:00
Nirgal
456f261cab
Bunch of fixes for compilation warnings, mostly unused vars.
2011-08-10 18:00:18 -04:00
Brian Bruns
3280842de1
boolean default patch from Nirgal Vourgère
2011-03-20 15:33:26 -04:00
Brian Bruns
91cd0b7475
fix comments for mysql from Dmitry Nikitin
2011-03-20 15:24:56 -04:00
Brian Bruns
1f3c04990d
numeric patch from Jakob Egger
2011-03-20 15:23:27 -04:00
Brian Bruns
ff251e736f
patch 'binaries' from Nirgal Vourgère
2011-02-21 14:11:57 -05:00
Brian Bruns
d794c6e2a1
patch default_values from Nirgal Vourgère
2011-02-16 18:59:25 -05:00
Brian Bruns
39277312d4
patch 'schema2' from Nirgal Vourgère
2011-02-16 18:58:22 -05:00
Brian Bruns
6696edf1f8
patch 'props' from Nirgal Vourgère
2011-02-16 18:58:02 -05:00
Brian Bruns
fa83ed0af0
patch 'ole' from Nirgal Vourgère
2011-02-16 18:57:40 -05:00
Brian Bruns
0eea4c148f
patch schema-indexes from Nirgal Vourgère
2011-02-16 18:57:05 -05:00
Brian Bruns
3adb7d6bab
clean up for kkd / mdb-props, from Nirgal Vourgère
2011-02-07 22:06:48 -05:00
Brian Bruns
5c7e4216fa
clean up float length, from Nirgal Vourgère
2011-02-07 22:04:30 -05:00
Brian Bruns
be2a287f5c
fix index counting, from Nirgal Vourgère
2011-02-07 21:57:13 -05:00
jakob
82b28d6845
Fixed a bug that would remove the first two digits after the decimal mark in NUMERIC (decimal) fields
2011-01-26 09:55:30 -08:00
Brian Bruns
037b9bc8fc
remove cvsignore and add gitignore per Jeff Smith
2010-11-01 09:30:24 -04:00
Brian Bruns
85be8bbe68
patch 180-slowmap-fallback from Nirgal Vourgère
2010-11-01 09:26:46 -04:00
Brian Bruns
4f73e1b295
patch from Terry Brown <terry_n_brown at yahoo.com> to not sanitize the schema in mdb-schema
2010-08-03 20:04:29 -04:00
Brian Bruns
9b87b488a4
revised patch 130-export-smallfloat from Nirgal Vourgère
2010-08-03 19:59:41 -04:00
Brian Bruns
1cc10bbcd7
fix offset of page type in data/leaf page writing
2010-06-24 07:55:07 -04:00
Brian Bruns
87af69a15e
Debian patch 170-sequences from Nirgal Vourgère
2010-06-20 16:30:47 -04:00
Brian Bruns
f2bc2e1a21
Debian patch 160-foreign-keys from Nirgal Vourgère
2010-06-20 16:28:54 -04:00
Brian Bruns
30e5a6f4bb
Debian patch 150-backend-quote from Nirgal Vourgère
2010-06-20 16:27:42 -04:00
Brian Bruns
4c83570d41
Patch 120-decrypt from David Mansfield
2010-06-17 22:23:45 -04:00
Brian Bruns
7a073df76e
Patch 155-blob from Nirgal Vourgère
2010-06-17 22:12:44 -04:00
Brian Bruns
4fb8786418
Debian patch 130-export-smallfloat from Vincent Fourmond
2010-06-17 19:56:22 -04:00
Brian Bruns
625c588cdf
Debian patch 100-postgres-types from Nirgal Vourgère
2010-06-17 19:02:28 -04:00
Brian Bruns
09a82013a3
Debian patch 056-libmdb-data
2010-06-16 23:36:14 -04:00
Brian Bruns
9bd658067b
Patch from Alex Hunsaker posted 2005-11-17. retrieve number of var cols for this row in mdb_crack_row() only if there are var cols according to table definition.
2010-06-16 22:42:39 -04:00
Brian Bruns
ae9fe1f304
patch from Brett Hutley posted 2008-07-24. Bounds check binding of memo field in JET3 when not using iconv.
2010-06-16 22:37:31 -04:00
brianb
c021da2555
fix negative numbers on MDB_INT types
2007-03-17 01:08:52 +00:00