Rails driver rubyfb 0.6.7 is released

This version brings a series of fixes and improvements (Row and ResultSet are now pure ruby implementations)

Release files can be found here

Changelog for this version

  • Add test to ensure row numbering scheme
  • Fix row numbering
  • Minor AR adapter improvement
  • Include Enumerable in Row And ResultSet
  • Update tests
  • Row: pure ruby implementation
  • ResultSet: pure ruby implementation
  • Use static vars fo rb_intern caches – this should fix os x linkage issues

You can check the github Commits log for the code changes

Official Firebird driver FDB release 0.7.2 is out with Support for Python 3 and Distributed Transactions

FDB release 0.7.2 is out:
http://pypi.python.org/pypi/fdb/0.7.2

Highlights for this release:
– Python 3 Support (thanks to Philippe Makowski)
– Support for Distributed Transactions
– Support for NBACKUP Service
– Support for Trace Service

And as always, some bugs fixed.

Main target for next version: support for Firebird Events.

Note: I’m really glad that Philippe joined the FDB team, especially to look after Python 3 support (but not only that). Thanks!

You can also read the announcement on firebird-python list

 

1 2 3