<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/databases/ruby-data_objects, branch pkgsrc_2013Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2013Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2013Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2013-06-16T14:29:07Z</updated>
<entry>
<title>Update Ruby DataObjects to 0.10.13.</title>
<updated>2013-06-16T14:29:07Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2013-06-16T14:29:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4199eef9eb5da79d4a5bd017a794c05d0c7298db'/>
<id>urn:sha1:4199eef9eb5da79d4a5bd017a794c05d0c7298db</id>
<content type='text'>
## 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
</content>
</entry>
<entry>
<title>Update ruby-data_objects to 0.10.12.</title>
<updated>2013-02-13T15:12:42Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2013-02-13T15:12:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d361a054dc1ee11a733cac9f07fd382242eff89d'/>
<id>urn:sha1:d361a054dc1ee11a733cac9f07fd382242eff89d</id>
<content type='text'>
## 0.10.12 2013-01-21

* Fix JRuby driver loading for newer jdbc-\* gems
* Compatibility change for anscient MySQL versions
</content>
</entry>
<entry>
<title>Update ruby-data_objects to 0.10.11.</title>
<updated>2013-01-12T04:42:35Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2013-01-12T04:42:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=53a4c4261697281d642c5f67348b9ce04e1156ca'/>
<id>urn:sha1:53a4c4261697281d642c5f67348b9ce04e1156ca</id>
<content type='text'>
## 0.10.11 2012-12-29

* Rename C symbols to prevent name collitions
</content>
</entry>
<entry>
<title>Update ruby-data_objects to 0.10.0.</title>
<updated>2012-12-16T16:38:35Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2012-12-16T16:38:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3d5253efba44a2a7bf0994e84b15388008d5b615'/>
<id>urn:sha1:3d5253efba44a2a7bf0994e84b15388008d5b615</id>
<content type='text'>
## 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
</content>
</entry>
<entry>
<title>Update ruby-data_objects package to 0.10.8.</title>
<updated>2012-03-17T14:23:21Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2012-03-17T14:23:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=46e7abf7844eb0c76723e9f6428e1e018c6e7688'/>
<id>urn:sha1:46e7abf7844eb0c76723e9f6428e1e018c6e7688</id>
<content type='text'>
## 0.10.8 2012-02-10

* Ruby 1.9.3 compatibility on Windows
* Don't display password in URI
</content>
</entry>
<entry>
<title>Update databases/ruby-data_objects package to 0.10.7.</title>
<updated>2011-12-16T15:15:01Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2011-12-16T15:15:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6f6c6ed62ccc6f5e89338810493e95734b335898'/>
<id>urn:sha1:6f6c6ed62ccc6f5e89338810493e95734b335898</id>
<content type='text'>
## 0.10.7 2011-10-13

* Ruby 1.9.3 compatibility
</content>
</entry>
<entry>
<title>Update ruby-data_objects pacakge to 0.10.6.</title>
<updated>2011-06-19T08:43:46Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2011-06-19T08:43:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c30c488db78a33097681659a7b885e64598f09c8'/>
<id>urn:sha1:c30c488db78a33097681659a7b885e64598f09c8</id>
<content type='text'>
## 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
</content>
</entry>
<entry>
<title>Importing databases/ruby-data_objects 0.10.2.</title>
<updated>2010-09-11T23:55:08Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2010-09-11T23:55:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8eaf25f0b79213b3ea7fbc5856c92286b4926e5b'/>
<id>urn:sha1:8eaf25f0b79213b3ea7fbc5856c92286b4926e5b</id>
<content type='text'>
Provide a standard and simplified API for communicating with RDBMS from Ruby.

</content>
</entry>
</feed>
