aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4843 from seamusabshere/patch-1Xavier Noria2012-03-281-1/+1
|\
| * thanks to @jurriaanSeamus Abshere2012-02-141-1/+1
| * Possibly clearer way of getting rid of ` and " Seamus Abshere2012-02-011-1/+1
* | Use one 'be'.Waseem Ahmad2012-03-241-1/+1
* | errors should probably be logged as errorsAaron Patterson2012-03-151-20/+19
* | Fix GH #5430. A Payload name for schema_search_path should be SCHEMA.kennyj2012-03-151-1/+1
* | make sure connections returned after close are marked as in_useAaron Patterson2012-03-121-4/+17
* | deprecated clear_stale_active_connections! can call #reap instead of no-op'in...Jonathan Rochkind2012-03-121-1/+2
* | make active_connection? return true only if there is an open connection in us...Aaron Patterson2012-03-081-7/+4
* | Merge pull request #5162 from kennyj/schema_cache_dumpAaron Patterson2012-03-072-16/+53
|\ \
| * | Support judgement expired schema cache dump.kennyj2012-03-011-3/+6
| * | Load db/schema_cache.dump duaring boot time.kennyj2012-03-012-1/+6
| * | Add db:schema:cache:dump and db:schema:cache:clear tasks.kennyj2012-03-011-0/+9
| * | Add support schema cache dump and load.kennyj2012-03-011-14/+34
* | | Merge pull request #5315 from travisjeffery/enhance_postgresql_adapter_schema...Aaron Patterson2012-03-071-0/+21
|\ \ \
| * | | Adds #create/drop_schema on the PostgreSQL Adapter.Travis Jeffery2012-03-071-0/+10
| * | | Add #schema_names to PostgreSQL Adapter.Travis Jeffery2012-03-071-0/+11
* | | | Fix GH #3163. Should quote database on mysql/mysql2.kennyj2012-03-051-1/+1
|/ / /
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-03-031-0/+3
|\ \ \
| * | | Add documentation for IndexDefinition.Waseem Ahmad2012-03-021-0/+3
| |/ /
* | | only log an error if there is a logger. fixes #5226Aaron Patterson2012-03-022-2/+2
* | | revert setting NOT NULL constraints in add_timestampsXavier Noria2012-03-011-2/+2
|/ /
* | use bind values for join columnsAaron Patterson2012-02-271-4/+4
* | Merge pull request #5168 from kennyj/fix_5152Aaron Patterson2012-02-271-1/+1
|\ \
| * | Remove NULLS FIRST/LAST. closes #5152kennyj2012-02-251-1/+1
* | | Fix type_to_sql with text and limit on mysql/mysql2. Fix GH #3931.kennyj2012-02-261-9/+20
|/ /
* | removes verify_active_connections!Xavier Noria2012-02-241-15/+0
* | prepared statements can be disabledAaron Patterson2012-02-216-28/+53
* | more ruby 2.0 respond_to? changesAaron Patterson2012-02-211-1/+1
* | tag bind params with a bind param objectAaron Patterson2012-02-203-3/+3
* | removed commented line. 3434 tests, 10531 assertions, 0 failures, 0 errors, 3...William Lawson2012-02-201-1/+0
* | Restored ability to identify ID and Sequence from tables relying on a nonmatc...William Lawson2012-02-201-16/+37
* | use Process.pid rather than $$Aaron Patterson2012-02-163-7/+7
* | database connections are automatically established after forking.Aaron Patterson2012-02-162-14/+52
* | Autoload various constants effectively in abstract connection adapter.Waseem Ahmad2012-02-161-9/+12
* | Revert "No need to pass options which is never used"Rafael Mendonça França2012-02-151-2/+2
* | remove unnecessary require core_ext/string/encodingSergey Nartimov2012-02-141-1/+0
* | Alias reconnect! to reset! for Mysql2 adapter since they have sameWaseem Ahmad2012-02-121-5/+1
* | PG column consults oid types when typecastingAaron Patterson2012-02-103-7/+22
* | dynamically populate casting objects via the pg_type tableAaron Patterson2012-02-102-35/+74
* | Merge branch 'joelhoffman-postgres_schema_builder' into instance_readerAaron Patterson2012-02-103-27/+41
|\ \
| * | Also support writing the hstore back to the databaseJoel2012-02-081-0/+5
| * | Hstore values are all stringsJoel2012-02-081-1/+1
| * | string_to_hstore / hstore_to_string, serializingJoel2012-02-082-11/+20
| * | Additional hstore tests, supporting null values, better compliance with postg...Joel2012-02-081-21/+17
| * | add hstore to postgres native types and defaultsJoel2012-02-081-1/+5
* | | Merge branch 'master' into instance_readerAaron Patterson2012-02-104-5/+25
|\ \ \
| * | | Made schema dumper recognize partial indices' where statementsMarcelo Silveira2012-02-092-2/+3
| * | | Added where option to add_index to support postgresql partial indicesMarcelo Silveira2012-02-093-3/+22
| |/ /
* | | fixing indentation, moving class methods togetherAaron Patterson2012-02-091-124/+124