aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
...
* More incremental work on active schema for MySQLDavid Heinemeier Hansson2005-03-101-2/+3
* Added ActiveRecord::Base.colorize_logging to control whether to use colors in...David Heinemeier Hansson2005-03-061-8/+12
* Added preliminary support for an agile database migration technique (currentl...David Heinemeier Hansson2005-03-011-2/+46
* Finished polishing API docsDavid Heinemeier Hansson2005-02-231-13/+1
* Added automatic dropping/creating of test tables for running the unit tests o...David Heinemeier Hansson2005-02-201-0/+5
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-1/+1
* Replaced === checks with is_a? checks #502, #82 [Marcel Molina]David Heinemeier Hansson2005-01-201-3/+3
* Added SQLite3 compatibility through the sqlite3-ruby adapter by Jamis Buck #3...David Heinemeier Hansson2005-01-101-10/+11
* Fixed handling of binary content in blobs and similar fields for Ruby/MySQL a...David Heinemeier Hansson2005-01-021-3/+20
* 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-281-0/+4
* 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-191-2/+2
* Added that query benchmarking will only happen if its going to be logged anyw...David Heinemeier Hansson2004-12-191-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-071-7/+8
* 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
* 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-241-0/+371