2013-01-12 05:42:35 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-data_objects to 0.10.11.
## 0.10.11 2012-12-29
* Rename C symbols to prevent name collitions
|
2012-12-16 17:38:35 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-data_objects to 0.10.0.
## 0.10.10 2012-10-11
* JRuby performance improvements
* Reconnect added on JRuby
* do\_sqlite3 C driver supports busy\_timeout
## 0.10.9 2012-08-13
* Don't try to escape queries when no binding parameters are given
|
2012-03-17 15:23:21 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-data_objects package to 0.10.8.
## 0.10.8 2012-02-10
* Ruby 1.9.3 compatibility on Windows
* Don't display password in URI
|
2011-12-16 16:15:02 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update databases/ruby-data_objects package to 0.10.7.
## 0.10.7 2011-10-13
* Ruby 1.9.3 compatibility
|
2011-06-19 10:43:46 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-data_objects pacakge to 0.10.6.
## 0.10.6 2011-05-22
Bugfixes
* Fix an issue on some platforms when multiple DO drivers are loaded
## 0.10.5 2011-05-03
Bugfixes
* Fix an issue with DateTime (do\_sqlite3)
## 0.10.4 2011-04-28
New features
* Add save point to transactions (all)
* JRuby 1.9 mode support (encodings etc.)
Bugfixes
* Fix segfault when no tuples are returned from a non select statement (do\_postgres)
* Fix bug when using nested transactions in concurrent scenarios (all)
* Use column aliases instead of names (jruby)
* DST calculation fixes (all)
* Attempt to add better support for ancient MySQL versions (do\_mysql)
* Fix handling sub second precision for Time objects (do\_postgres)
Other
* Refactor to DRY up the adapters (all)
* Many style fixes
* Switch back to RSpec
## 0.10.3 2011-01-30
* Reworked transactions
* Fix a DST bug that could cause datetimes in the wrong timezone
|
2010-09-12 01:55:09 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
Importing databases/ruby-data_objects 0.10.2.
|