mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 09:50:07 +08:00
Remove long-deprecated functions
mdb_init() and mdb_exit() have done nothing for a while. mdb_get_coltype_string() and mdb_coltype_takes_length() were previously removed, but remained in the header file by accident.
This commit is contained in:
4
NEWS
4
NEWS
@@ -36,6 +36,10 @@ parameter, so that date formats can be set in a non-global fashion:
|
||||
The above function is the most common reason that old projects will fail to
|
||||
compile on 0.9, and the fix is straightforward.
|
||||
|
||||
The previously-deprecated functions mdb_init() and mdb_exit() have been
|
||||
removed. These functions did nothing; any calls to them should be excised with
|
||||
prejudice.
|
||||
|
||||
This release introduces a new CLI tool (mdb-queries) and deprecates mdb-array,
|
||||
mdb-header, and mdb-parsecsv. Several man pages have been added or otherwise
|
||||
brought up to date.
|
||||
|
Reference in New Issue
Block a user