aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
* pg, fix Infinity and NaN values conversion.Innokenty Mihailov2014-05-121-3/+8
* Handle other pk types in PostgreSQL gracefully.Patrick Robertson2014-05-121-1/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-05-102-0/+5
|\
| * copy edits [ci skip]Vijay Dev2014-05-081-1/+1
| * [ci skip] document type_cast_for_writeschneems2014-05-072-0/+5
* | Convert column name to string only onceKuldeep Aggarwal2014-05-041-1/+2
* | Use the reader attribute rather than the instance var when possibleCarlos Antonio da Silva2014-05-041-2/+2
* | Simplify building options hash in rename column method for mysqlCarlos Antonio da Silva2014-05-041-5/+6
* | Get rid of conditional since column_for handles raising nowCarlos Antonio da Silva2014-05-041-7/+4
* | Simplify unless conditional with ORCarlos Antonio da Silva2014-05-041-4/+2
* | Convert column name to string only onceCarlos Antonio da Silva2014-05-041-1/+2
* | refactor, move `column_for` to `AbstractAdapter` for better reuse.Yves Senn2014-05-044-17/+11
* | Merge pull request #14896 from jetthoughts/14895_overide_strict_by_sql_modeRafael Mendonça França2014-05-011-5/+5
|\ \
| * | Stringify variables names for mysql connectionsPaul Nikitochkin2014-04-301-5/+5
| |/
* | Merge pull request #13640 from maginatics/fix_sqlite3_ensure_masterRafael Mendonça França2014-05-011-3/+6
|\ \ | |/ |/|
| * SQLite3: Always close statements.Timur Alperovich2014-01-151-3/+6
* | Merge branch 'master' into adequaterecordAaron Patterson2014-04-251-6/+1
|\ \
| * | PostgreSQL Timestamps always map to `:datetime`.Jefferson Lai2014-04-241-6/+1
* | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-206-25/+62
|\| |
| * | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-04-181-2/+2
| |\ \
| | * | [ci skip] Use valid current config in exampleschneems2014-04-151-2/+2
| * | | Optimize select_value, select_values, select_rows and dry up checking whether...Kris Selden2014-04-172-19/+41
| * | | Bring SQLite3Adpter init API closer to othersArthur Neves2014-04-172-3/+2
| * | | Changed change_column in PG schema_statements.rb to make sure that the uuid_g...Eric Chahin2014-04-152-2/+17
* | | | cache scope building on associationsAaron Patterson2014-04-142-5/+5
* | | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-144-11/+23
|\| | |
| * | | please use Ruby, not ActiveSupportAaron Patterson2014-04-111-1/+1
| * | | PostgreSQL, warn once per connection per missing OID. Closes #14275.Yves Senn2014-04-111-2/+2
| * | | PostgreSQL, adapter automatically reloads it's type map. Closes #14678.Yves Senn2014-04-113-10/+22
* | | | remove the bind visitor since the collector handles substituting bind valuesAaron Patterson2014-04-091-6/+2
* | | | push the collectors up to the abstract adapterAaron Patterson2014-04-093-40/+22
* | | | sqlite3 tests passing againAaron Patterson2014-04-091-7/+8
* | | | mysql tests are passing againAaron Patterson2014-04-091-1/+7
* | | | all tests passing on mysql2Aaron Patterson2014-04-091-1/+0
* | | | working against arel/collector branchAaron Patterson2014-04-093-15/+8
* | | | fix bind collecting for mysqlAaron Patterson2014-04-092-3/+22
* | | | add a bind collector, remove the bind visitorAaron Patterson2014-04-093-15/+24
* | | | remove the bind substitution visitor. to_sql should never return bind valuesAaron Patterson2014-04-091-4/+0
* | | | use the compile method so we do not have to specify the collectors in this caseAaron Patterson2014-04-091-2/+1
* | | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-091-3/+3
|\| | |
| * | | Drop in @jeremy's new database.yml template textMatthew Draper2014-04-091-1/+1
| * | | Give a deprecation message even when the lookup failsMatthew Draper2014-04-081-2/+2
* | | | working against arel/collector branchAaron Patterson2014-04-091-1/+2
* | | | wrap the literal value before handing it to arelAaron Patterson2014-04-072-4/+6
* | | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-0715-391/+438
|\| | |
| * | | Use connection-specific bytea escapingMatthew Draper2014-04-081-2/+2
| * | | PostgreSQL and SQLite, remove varchar limit. [Vladimir Sazhin & Toms Mikoss &...Yves Senn2014-04-042-2/+2
| * | | Merge pull request #14569 from matthewd/sqlite_relative_deprecatedRafael Mendonça França2014-04-031-17/+30
| |\ \ \
| | * | | Complete change of `sqlite3:///` path handlingMatthew Draper2014-04-031-15/+1
| | * | | Revise 'sqlite3:' URL handling for smoother upgradesMatthew Draper2014-04-031-18/+45