aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Added better error message for "packets out of order" #1630 [courtenay]David Heinemeier Hansson2005-07-081-0/+2
* Made default changes work in both postgresql and mysql #1612 [Tobias Luetke]David Heinemeier Hansson2005-07-051-1/+9
* Sugared up migrations with even more bling #1609 [Tobias Luekte]David Heinemeier Hansson2005-07-051-2/+13
* Added new Migrations framework for describing schema transformations in a way...David Heinemeier Hansson2005-07-041-1/+4
* r1617@asus: jeremy | 2005-07-03 08:23:31 -0700Jeremy Kemper2005-07-031-29/+27
* r1616@asus: jeremy | 2005-07-03 08:07:13 -0700Jeremy Kemper2005-07-031-1/+1
* r1607@asus: jeremy | 2005-07-02 23:36:52 -0700Jeremy Kemper2005-07-031-7/+7
* r1603@asus: jeremy | 2005-07-02 14:38:52 -0700Jeremy Kemper2005-07-031-38/+39
* Added support for ODBC connections to MS SQL Server so you can connect from a...David Heinemeier Hansson2005-07-011-4/+10
* Made migrations create InnoDB tables per defaultDavid Heinemeier Hansson2005-04-161-0/+4
* Added adapter independent limit clause as a two-element array with the first ...David Heinemeier Hansson2005-03-201-1/+5
* More incremental work on active schema for MySQLDavid Heinemeier Hansson2005-03-101-1/+1
* More incremental work on active schema for MySQLDavid Heinemeier Hansson2005-03-101-11/+11
* Added preliminary support for an agile database migration technique (currentl...David Heinemeier Hansson2005-03-011-9/+30
* 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