Commit Graph

98 Commits

Author SHA1 Message Date
whydoubt
160418635d Clean up some gcc4 warnings 2005-05-02 12:46:33 +00:00
whydoubt
56e81caf58 Fix a bug in mdb_find_row 2005-03-23 03:51:58 +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
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
937e72c305 Pass malloc'd strings with mdb_col_to_string, et al 2005-02-25 03:27:32 +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
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
brianb
34a9eac4ea iconv conversion code 2004-11-26 05:22:52 +00:00
whydoubt
d632ab6231 Correct some field display size problems 2004-09-23 05:07:09 +00:00
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