[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] KirbyBase 2.5.1

Jamey Cribbs

12/28/2005 8:12:00 PM

I would like to announce the release of version 2.5.1 of KirbyBase, a
small, pure-Ruby database management system that stores it's data in
plain-text files.

You can download it here:

Windows: http://www.netpromi.com/files/KirbyBase_Ruby...
Linux/Unix: http://www.netpromi.com/files/KirbyBase_Ruby_2....
Gem: http://www.netpromi.com/files/KirbyBase...


This is a mainly a bug-fix release:

* Fixed a bug that had broken encrypted tables.

* Changed KBTable#pack method so that it raises an error if trying to
execute when connect_type==:client.

* Fixed a bug where it was possible to insert records missing a required
field if using a hash. Thanks to Adam Shelly for this.

* Fixed a bug that occurred when you tried to update records using a
block and you tried to reference a field in the current record inside
the block. Much thanks to Assaph Mehr for reporting this.

* Fixed a bug that allowed you to have duplicate column names. Thanks
to Assaph Mehr for spotting this.

* Changed the way KBTable#set works with memo/blob fields.

* Started creating unit tests.

* Changed the KBTable#clear method to return number of records deleted.
Thanks to Assaph Mehr for this enhancement.

* Moved #build_header_string from KBEngine class to KirbyBase class.

* Added KirbyBase::VERSION constant.

* Cleaned up the manual a bit. Thanks to Rich Morin for feedback.


I would like to thank all of the people who provided bug fixes,
suggestions, and ideas for version 2.5.1.
Enjoy!

Jamey Cribbs
jcribbs@twmi.rr.com


Confidentiality Notice: This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and/or privileged information. If you are not the intended recipient(s), you are hereby notified that any dissemination, unauthorized review, use, disclosure or distribution of this email and any materials contained in any attachments is prohibited. If you receive this message in error, or are not the intended recipient(s), please immediately notify the sender by email and destroy all copies of the original message, including attachments.


1 Answer

Ezra Zygmuntowicz

12/28/2005 10:54:00 PM

0


On Dec 28, 2005, at 12:11 PM, Jamey Cribbs wrote:
>
> I would like to thank all of the people who provided bug fixes,
> suggestions, and ideas for version 2.5.1.
> Enjoy!
>
> Jamey Cribbs
> jcribbs@twmi.rr.com
>


Thanks again for KirbyBase Jamie!

-Ezra