aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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