- Enable CI with Ruby 2.3
- Improve utf8mb4 support in do_mysql
- Fix memory leak in do_mysql and do_postgres
- Support for MySQL 5.7 in do_mysql
- Fix bug with DateTime and wrong timezone offsets
- Fix compilation on JRuby 9000
- Fix compile issue with do_postgres on stock OS X Ruby
-
Ruby 2.2 support
-
Double after free fix in do_postgres
-
utf8mb4 support on do_mysql
-
Windows support on 2.1.x and 2.2.x
- Don't do DNS lookup in transaction loading
- Create binaries for Ruby 2.0 on Windows
- Fix segfault in do_postgres
- Fix compilation of do_oracle for Ruby 2.0
- Fix JRuby driver loading for newer jdbc-* gems
- Compatibility change for anscient MySQL versions
- Rename C symbols to prevent name collitions
- JRuby performance improvements
- Reconnect added on JRuby
- do_sqlite3 C driver supports busy_timeout
- Don't try to escape queries when no binding parameters are given
- Ruby 1.9.3 compatibility on Windows
- Don't display password in URI
- Ruby 1.9.3 compatibility
Bugfixes
- Fix an issue on some platforms when multiple DO drivers are loaded
Bugfixes
- Fix an issue with DateTime (do_sqlite3)
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
- Reworked transactions
- Fix a DST bug that could cause datetimes in the wrong timezone
- Support for Encoding.default_internal
- Rework logging to adding a callback is possible
- Removal of Extlib dependency: Pooling and Utilities code moved to DataObjects.
- 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.
- Make DataObjects::Reader Enumerable.
- No Changes since 0.9.11
- Fixes
- Use Extlib
Object.full_const_get
instead of custom code - Remove Field as it was unused
- Use Extlib
- No Changes since 0.9.8