aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-163-13/+9
* Prefer `@connection.abandon_results!` than `@connection.next_result while @co...Ryuta Kamizono2018-02-041-1/+1
* Add nodoc to `migrations_paths` and `migration_context` in `AbstractAdapter`Ryuta Kamizono2018-02-041-2/+2
* Merge pull request #31814 from fatkodima/index-nulls-orderRafael França2018-01-291-2/+6
|\
| * Dump correctly index nulls order for postgresqlfatkodima2018-01-281-2/+6
* | Extract `discard_remaining_results` for mysql2 adapterRyuta Kamizono2018-01-292-4/+6
* | Define `supports_foreign_tables?` in AbstractAdapterYasuo Honda2018-01-281-0/+5
|/
* Bring back ability to insert zero value on primary key for fixtures (#31795)Ryuta Kamizono2018-01-263-22/+8
* Update note on MySQL index order support [ci skip]Eugene Kenny2018-01-261-1/+1
* Add test case for deprecated `insert_fixtures`Ryuta Kamizono2018-01-261-3/+5
* Make discard safe when it follows a manual disconnectMatthew Draper2018-01-251-1/+1
* Merge pull request #31773 from dinahshi/postgresql_bulk_patchMatthew Draper2018-01-241-1/+1
|\
| * Use concat to join procs arrays in bulk_change_tableDinah Shi2018-01-231-1/+1
* | Merge pull request #31422 from Edouard-chin/multistatement-fixturesMatthew Draper2018-01-243-21/+114
|\ \
| * | Allow a 2 bytes margin:Edouard CHIN2018-01-231-1/+2
| * | Combine delete and insert statements in the same queryEdouard CHIN2018-01-222-13/+10
| * | Build a multi-statement query when inserting fixtures:Edouard CHIN2018-01-223-21/+116
* | | Support for PostgreSQL foreign tablesfatkodima2018-01-222-1/+15
* | | Merge pull request #24964 from vipulnsward/true-falseMatthew Draper2018-01-231-2/+2
|\ \ \
| * | | Dont perform unnecessary check with false, just use true/false values for @ac...Vipul A M2016-05-111-2/+2
* | | | Merge pull request #31732 from koic/enable_autocorrect_for_lint_end_alignment...Matthew Draper2018-01-191-1/+1
|\ \ \ \
| * | | | Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-1/+1
* | | | | Refactor migration to move migrations paths to connectioneileencodes2018-01-183-4/+12
|/ / / /
* | | | `create_database` should not add default charset when `collation` is givenRyuta Kamizono2018-01-151-1/+1
* | | | PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecordLars Kanis2018-01-101-1/+1
* | | | Revert commit 4ec5b0d6b4d8a57e034b1014942356e95caf47aa in favor of #28379Ryuta Kamizono2018-01-071-6/+1
* | | | Deprecate `valid_alter_table_type?` in sqlite3 adapterRyuta Kamizono2018-01-041-7/+12
* | | | Correctly handle infinity value in PostgreSQL range typeyuuji.yaginuma2018-01-042-2/+10
| |_|/ |/| |
* | | Merge pull request #31331 from dinahshi/postgresql_bulk_updateMatthew Draper2018-01-032-5/+40
|\ \ \
| * | | Add bulk alter support for PostgreSQLDinah Shi2017-12-062-5/+40
* | | | Merge pull request #25456 from ojab/masterRyuta Kamizono2018-01-031-3/+1
|\ \ \ \
| * | | | Remove dormant checkojab2016-06-211-3/+1
* | | | | Fix recreating partial indexes after alter table for sqlitefatkodima2017-12-311-0/+1
* | | | | Make `sql_type` of primary key in SQLite to comparable with an integer (#28008)Ryuta Kamizono2017-12-261-1/+1
* | | | | Fix `add_column` with :primary_key type compatibility for SQLitefatkodima2017-12-251-1/+1
* | | | | Fix Illegal parameter data type bigint for operation 'get_lock' errorIvan Zinovyev2017-12-201-2/+2
* | | | | Remove passing needless empty string `options` in `create_table`Ryuta Kamizono2017-12-202-4/+1
* | | | | Merge pull request #31177 from albertoalmagro/remove-default-mysql-engine-fro...Matthew Draper2017-12-201-1/+1
|\ \ \ \ \
| * | | | | Remove default ENGINE=InnoDB for Mysql2 adapterAlberto Almagro2017-12-111-1/+1
| | |_|_|/ | |/| | |
* | | | | Quote primary key in the subselect generated by mysql2 adapterRyuta Kamizono2017-12-191-1/+2
* | | | | Suppress `warning: BigDecimal.new is deprecated` in activerecordYasuo Honda2017-12-131-1/+1
* | | | | Optimizing information_schema query for `foreign_keys`Hiroyuki Morita2017-12-131-2/+3
|/ / / /
* | | | SQLite: Fix `copy_table` with composite primary keysRyuta Kamizono2017-12-081-4/+6
* | | | Merge pull request #31327 from aellispierce/custom-id-change-table-sqliteEileen M. Uchitelle2017-12-071-1/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix sqlite migrations with custom primary keysAshley Ellis Pierce2017-12-061-1/+5
* | | | SQLite3 valid integer value should be 8 bytes (64-bit signed integer) (#28379)Ryuta Kamizono2017-12-031-0/+15
* | | | Emulate JSON types for SQLite3 adapter (#29664)Ryuta Kamizono2017-12-034-9/+7
* | | | `change_column_default` should be executed after type changingRyuta Kamizono2017-12-031-7/+8
* | | | Extract duplicated index column options normalization as `options_for_index_c...Ryuta Kamizono2017-12-035-46/+34
* | | | Refactor `length`, `order`, and `opclass` index options dumpingRyuta Kamizono2017-12-035-24/+30