aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #31230 from dinahshi/postgresql_extract_sqlMatthew Draper2017-12-033-59/+79
|\ \ \
| * | | Extract sql fragment generators for alter table from PostgreSQL adapterDinah Shi2017-12-023-59/+79
* | | | Fix method name in `validate_constraint` doc [ci skip]yuuji.yaginuma2017-12-021-1/+1
* | | | Add support for invalid foreign keys in PostgresTravis Hunter2017-12-017-1/+84
| |/ / |/| |
* | | Remove unpaired `}` [ci skip]Ryuta Kamizono2017-12-011-2/+1
* | | Merge pull request #19090 from gregnavis/support-postgresql-operator-classes-...Matthew Draper2017-12-014-15/+66
|\ \ \
| * | | Add support for PostgreSQL operator classes to add_indexGreg Navis2017-11-304-15/+66
* | | | Add :nodoc: to `StatementPool` which is internal used [ci skip]Ryuta Kamizono2017-11-302-4/+2
|/ / /
* | | Drop mysql2 version less than 0.4.3 to guarantee fork safety (#31244)Ryuta Kamizono2017-11-281-1/+1
* | | Add new error class `QueryCanceled` which will be raised when canceling state...Ryuta Kamizono2017-11-272-1/+4
* | | Rename `TransactionTimeout` to more descriptive `LockWaitTimeout` (#31223)Ryuta Kamizono2017-11-272-2/+2
* | | Merge pull request #31221 from matthewd/flush-idle-connectionsMatthew Draper2017-11-262-16/+66
|\ \ \
| * | | Flush idle database connectionsMatthew Draper2017-11-262-16/+66
* | | | Let rubygems handle our objection to mysql2 0.4.3Matthew Draper2017-11-261-2/+1
| |/ / |/| |
* | | Merge pull request #30510 from yhirano55/add_nodoc_to_activerecordEileen M. Uchitelle2017-11-251-1/+1
|\ \ \
| * | | Add :nodoc: to activerecord [ci skip]Yoshiyuki Hirano2017-09-031-1/+1
* | | | Merge pull request #31173 from matthewd/connection-fork-safetyMatthew Draper2017-11-254-0/+58
|\ \ \ \ | |_|/ / |/| | |
| * | | Improve AR connection fork safetyMatthew Draper2017-11-184-0/+58
* | | | Merge pull request #31035 from BrentWheeldon/bmw-db-load-deadlockMatthew Draper2017-11-181-1/+2
|\ \ \ \
| * | | | Prevent deadlocks with load interlock and DB lock.Brent Wheeldon2017-11-091-1/+2
* | | | | Merge pull request #28742 from quixoten/stack_conn_poolMatthew Draper2017-11-171-6/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix typosDevin Christensen2017-04-131-1/+1