Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > [ANN] VAOR 0.70, support for transactions

Reply
Thread Tools

[ANN] VAOR 0.70, support for transactions

 
 
Oliver M. Bolzer
Guest
Posts: n/a
 
      07-04-2003
Hi!

I'm happy to announce the release of VAPOR 0.70. This release adds
support for transactions. All operations that modify a persistent
object must be done in the context of a transaction now (or use
AutoCommit-Mode).

This is still beta-software, I suppose there are still plenty of bugs
(especially in rollback and unsucceeded commit code) but I'd greatly
appreciate it if anybody tries it out.

The software is available from RAA, below is an excerpt from the CHANGES
file.

Version 0.70 (tagged 4 Jul 2003, revision 211)

Features:
* support for transactions, with ACID-characteristics using optimistic
locking
* new method Persistable#refresh_persistent, reloads persistent
attributes with values currently in Datastore
* new method Persistable#revision, returns number of times changes
to the object have been commited since it's creation


Next I will be working on Versioning, where all previous revisions of an
object will be kept together with the transaction log for audit and
reverting purposes.

PS: The previous version was intendet to be 0.06, but my fingers typed
0.60 at various places, so I keep that numbering scheme.

--
Oliver M. Bolzer


GPG (PGP) Fingerprint = 621B 52F6 2AC1 36DB 8761 018F 8786 87AD EF50 D1FF

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
The server is not configured for transactions Albert Zulu MCSE 1 10-12-2004 02:58 PM
the server is not configured for transactions ahmed youssef MCSE 1 05-07-2004 01:33 PM
Transactions martin ASP .Net 2 12-11-2003 11:22 PM
log parsing: gaps between transactions Arthur Dent Perl 1 12-03-2003 12:20 AM
transactions in asp.net (page directive) psb ASP .Net 0 11-05-2003 09:09 PM



Advertisments