Path to this page:
Subject: CVS commit: wip/dbf
From: Thomas Klausner
Date: 2003-11-21 16:07:30
Message id: E1ANCsc-0002jA-00@sc8-pr-cvs1.sourceforge.net
Log Message:
Update to 0.8.1.
Install documentation into share/doc/dbf instead of share/dbf.
0.8.1 STABLE
2003-20-10 (Release-Date)
- fixed CSV converting, data sets are now converted properly
- using '-' as a filename means stdout
- fixed csv output. separator char within a field value are now treated
propperly (Uwe)
- Do not put the separator char after the last field in csv output (Uwe)
- Add field type, size and decimals to field name in first line of csv
output (Uwe)
0.8 STABLE
2003-11-09 (Release-Date)
- Changed the options parsing system and the options id, so that options
with a single hyphen can also be used and displayed in the help.
- Inserted a fail safe routine which checks that the original file will
never be overwritten if the options filename is missing
- Tab-separated files without quoted text-passages can be created by using
't' as separator.
- Fix for date strings in SQL: According the PostgreSQL manual, SQL (ANSI)
requires date strings to be quoted, ie. '20031029'
send in by Tommi Rintala, t2r@wasalab.com
- Can differentiate between dBASE, FoxPro, FoxBase and Clipper
- --view-info reports the database type and version number
- supports datatypes int, float, double and logical in SQL and CSV
- introduced cast operations for CSV and SQL export
- differentiates between deleted and existent data sets
Files: