aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Merge pull request #14570 from matthewd/uri_deprecation_warningRafael Mendonça França2014-04-031-24/+28
| |\ \ \
| | * | | Avoid including DB details in exception messagesMatthew Draper2014-04-031-1/+1
| | * | | Avoid a spurious deprecation warning for database URLsMatthew Draper2014-04-031-23/+27
| | |/ /
| * / / Treat blank UUID values as nilDmitry Lavrov2014-04-031-1/+8
| |/ /
| * | PostgreSQL, Support for materialized views. [Dave Lee & Yves Senn]Dave Lee2014-04-022-4/+5
| * | Clarify 'database does not exist' message and implementation.Jeremy Kemper2014-04-014-8/+8
| * | fix, adjust OID query without range support to include required fields.Yves Senn2014-04-011-3/+4
| * | refactor, use `typtype` instead of `typinput` to segment PG types.Yves Senn2014-04-011-3/+3
| * | PostgreSQL, register custom domains. Closes #14305.Yves Senn2014-04-011-1/+11
| * | PostgreSQL determine `Column#type` through corresponding OID. #7814Yves Senn2014-04-012-101/+91
| * | refactor, put `PostgreSQLColumn` into `column.rb`.Yves Senn2014-03-312-218/+222
| * | fix mysql buildsLuke Steensen2014-03-301-1/+1
| * | fix bug on non empty defaults for pg array columnsLuke Steensen2014-03-302-2/+8
| * | No need to call to_symRafael Mendonça França2014-03-301-2/+2
| |/
| * Replace trivial regexp with string or index, twice as fastKelley Reynolds2014-03-281-1/+1
| * Remove unused methodRafael Mendonça França2014-03-261-5/+0
| * No need to gsub the stringRafael Mendonça França2014-03-261-1/+1
| * Don't use send when we own the methodRafael Mendonça França2014-03-262-35/+35