aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/vendor
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated object transactions. People relying on this functionality ...Michael Koziarski2007-03-161-693/+0
* mysql.rb ignores IOError in finalizer when socket is already closedJeremy Kemper2007-02-261-1/+5
* Ruby 1.8.6 compatibility.Jeremy Kemper2007-02-221-3/+3
* If only life was that simple (it didnt help)David Heinemeier Hansson2006-12-011-8/+2
* Replace the elaborate reloading connection checking scheme, just fix the Ruby...David Heinemeier Hansson2006-12-011-2/+8
* Fixed the Ruby/MySQL adapter we ship with Active Record to work with the new ...David Heinemeier Hansson2006-09-041-5/+20
* Upgrade to Transaction::Simple 1.3Jamis Buck2006-03-151-702/+693
* Fixed db2 connection with empty user_name and auth options (closes #3622) [ph...David Heinemeier Hansson2006-02-261-1/+1
* Fixed schema handling for DB2 adapter that didn't work: an initial schema cou...David Heinemeier Hansson2006-02-011-5/+5
* Multiple enhancements and adjustments to DB2 adaptor. Closes #3377.Marcel Molina2006-01-041-3/+8
* MySQL: fixes for the bundled mysql.rb driver. References #3160.Jeremy Kemper2005-12-101-8/+9
* Fix bundled mysql.rb to correctly check for PROTO_41. Fixed scramble41 with ...Jeremy Kemper2005-12-091-43/+37
* r3886@sedna: jeremy | 2005-11-07 03:09:59 -0800Jeremy Kemper2005-11-092-323/+89
* Correct the pure-Ruby MySQL 4.1.1 shim's version test. Closes #2718.Jeremy Kemper2005-11-031-13/+9
* Fixed "connection lost" issue with the bundled Ruby/MySQL driver (would kill ...David Heinemeier Hansson2005-09-111-0/+6
* r2933@asus: jeremy | 2005-07-08 14:22:58 -0700Jeremy Kemper2005-07-081-0/+9
* Fixed that column aliases didn't work as expected with the new MySql411 drive...David Heinemeier Hansson2005-01-201-1/+1
* Fixed that the Ruby/MySQL adapter wouldn't connect if the password was empty ...David Heinemeier Hansson2005-01-181-1/+2
* Make sure #470 shouldnt be happeningDavid Heinemeier Hansson2005-01-171-13/+0
* Fixed the 4.11 changes to the mysql adapterDavid Heinemeier Hansson2005-01-111-0/+318
* Minor tweak for readabilityDavid Heinemeier Hansson2005-01-041-1/+1
* Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...David Heinemeier Hansson2005-01-011-0/+357
* Fixed a bug in the Ruby/MySQL that caused binary content to be escaped badly ...David Heinemeier Hansson2005-01-011-1/+1
* InitialDavid Heinemeier Hansson2004-11-242-0/+1819