aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Added documentation for database adapters to visible RDocDavid Heinemeier Hansson2005-02-231-1/+16
* Fixed the Broken pipe error on SHOW FIELDs queries tooDavid Heinemeier Hansson2005-02-221-5/+2
* Fixed that Active Record would throw Broken Pipe errors with FCGI when the My...David Heinemeier Hansson2005-02-211-28/+51
* Added options to specify an SSL connection for MySQL. Define the following at...David Heinemeier Hansson2005-02-201-4/+6
* Added automatic dropping/creating of test tables for running the unit tests o...David Heinemeier Hansson2005-02-201-1/+5
* Fixed the 4.11 changes to the mysql adapterDavid Heinemeier Hansson2005-01-111-1/+1
* Added support for the new protocol spoken by MySQL 4.1.1+ servers for the Rub...David Heinemeier Hansson2005-01-101-0/+1
* Changed the interface on AbstractAdapter to require that adapters return the ...David Heinemeier Hansson2004-12-191-2/+6
* Fixed value quoting in all generated SQL statements, so that integers are not...David Heinemeier Hansson2004-12-071-0/+4
* InitialDavid Heinemeier Hansson2004-11-241-0/+131