Commit Graph

235 Commits

Author SHA1 Message Date
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
brianb
2d098cd9e9 bug #1463036. do case insensitive compare in mdb_bind_column_by_name() 2007-03-06 00:28:33 +00:00
whydoubt
bc71178167 Fix and tidy up read_pg_in* functions 2005-12-17 15:59:18 +00:00
whydoubt
de1ce907a4 Fixes in reading data into bound fields 2005-11-04 12:12:11 +00:00
whydoubt
54bc9c81c6 Use correct parameter in mdb_col_to_string 2005-10-17 12:11:57 +00:00
whydoubt
8b9438dff5 Make backend_name parameter a const char * 2005-10-17 12:04:34 +00:00
brianb
a443e83ae7 Clean up for 0.6 release and some bug fixes 2005-09-07 23:27:43 +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
3e65f9718c Use col->is_fixed member directly 2005-06-23 05:42:02 +00:00
whydoubt
707a7ac399 Fix some potential segmentation faults 2005-06-17 02:42:18 +00:00
whydoubt
6bec184d98 Fix bug in handling certain 'jump tables' 2005-06-17 02:37:18 +00:00
whydoubt
22beb78295 Fix segmentation fault 2005-06-17 02:20:40 +00:00
whydoubt
160418635d Clean up some gcc4 warnings 2005-05-02 12:46:33 +00:00
whydoubt
e0cb6caa73 Clean up some gcc4 warnings and errors 2005-04-29 03:08:12 +00:00
whydoubt
6587feb47e Fix segfault on file-not-found 2005-03-28 03:33:11 +00:00
whydoubt
56e81caf58 Fix a bug in mdb_find_row 2005-03-23 03:51:58 +00:00
whydoubt
30b165938b Replace a few mdb_pg_get_int's with mdb_get_int's 2005-03-22 13:06:57 +00:00
whydoubt
a2c849ca8c Clean up some warnings 2005-03-22 13:04:12 +00:00
whydoubt
5926d50e2c Clean up printing of floating-point values 2005-03-19 12:37:11 +00:00
whydoubt
e3df6e8fb7 Improve OLE-related functions 2005-03-16 12:43:01 +00:00
whydoubt
b4d9eb5225 Remove some unused variables 2005-03-13 22:14:06 +00:00
whydoubt
f33a9564d1 Changes for compiling in MSVC (Martin Ellis) 2005-03-13 05:26:38 +00:00
whydoubt
07c9d00283 Fix some issues with mdb_memo_to_string 2005-03-12 03:33:17 +00:00
whydoubt
3153f5dd1e Add mdb_find_row function 2005-03-07 04:28:12 +00:00
whydoubt
3f79bc4884 Fix memory leak 2005-03-07 04:11:27 +00:00
whydoubt
0421fc8efe Rework of mdb_crack_row 2005-02-26 05:20:11 +00:00
whydoubt
0fc701af7f Fix bad declaration 2005-02-26 05:04:05 +00:00
whydoubt
937e72c305 Pass malloc'd strings with mdb_col_to_string, et al 2005-02-25 03:27:32 +00:00
brianb
2002c19cee mdb-import fixes, kinda works now 2005-02-11 16:24:01 +00:00
whydoubt
93979e0881 Convert memo fields (Artur Frysiak, me) 2005-02-10 06:30:55 +00:00
whydoubt
12bd73f38e Deleted rows bugfix (David Mansfield) 2005-02-10 05:53:37 +00:00
whydoubt
0d04c9910a Date calculation bug (David Mansfield) 2005-02-10 05:38:59 +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
58c1aafd2a Handle dates from 1/1/100 to 12/31/9999 2004-12-29 03:26:45 +00:00
whydoubt
d271b5fae5 Better compressed text handling 2004-12-11 06:07:20 +00:00
brianb
fa8d24dd2b patch from Wind Li for iconv on jet3.
Small changes from me for writing.
2004-12-01 23:31:48 +00:00
whydoubt
fd550a5f52 Clean up some memory leaks 2004-12-01 06:34:27 +00:00
brianb
34a9eac4ea iconv conversion code 2004-11-26 05:22:52 +00:00
whydoubt
fd04c906c8 Readline usage fixes 2004-10-25 04:11:13 +00:00
whydoubt
d632ab6231 Correct some field display size problems 2004-09-23 05:07:09 +00:00