aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Make change_table use object of current database adapterNishant Modak2014-01-071-5/+5
* quoting: Check if id is a valid method before using itArthur Neves2013-12-191-1/+3
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-202-2/+2
|\
| * Typos. return -> returns. [ci skip]Lauro Caetano2013-12-032-2/+2
* | Fix missing closing rdoc tag [ci skip]Carlos Antonio da Silva2013-12-161-1/+1
* | support creating temporary tables from queriesCody Cutrer2013-12-143-15/+32
* | `connection.type_to_sql` returns a `String` for unmapped types.Yves Senn2013-12-031-1/+1
* | Currently, we clear query_cache in cache block finish, even if we may already...Vipul A M2013-12-031-1/+1
* | Remove `DatabaseStatements#case_sensitive_equality_operator`. It has been dep...Ryuta Kamizono2013-11-291-4/+0
* | `rename_index`: add the new index before removing the old one.Yves Senn2013-11-261-2/+2
|/
* Move `SchemaCreation` to its own file instead of `AbstractAdapter`.Vipul A M2013-11-121-0/+83
* ask the fixture set for the sql statementsAaron Patterson2013-11-041-1/+5
* Remove confusing generated-code commentaryJeremy Kemper2013-10-281-4/+4
* extract adapter savepoint implementations into `abstract/savepoints.rb`.Yves Senn2013-09-301-0/+21
* Check if the SQL is not a prepared statementRafael Mendonça França2013-09-111-1/+1
* Revert "Do not dup the binds when visiting the AST"Rafael Mendonça França + Kassio Borges2013-08-311-1/+2
* Do not dup the binds when visiting the ASTRafael Mendonça França2013-08-311-2/+1
* Merge pull request #11827 from vipulnsward/remove_extra_caseSantiago Pastorino2013-08-261-1/+0
|\
| * Remove extra case.Vipul A M2013-08-101-1/+0
* | drop extra variableVipul A M2013-08-121-2/+2
|/
* Remove redundant `string_to_binary` from type-castingVipul A M2013-08-092-4/+0
* Merge pull request #11331 from vipulnsward/remove_conditionalAaron Patterson2013-08-071-8/+1
|\
| * Remove conditional, since results are always an instance of `ActiveRecord::Re...Vipul A M2013-07-061-8/+1
* | Fix indentation.kennyj2013-07-241-8/+8
* | Simplify select_one method.kennyj2013-07-241-2/+1
* | Defines the return type of select / select_all method.kennyj2013-07-231-4/+2
* | rescue from all exceptions in `ConnectionManagement#call`Vipul A M2013-07-221-1/+1
* | Move initializing process for query cache to ActiveRecord::ConnectionAdapters...kennyj2013-07-161-0/+6
|/
* Removed deprecated method `columns_for_remove`Neeraj Singh2013-07-031-6/+0
* Remove deprecated SchemaStatements#distinctFrancesco Rodriguez2013-07-021-9/+0
* Remove deprecated AR::Connection#clear_stale_cached_connections! methodFrancesco Rodriguez2013-07-011-5/+0
* Fix documents for create_join_tableSatoshi Ebisawa2013-06-211-2/+2
* Merge pull request #10425 from ranjaykrishna/push_add_column_options_to_schem...Rafael Mendonça França2013-06-132-11/+3
|\
| * Moving add_column_options! up to SchemaCreationjeran2013-06-122-11/+3
* | Fixes #10432 add_column not creating array columns in PostgreSQLAdam Anderson2013-06-041-0/+1
* | Remove behavior that deals with a string as third argument of `add_index`, be...kennyj2013-06-021-28/+14
* | Merge pull request #10556 from Empact/deprecate-schema-statements-distinctRafael Mendonça França2013-05-121-1/+2
* | Merge pull request #10572 from nertzy/dont-modify-options-hash-in-primary-keyRafael Mendonça França2013-05-111-2/+1
* | Fix that #exists? can produce invalid SQL: "SELECT DISTINCT DISTINCT"Ben Woosley2013-05-101-3/+11
* | Move method used only in the test to the test code itselfIvan Kataitsev2013-04-251-8/+0
* | Make references with index:true pass Hash options to add_index.Victor Costan2013-04-011-1/+1
* | Refactor index algorithm lookup so that it only builds the available options ...Carlos Antonio da Silva2013-03-301-4/+4
* | Make docs a little bit more consistent with colons [ci skip]Carlos Antonio da Silva2013-03-301-9/+9
* | Fix code examples indent in new index options docs [ci skip]Carlos Antonio da Silva2013-03-301-3/+3
* | Use new hash style in doc examples [ci skip]Carlos Antonio da Silva2013-03-301-2/+2
|/
* Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL.Ken Mazaika2013-03-272-2/+15
* Merge pull request #9928 from vipulnsward/fix_rename_auto_increment_mysqlRafael Mendonça França2013-03-261-0/+3
|\
| * respect auto_increment in rename_column for mysqlVipul A M2013-03-271-0/+3
* | Checks :algorithm argument for valid valuesDan McClain2013-03-261-1/+7
* | Adds support for concurrent indexing in PostgreSQL adapterDan McClain2013-03-251-2/+5
|/