aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove extra white-space on some exception messages.Sebastian Martinez2011-05-231-2/+2
|
* use a null byte as a bind parameter substitute as it is not allowed in ↵Aaron Patterson2011-05-091-3/+8
| | | | normal SQL. fixes #411, #417
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-041-0/+6
|\
| * Improves Mysql2 adapter docsSebastian Martinez2011-05-031-0/+6
| |
* | added the mysql schema test to mysql2 adapter, and fixed the corresponding ↵Josh Kalderimis2011-05-031-2/+17
| | | | | | | | failures
* | favor collect over each in mysql* adaptersJosh Kalderimis2011-05-031-4/+2
| |
* | Remove schema noise from logging (TODO: Deprecate/remove the name attribute ↵David Heinemeier Hansson2011-05-011-4/+4
|/ | | | to all these methods -- will take a pull request!)
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-011-0/+13
|\ | | | | | | | | Conflicts: railties/guides/source/contributing_to_ruby_on_rails.textile
| * Merge branch 'master' of github.com:lifo/docrailsDan Pickett2011-04-291-0/+13
| |\
| | * Added missing docs to mysql2_adapterSebastian Martinez2011-04-221-0/+13
| | |
* | | using bind parameters for updatesAaron Patterson2011-04-301-0/+1
|/ /
* | supporting delete with bind parameters in mysql2Aaron Patterson2011-04-291-0/+8
| |
* | requiring a newer version of the mysql2 gemAaron Patterson2011-04-271-0/+1
|/
* mimic prepared statements in the exec_insert for mysql2Aaron Patterson2011-04-141-0/+11
|
* implement exec_query on mysql2 adapterAaron Patterson2011-04-111-2/+20
|
* adding a case_sensitive_modifier for forcing comparisons to be case sensitiveAaron Patterson2011-04-111-0/+5
|
* switch over to Mysql2::Client#ping for the mysql2 connection checkBrian Lopez2011-02-121-4/+1
|
* mysql2 should log these sql statementsAaron Patterson2011-02-071-1/+1
|
* refactor a bunch of return / if to a case / whenAaron Patterson2011-02-031-4/+8
|
* add_limit_offset! is deprecatedAaron Patterson2011-02-031-0/+1
|
* just use the superclass implementationAaron Patterson2011-02-031-49/+0
|
* this method should never return nilAaron Patterson2011-02-021-1/+1
|
* just require mysql2Aaron Patterson2011-02-021-1/+1
|
* adding mysql2 adapterAaron Patterson2011-02-021-0/+657
|
* mysql2 adapter is being maintained in the mysql2 gem itselfBrian Lopez2010-08-231-644/+0
| | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* adding FOUND_ROWS to the connect flags for mysql2Aaron Patterson2010-08-201-0/+5
|
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-2/+2
| | | | 's/[ \t]*$//' -i {} \;)
* move mysql2 adapter into coreBrian Lopez2010-08-091-0/+639