mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-01-21 18:48:34 +08:00
lots of small fixes (see Changelog)
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,3 +1,15 @@
|
||||
Sat Mar 13 09:27:23 EST 2004 Brian Bruns <brian@bruns.com>
|
||||
* doc/faq.html: fix typos, add question on write support
|
||||
* doc/install.sgml: clarify yacc requirement
|
||||
* doc/mdb-ver.txt: add -M to options
|
||||
* doc/mdb-sql.txt: add BUGS sections
|
||||
* src/libmdb/data.c: fix bug in call to mdb_get_double (Jeff Smith)
|
||||
* src/libmdb/write.c: move declaration to top of function in crack_row3 (Jeff Smith), check for null in mdb_pack_row[3-4] (me)
|
||||
* src/libmdb/index.c: fix hard coded index size in compressed index handling
|
||||
* src/sql/lexer.l: missing ] in NUMBER (Jeff Smith)
|
||||
* src/sql/mdbsql.c: temp_fill called with wrong value (Jeff Smith)
|
||||
* src/odbc/odbc.c: fix typo, incorrect pointer dereference (Jeff Smith), change value to SQLSMALLINT * in type_info
|
||||
|
||||
Sat Mar 6 18:10:20 EST 2004 Brian Bruns <brian@bruns.com>
|
||||
* include/mdbsql.h:
|
||||
* src/libmdb/worktable.c:
|
||||
|
||||
Reference in New Issue
Block a user