ANNOUNCE: KirbyBase 1.3
Jamey Cribbs
jcribbs@twmi.rr.com
Sat, 16 Aug 2003 01:56:13 GMT
KirbyBase 1.3 is now available at:
http://www.netpromi.com/files/KirbyBase-1.3.zip
What is KirbyBase?
KirbyBase is a simple, pure-Python, plain-text, flat-file database
management system that can be used either embedded in your application
or in a client/server, multi-user mode.
To find out more about KirbyBase, go to:
http://www.netpromi.com/kirbybase.html
Changes:
Added ability to pass field values to update and insert using a dictionary.
Added ability to specify field to sort on and sort direction for the
results of a select.
Added len method.
Fixed bug in validateMatchCriteria where script was not restricting
other match criteria if already attempting to match by recno.
Fixed bug in validateMatchCriteria where script was not checking to see
if pattern argument was an integer when attempting to match by recno.
Changed the way field types are handled internally. This should not
change any of the api or interfaces, EXCEPT for the getFieldTypes
method, which now returns a list of types, instead of a list of strings.
I hope this doesn't screw anyone's programs up.
Corrected version number to conform to guidelines in distutils
documentation.