All releases tagged Development


Release Notes: Data in CSV output is now only surrounded by the enclosure character if the data contains the separator character. The output of numbers in SQL output was fixed (sometimes a 'NULL' preceeded the number). A memory leak in sql.c was fixed. Exporting to dbase is now possible. New --quiet, --start-record, --num-records, --nocreate, --tablename, and --empty-str-is-null options were added. A --usecopy option that uses COPY instead of INSERT statement in SQL output was added. - libdbf is now used for dBASE file access. Speed was improved.


Release Notes: This release brings support for Big Endian systems, code fixes in the codepages, and a fix to show the date properly. A new table structure output based on MySQL was added, and some major code-cleanup was done.


Release Notes: This release fixes a problem with large dBASE files: Converting dBASE files up to 280MB could create a memory leak which could hang your system. Dynamically allocated buffers have been replaced by static buffers, so dbf now uses 424KB of RAM during the conversion process.


Release Notes: The table structure was enhanced for dBASE IV and 5. Codepage selection for Western European languages has been automated. CSV Export was improved. Field information and statistical output is now reachable with a new flag (no longer automated output). Short help sections were added with description of new flags.