aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
| * | Make method privateRafael Mendonça França2014-03-261-5/+6
| * | Improve the methodRafael Mendonça França2014-03-261-5/+6
| * | Remove unneeded comments about feature support on the adaptersRafael Mendonça França2014-03-261-20/+9
| * | Invert the conditionals to make easier to readRafael Mendonça França2014-03-261-4/+4
| * | Fixes bugs for using indexes in CREATE TABLE by adding checks for table exist...Steve Rice2014-03-252-2/+2
| * | create indexes inline in CREATE TABLE for MySQLCody Cutrer2014-03-253-11/+36
* | | Merge branch 'master' into adequaterecordAaron Patterson2014-03-257-61/+53
|\| |
| * | Postgres schema: Constrain sequence search classidJosh Williams2014-03-201-0/+1
| * | Reap connections based on owning-thread deathMatthew Draper2014-03-183-46/+34
| * | Teach PostgreSQLAdapter#reset! to actually resetMatthew Draper2014-03-181-1/+6
| * | Allow custom JDBC urlsschneems2014-03-141-2/+2
| * | No need to binds be optionalRafael Mendonça França2014-03-131-2/+2