[ANN] KirbyBase 2.5.1

J

Jamey Cribbs

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_2.5.1.zip
Linux/Unix: http://www.netpromi.com/files/KirbyBase_Ruby_2.5.1.tar.gz
Gem: http://www.netpromi.com/files/KirbyBase-2.5.1.gem


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
(e-mail address removed)


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.
 
E

Ezra Zygmuntowicz

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

Jamey Cribbs
(e-mail address removed)


Thanks again for KirbyBase Jamie!

-Ezra
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

[ANN] KirbyBase 2.5.2 0
[ANN] KirbyBase 2.5 1
[ANN] KirbyBase 2.4 2
[ANN] KirbyBase 2.2.1 0
[ANN] KirbyBase 2.3 Production Version 4
[ANN] KirbyBase 2.2 8
[ANN] KirbyBase 2.3 beta 1 6
ANN: KirbyBase 1.6 0

Members online

No members online now.

Forum statistics

Threads
473,982
Messages
2,570,186
Members
46,740
Latest member
JudsonFrie

Latest Threads

Top