aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* fix typosVipul A M2013-04-211-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-03-301-2/+2
|\
| * nodoc AR::ConnectionHandling for adapters [ci skip]Francesco Rodriguez2013-03-151-2/+2
* | respect auto_increment in rename_column for mysqlVipul A M2013-03-271-2/+2
|/
* Do not type cast all the database url values.Rafael Mendonça França2013-02-241-1/+1
* Session variables for mysql, mysql2, and postgresql adapters can be setAaron Stone2012-12-081-12/+5
* Be a bit less conservative with mysql in adapterCarlos Antonio da Silva2012-11-191-1/+1
* Bump mysql gem version to the newly 2.9.0, fix build.Carlos Antonio da Silva2012-11-171-1/+1
* The default value of a text/blob in mysql strict mode should be nilJon Leighton2012-10-191-4/+2
* Ensure disconnecting or reconnecting resets the transaction stateJon Leighton2012-09-151-1/+2
* Remove expired comment. This method is used from other place.kennyj2012-09-111-2/+0
* Refactor AR::Result or inherits. Because we have redundant codes aboutkennyj2012-08-221-8/+1
* teaching the mysql adapter how to typecast strings returned from the databaseAaron Patterson2012-07-131-2/+132
* Fixing texts; down to three failing tests.Jeremy Cole2012-07-131-14/+23
* Only use prepared statements when bind variables are presentJeremy Cole2012-07-131-34/+40
* Add config option, rdoc, tests for mysql(2) STRICT_ALL_TABLES mode.Michael Pearson2012-05-051-2/+5
* Default to 'strict mode' in MySQLMichael Pearson2012-05-051-0/+5
* use Process.pid rather than $$Aaron Patterson2012-02-161-1/+1
* made the result set object act more like an arrayAaron Patterson2012-01-311-1/+1
* Support establishing connection on ActiveRecord::Model.Jon Leighton2011-12-281-1/+1
* remove checks for encodings availabilitySergey Nartimov2011-12-251-46/+42
* I herd you like modules.Jon Leighton2011-12-241-2/+2
* Only use LOWER for mysql case insensitive uniqueness check when column has a ...Joseph Palermo2011-10-091-2/+2
* LRU cache in mysql and sqlite are now per-process caches.Aaron Patterson2011-09-071-11/+16
* Database adapters use a statement pool.Aaron Patterson2011-09-061-1/+2
* adding a statement pool for mysql and sqlite3Aaron Patterson2011-09-061-4/+29
* Move the bulk alter table code into the abstract mysql adapter, hence it is s...Jon Leighton2011-08-291-47/+0
* Extract simplified_type into the abstract classJon Leighton2011-08-291-7/+3
* Create an AbstractMysqlAdapter to abstract the common code between MysqlAdapt...Jon Leighton2011-08-291-569/+98
* prevent sql injection attacks by escaping quotes in column namesAaron Patterson2011-08-161-1/+1
* Use new SelectManager#source methodJon Leighton2011-08-151-1/+1
* Use new SelectManager#projections= methodJon Leighton2011-08-151-1/+1
* use update.key instead of update.ast.key. make better use of select manager.Jon Leighton2011-08-151-12/+8
* Use a SelectCore rather than a full SelectManagerJon Leighton2011-08-151-2/+3
* Refactor building the update managerJon Leighton2011-08-151-3/+2
* Support for multi-table updates with limits, offsets and ordersJon Leighton2011-08-151-1/+22
* Support updates with joins. Fixes #522.Jon Leighton2011-08-151-0/+4
* Make it the responsibility of the connection to hold onto an ARel visitor for...Jon Leighton2011-08-081-0/+4
* Remove unused 'quoted_column_names' variable.Sebastian Martinez2011-06-081-1/+1
* No need to override for just calling superAkira Matsuda2011-05-291-4/+0
* Merge branch 'master' of github.com:rails/railsXavier Noria2011-05-251-18/+0
|\
| * removed deprecated methods, and related tests, from ActiveRecordJosh Kalderimis2011-05-251-18/+0
* | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-251-2/+2
|\ \ | |/ |/|
| * Remove extra white spaces on ActiveRecord docs.Sebastian Martinez2011-05-231-2/+2
* | Remove extra white-space on some exception messages.Sebastian Martinez2011-05-231-1/+1
* | Removed AS core_ext/kernel/requires as it's not used and is bad practice.Josh Kalderimis2011-05-231-1/+0
|/
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-041-0/+2
|\
| * Added #recreate_database docsSebastian Martinez2011-05-031-0/+2
* | favor collect over each in mysql* adaptersJosh Kalderimis2011-05-031-4/+2
|/
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-011-2/+10
|\