No changes
No changes
No changes
New features
- Add save point to transactions (all)
- JRuby 1.9 mode support (encodings etc.)
Bugfixes
- Fix bug when using nested transactions in concurrent scenarios (all)
- Use column aliases instead of names (jruby)
Other
- Switch back to RSpec
- No changes
- No changes
Initial release as part of mainline DataObjects project.
-
Switch to Jeweler for Gem building tasks (this change may be temporary).
-
Switch to using Bacon for running specs: This should make specs friendlier to new Ruby implementations that are not yet 100% MRI-compatible, and in turn, pave the road for our own IronRuby and MacRuby support.
-
Switch to the newly added rake-compiler
JavaExtensionTask
for compiling JRuby extensions, instead of our (broken) home-grown solution. -
Known Issues:
- Writing Extlib::ByteArray is not currently supported.
(NOT RELEASED)
- Improvements
- JRuby Support (using do_jdbc)
- 1 major enhancement:
- Initial release