aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #29486 from kirs/fixtures-arelRafael França2017-06-191-4/+11
|\ \ | |/ |/|
| * Refactor #insert_fixtures to use ArelKir Shatrov2017-06-191-4/+11
* | Merge pull request #29431 from kamipo/fix_create_table_with_query_from_relationMatthew Draper2017-06-171-1/+6
|\ \ | |/ |/|
| * Fix `create_table` with query from relationRyuta Kamizono2017-06-131-1/+6
* | Fix `dump_schema_information` with empty versionsRyuta Kamizono2017-06-151-1/+1
|/
* Remove `null_allowed` option from doc [ci skip]yuuji.yaginuma2017-06-101-2/+1
* [ci skip] Add missing `be`Prathamesh Sonpatki2017-06-031-1/+1
* Merge pull request #29135 from Nerian/document_support_for_composite_primary_...Eileen M. Uchitelle2017-06-021-0/+19
|\
| * Document support for composite primary keysNerian2017-05-181-0/+19
* | Merge pull request #29145 from kamipo/reference_type_should_be_not_nullMatthew Draper2017-05-241-1/+1
|\ \
| * | Both reference id and type should be `NOT NULL` if `null: false` is specifiedRyuta Kamizono2017-05-191-1/+1
| |/
* / [Foreign Key] Don't worry about the building identifier if name is already pr...Mohit Natoo2017-05-101-2/+3
|/
* Clarify deprecation message for #quoted_idMatthew Draper2017-05-051-1/+8
* Deprecate `supports_statement_cache?`Ryuta Kamizono2017-05-011-2/+3
* Lock connection before checking it inMatthew Draper2017-04-261-6/+8
* Fix typos [ci skip]Tobias Fankhänel2017-04-251-2/+2
* Fix the doc on the `IndexDefinition` [ci skip]Ryuta Kamizono2017-04-171-1/+1
* Refactor `indexes` things in connection adaptersRyuta Kamizono2017-04-161-1/+26
* Add comprehensive locking around DB transactionsMatthew Draper2017-04-111-39/+49
* Fix example usage of ActiveRecord::Base.establish_connectionSimon Dawson2017-03-301-1/+1
* Make internal methods to privateRyuta Kamizono2017-03-273-34/+51
* Fix `LogSubscriber` to allow legacy `binds`Ryuta Kamizono2017-03-231-8/+7
* Merge pull request #28487 from kamipo/remove_duplicated_columns_definitionRafael França2017-03-201-3/+5
|\
| * Remove duplicated `columns` definitionRyuta Kamizono2017-03-201-3/+5
* | Merge pull request #27939 from kamipo/fix_select_all_with_legacy_bindsRafael França2017-03-201-1/+5
|\ \ | |/ |/|
| * Fix `select_all` with legacy `binds`Ryuta Kamizono2017-02-121-1/+5
* | Merge pull request #28068 from kamipo/refactor_data_sourcesRafael França2017-03-131-2/+18
|\ \
| * | Extract `data_source_sql` to refactor data source statementsRyuta Kamizono2017-02-201-2/+18
* | | Extract `SchemaMigration.all_versions`Ryuta Kamizono2017-03-061-2/+2
* | | Remove useless `Migrator.schema_migrations_table_name`Ryuta Kamizono2017-03-051-2/+2
* | | Don't hide method that's been documented API since Rails 2.1Andrew White2017-03-041-3/+3
* | | Fix `rake db:schema:load` with subdirectoriesRyuta Kamizono2017-03-051-5/+4
* | | Don't share `options` with a reference type columnRyuta Kamizono2017-03-041-7/+3
* | | `create_join_table` should respect `references` column typeRyuta Kamizono2017-02-281-7/+5
* | | Merge pull request #25285 from kamipo/fix_remove_reference_to_multiple_foreig...Rafael França2017-02-231-0/+1
|\ \ \
| * | | Fix `remove_reference` to multiple foreign keys in the same tableRyuta Kamizono2017-02-111-0/+1
| | |/ | |/|
* | | Deprecate using `#quoted_id` in quotingRyuta Kamizono2017-02-241-0/+2
* | | Fix type casting AR object to respect the primary key cast type's serializationRyuta Kamizono2017-02-241-2/+13
* | | Correctly dump native timestamp types for MySQLRyuta Kamizono2017-02-231-1/+1
* | | Ensure test threads share a DB connectioneileencodes2017-02-202-17/+31
* | | Improve `create_table force: true`Ryuta Kamizono2017-02-201-2/+2
| |/ |/|
* | Merge pull request #26655 from kamipo/fix_remove_expression_indexRafael França2017-02-131-12/+16
|\ \
| * | Fix `remove_index` to be able to remove expression indexesRyuta Kamizono2016-12-251-12/+16
* | | Merge pull request #26930 from kamipo/index_name_exists_defaultRafael França2017-02-131-6/+7
|\ \ \
| * | | Deprecate passing `default` to `index_name_exists?`Ryuta Kamizono2017-02-131-0/+5
| * | | The `default` arg of `index_name_exists?` makes to optionalRyuta Kamizono2017-02-131-6/+2
* | | | Merge pull request #26630 from kamipo/quoted_binaryRafael França2017-02-131-1/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Extract `quoted_binary` and use it rather than override `_quote`Ryuta Kamizono2016-09-271-1/+6
* | | | Schema dumping support for PostgreSQL interval typeRyuta Kamizono2017-02-121-1/+1
| |_|/ |/| |
* | | Refactor `ColumnDefinition` to contain `options` hashRyuta Kamizono2017-02-093-34/+23