From: alexander s. <a1...@us...> - 2007-02-11 09:39:10
|
Update of /cvsroot/dbfpy/dbfpy In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv23678 Modified Files: CHANGES Log Message: release version 2.2.0 Index: CHANGES =================================================================== RCS file: /cvsroot/dbfpy/dbfpy/CHANGES,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** CHANGES 1 Dec 2006 11:48:59 -0000 1.11 --- CHANGES 11 Feb 2007 09:39:07 -0000 1.12 *************** *** 1,2 **** --- 1,19 ---- + Version 2.2.0 (11-feb-2007) + --------------------------- + + Features: + - date fields are allowed to contain values stored with leading spaces + instead of leading zeroes. + - dbf.header returns field definition objects if accessed as a list + or as a dictionary. + - added raw data access methods: DbfRecord.rawFromStream(), + DbfFieldDef.rawFromRecord(). + - added conversion error handling: if ignoreErrors=True is passed + with Dbf constructor arguments, then failing field value conversions + will not raise errors but instead will return special object + INVALID_VALUE which is equal to None, empty string and zero. + .ignoreErrors property of the Dbf instances may be toggled also + after instance initialization. + Version 2.1.0 (01-dec-2006) --------------------------- |