mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 09:50:07 +08:00
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.
This commit is contained in:
13
ChangeLog
13
ChangeLog
@@ -1,3 +1,16 @@
|
||||
Fri Mar 5 23:24:04 EST 2004 Brian Bruns <brian@bruns.com>
|
||||
* configure.in: AC_SUBST on ODBCINSTLIB
|
||||
* include/mdbtools.h:
|
||||
* src/libmdb/Makefile.am:
|
||||
* src/odbc/Makefile.am:
|
||||
* src/libmdb/data.c:
|
||||
* src/libmdb/iconv.c: move ascii/unicode convert code to iconv.c
|
||||
* include/mdbsql.h:
|
||||
* src/util/mdb-sql.c:
|
||||
* src/odbc/odbc.c:
|
||||
* src/sql/mdbsql.c: new fetch routine to handle worktables
|
||||
* src/odbc/connectparams.c: use odbcinst lib routines if available
|
||||
|
||||
Thu Mar 4 23:24:27 EST 2004 Brian Bruns <brian@bruns.com>
|
||||
* include/mdbtools.h: add prototype for mdb_index_find_next()
|
||||
* src/libmdb/write.c: add mdb_pack_row4() (Jeff Smith). Fix null mask order (Jeff, me)
|
||||
|
Reference in New Issue
Block a user