Commit Graph

228 Commits

Author SHA1 Message Date
whydoubt
7e4a7bc113 Fix a memory leak 2004-06-23 03:03:06 +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
brianb
642a74c8c3 fix readline detection 2004-06-20 14:36:23 +00:00
whydoubt
ba6f5b30cc Replace a function with an equivalent GLib macro 2004-06-18 06:05:33 +00:00
whydoubt
c99ce9815d Fix a bug and a typo in mdb-schema 2004-06-18 05:13:16 +00:00
whydoubt
00d9fddc69 Reconcile code/documentation inconsistencies 2004-06-18 05:10:44 +00:00
brianb
6e8c4d3436 remove building of reference manual. 2004-06-18 02:18:14 +00:00
brianb
36010cd745 increase max obj name to 256 chars 2004-06-16 23:42:15 +00:00
brianb
5a97646da0 fix broken table definition window in gmdb2 after backend change 2004-06-16 22:28:04 +00:00
whydoubt
12ba2ed72f Fix bug in column name ordering 2004-06-15 04:12:36 +00:00
whydoubt
2dd710e5c4 Make better use of read_pg_if_n 2004-06-14 12:13:25 +00:00
whydoubt
2a6d21ce6d Fix bug in read_pg_if_n 2004-06-11 21:57:19 +00:00
whydoubt
402e6be097 Major revisions to 'backend' code 2004-06-11 13:56: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
b6dd1b63c5 better utilize glib functions, fix memory leak 2004-05-30 08:06:42 +00:00
whydoubt
a5afa5c9e4 better utilize glib functions, fix memory leaks 2004-05-30 07:19:22 +00:00
whydoubt
59f221b2b2 better utilize glib functions, fix memory leak 2004-05-30 05:50:39 +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
2c8cc371cb Fixed a couple of compiler warnings 2004-05-28 12:41:22 +00:00
whydoubt
809ba65541 Fixed a couple of potential memory leaks 2004-05-28 12:20:17 +00:00
brianb
39aaec1a75 new files from Michael Meeks patch I neglected to check in 2004-05-05 01:38:50 +00:00
brianb
85ac44db84 patch from Michael Meeks for pkg-config stuff 2004-05-02 12:13:28 +00:00
brianb
50a94fdccf handle any object type in mdb-prop 2004-05-02 11:39:25 +00:00
brianb
8c54cf8331 add -t flag 2004-05-02 11:24:39 +00:00
whydoubt
105a74b4a8 Added a .cvsignore file 2004-05-01 05:08:07 +00:00
whydoubt
c9b6454cf0 Fold several functions into mdb_open/mdb_close 2004-05-01 05:05:24 +00:00
whydoubt
1a1127e930 Back out some ineffective NULL setting 2004-04-25 05:31:23 +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
f1bc789dda Setting various pointers to NULL after freeing. 2004-04-24 05:02:32 +00:00
brianb
bde195357e fix reading of deleted/added columns 2004-04-16 15:45:12 +00:00
whydoubt
0baed7b268 Use mdb_close to match mdb_open instead of mdb_free_handle 2004-04-14 05:58:52 +00:00
whydoubt
5f46b6bc2a Make mdb_close free the handle 2004-04-14 05:15:18 +00:00
whydoubt
7a55c6b2b3 Update to the latest libtool.m4 2004-04-14 03:25:17 +00:00
whydoubt
bc4f178557 Improve configure for ODBC 2004-04-14 00:25:55 +00:00
whydoubt
edd22153c6 Make mdb-check compilable 2004-04-14 00:13:00 +00:00
brianb
4953cee0af signature change to mdb_open() 2004-04-13 20:06:04 +00:00
whydoubt
04452fbafe Make mdb_free_tabledef safe from dereferencing NULL 2004-04-13 03:43:35 +00:00
whydoubt
c18667e9f2 Utilize _odbc_get_string_size() in SQLPrepare() 2004-04-13 03:17:19 +00:00
whydoubt
91a0f74094 Correct some array sizes 2004-04-13 03:10:39 +00:00
whydoubt
4b0f1c913c ODBC driver dialog enhancements 2004-04-13 03:05:20 +00:00
brianb
222bbcdd01 more gtk-doc stuff 2004-04-13 01:27:57 +00:00
brianb
1295d079ae first cut at gtk-doc 2004-04-13 00:39:12 +00:00
brianb
341fc9d4ef free backend structures on exit 2004-04-12 14:33:56 +00:00
brianb
49cf3e0cbc delete orphan files 2004-04-12 14:27:07 +00:00
brianb
437ed06355 call mdb_sql_reset on call to SQLFreeStmt() (Jeff Smith) 2004-03-25 10:33:56 +00:00