Commit graph

14 commits

Author SHA1 Message Date
wiz
5d86518619 Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
taca
5dcdff8a13 Update ruby-data_objects to 0.10.17.
## 0.10.17 2016-01-24

* 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
2016-02-16 14:24:15 +00:00
agc
d549bff9a5 Add SHA512 digests for distfiles for databases category
Problems found with existing distfiles:
	distfiles/D6.data.ros.gz
	distfiles/cstore0.2.tar.gz
	distfiles/data4.tar.gz
	distfiles/sphinx-2.2.7-release.tar.gz
No changes made to the cstore or mariadb55-client distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 01:56:09 +00:00
taca
372267d0cb Update ruby-data_objects to 0.10.16.
No change except version.
2015-06-01 12:54:14 +00:00
taca
ef4bf964d3 Update ruby-data_objects to 0.10.15.
## 0.10.15 2015-02-15

* 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
2015-02-17 14:47:34 +00:00
taca
e06c3e9f4b Update ruby-data_objects to 0.10.14.
## 0.10.14 2014-02-13

* Don't do DNS lookup in transaction loading
2014-03-13 18:15:52 +00:00
taca
c5a0f3b223 Update Ruby DataObjects to 0.10.13.
## 0.10.13 2013-05-27

* Create binaries for Ruby 2.0 on Windows
* Fix segfault in do_postgres
* Fix compilation of do_oracle for Ruby 2.0
2013-06-16 14:29:07 +00:00
taca
f7875aaece Update ruby-data_objects to 0.10.12.
## 0.10.12 2013-01-21

* Fix JRuby driver loading for newer jdbc-\* gems
* Compatibility change for anscient MySQL versions
2013-02-13 15:12:42 +00:00
taca
b3b189cac0 Update ruby-data_objects to 0.10.11.
## 0.10.11 2012-12-29

* Rename C symbols to prevent name collitions
2013-01-12 04:42:35 +00:00
taca
8cd0a42558 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-12-16 16:38:35 +00:00
taca
d5f59449ae 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
2012-03-17 14:23:21 +00:00
taca
054d414121 Update databases/ruby-data_objects package to 0.10.7.
## 0.10.7 2011-10-13

* Ruby 1.9.3 compatibility
2011-12-16 15:15:01 +00:00
taca
75c5c8694a 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
2011-06-19 08:43:46 +00:00
taca
8bcbace04c Importing databases/ruby-data_objects 0.10.2.
Provide a standard and simplified API for communicating with RDBMS from Ruby.
2010-09-11 23:55:08 +00:00