aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Fixed binary support for PostgreSQL #444 [alex@byzantine.no]David Heinemeier Hansson2005-01-151-1/+29
* Fixed the 4.11 changes to the mysql adapterDavid Heinemeier Hansson2005-01-112-319/+1
* Added SQLite3 compatibility through the sqlite3-ruby adapter by Jamis Buck #3...David Heinemeier Hansson2005-01-102-83/+105
* Added support for the new protocol spoken by MySQL 4.1.1+ servers for the Rub...David Heinemeier Hansson2005-01-102-0/+319
* Fixed some thread safety issues with DB2David Heinemeier Hansson2005-01-041-20/+23
* DB2 driver shouldnt be looking for RubyGems stuffDavid Heinemeier Hansson2005-01-021-1/+0
* Fixed handling of binary content in blobs and similar fields for Ruby/MySQL a...David Heinemeier Hansson2005-01-022-4/+43
* Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...David Heinemeier Hansson2005-01-011-0/+127
* Added the final touches to the Microsoft SQL Server adapter by DeLynn Berry t...David Heinemeier Hansson2005-01-011-9/+40
* Added Base.default_timezone accessor that determines whether to use Time.loca...David Heinemeier Hansson2004-12-281-10/+10
* Added the possibility for adapters to overwrite add_limit! to implement a dif...David Heinemeier Hansson2004-12-282-85/+48
* Added more informative exceptions in establish_connection #356 [bitsweat]David Heinemeier Hansson2004-12-221-4/+3
* Fixed that nested transactions now work by letting the outer most transaction...David Heinemeier Hansson2004-12-221-4/+4
* Changed the interface on AbstractAdapter to require that adapters return the ...David Heinemeier Hansson2004-12-194-8/+25
* Added that query benchmarking will only happen if its going to be logged anyw...David Heinemeier Hansson2004-12-191-1/+1
* Updated and added more documentationDavid Heinemeier Hansson2004-12-161-1/+1
* Improving documentation...David Heinemeier Hansson2004-12-161-1/+1
* Fixed that every successive call on the sqlite adapter prepended RAILS_ROOT a...David Heinemeier Hansson2004-12-121-1/+1
* Options for the new validation methods are now given as a hashDavid Heinemeier Hansson2004-12-101-1/+1
* Added Base.validate_uniqueness thatv alidates whether the value of the specif...David Heinemeier Hansson2004-12-101-1/+1
* Fixed TIMESTAMP columns broken due to TIME handling patchDavid Heinemeier Hansson2004-12-091-11/+15
* Fixed value quoting in all generated SQL statements, so that integers are not...David Heinemeier Hansson2004-12-072-7/+12
* Added proper handling of time fields that are turned into Time objects with t...David Heinemeier Hansson2004-12-011-1/+13
* Fixed infinite loop when environment is missing in database.ymlDavid Heinemeier Hansson2004-12-011-2/+6
* Added relative path search for sqlite dbfiles in database.yml (if RAILS_ROOT ...David Heinemeier Hansson2004-12-011-2/+3
* symbolize_strings_in_hash shouldnt change receiver -- this should fix the bug...David Heinemeier Hansson2004-11-261-6/+4
* Added option to establish_connection where you'll be able to leave out the pa...David Heinemeier Hansson2004-11-251-13/+16
* InitialDavid Heinemeier Hansson2004-11-245-0/+1075