aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters
Commit message (Expand)AuthorAgeFilesLines
* Fix recreating partial indexes after alter table for sqlitefatkodima2017-12-311-0/+17
* SQLite: Add more test cases for adding primary keyRyuta Kamizono2017-12-261-0/+52
* Remove passing needless empty string `options` in `create_table`Ryuta Kamizono2017-12-201-3/+3
* Merge pull request #31177 from albertoalmagro/remove-default-mysql-engine-fro...Matthew Draper2017-12-202-3/+78
|\
| * Remove default ENGINE=InnoDB for Mysql2 adapterAlberto Almagro2017-12-112-3/+78
* | Remove needless `change_table`Ryuta Kamizono2017-12-151-6/+2
* | Suppress expected exceptions by `report_on_exception` = `false`Yasuo Honda2017-12-141-0/+2
* | Suppress `warning: BigDecimal.new is deprecated` in activerecordYasuo Honda2017-12-135-13/+13
* | Suppress expected exceptions by `report_on_exception` = `false` in Ruby 2.5Yasuo Honda2017-12-131-0/+2
|/
* SQLite: Fix `copy_table` with composite primary keysRyuta Kamizono2017-12-081-2/+29
* Merge pull request #31327 from aellispierce/custom-id-change-table-sqliteEileen M. Uchitelle2017-12-071-0/+18
|\
| * Fix sqlite migrations with custom primary keysAshley Ellis Pierce2017-12-061-0/+18
* | Emulate JSON types for SQLite3 adapter (#29664)Ryuta Kamizono2017-12-031-2/+2
* | Refactor `length`, `order`, and `opclass` index options dumpingRyuta Kamizono2017-12-031-3/+3
* | Merge pull request #31230 from dinahshi/postgresql_extract_sqlMatthew Draper2017-12-031-2/+2
|\ \ | |/ |/|
| * Extract sql fragment generators for alter table from PostgreSQL adapterDinah Shi2017-12-021-2/+2
* | Add support for PostgreSQL operator classes to add_indexGreg Navis2017-11-303-5/+40
* | Add new error class `QueryCanceled` which will be raised when canceling state...Ryuta Kamizono2017-11-272-2/+56
* | Rename `TransactionTimeout` to more descriptive `LockWaitTimeout` (#31223)Ryuta Kamizono2017-11-272-4/+4
|/
* Merge pull request #30980 from sobrinho/sobrinho/arel-star-ignored-columnsRafael França2017-11-133-30/+30
|\
| * Change tests to use models which don't ignore any columnsJon Moss2017-11-133-30/+30
* | Add new error class `StatementTimeout` which will be raised when statement ti...Ryuta Kamizono2017-11-132-0/+57
* | Raise `TransactionTimeout` when lock wait timeout exceeded for PG adapterRyuta Kamizono2017-11-112-1/+30
* | Should test actual error which is raised from the databaseRyuta Kamizono2017-11-111-1/+23
* | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple moreRyuta Kamizono2017-11-011-1/+1
* | removed unnecessary semicolonsShuhei Kitagawa2017-10-282-2/+2
|/
* `supports_extensions?` return always true since PostgreSQL 9.1Yasuo Honda2017-10-244-454/+440
* Remove deprecated arguments from `#verify!`Rafael Mendonça França2017-10-231-12/+0
* Remove deprecated argument `name` from `#indexes`Rafael Mendonça França2017-10-232-9/+1
* Fix longer sequence name detection for serial columns (#28339)Ryuta Kamizono2017-10-151-0/+32
* MySQL: Don't lose `auto_increment: true` in the `db/schema.rb`Ryuta Kamizono2017-10-151-0/+34
* Add JSON attribute test cases for SQLite3 adapterRyuta Kamizono2017-10-051-0/+29
* `Postgres::OID::Range` serializes to a `Range`, quote in `Quoting`Thomas Cannon2017-09-262-1/+52
* Fix collided sequence name detectionRyuta Kamizono2017-09-181-0/+36
* Add an extra assertion to ensure dumping schema default as expectedRyuta Kamizono2017-09-081-1/+4
* Fix `quote_default_expression` for UUID with array defaultRyuta Kamizono2017-09-081-0/+10
* Omit the default limit for float columns (#28041)Ryuta Kamizono2017-08-271-1/+1
* Prefer to place a table options before `force: :cascade` (#28005)Ryuta Kamizono2017-08-271-4/+4
* Merge pull request #30360 from gcourtemanche/transaction_timedoutRafael França2017-08-221-0/+6
|\
| * Add TransactionTimeout for MySQL error code 1205Gabriel Courtemanche2017-08-221-0/+6
* | Update links to use https instead of http [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
|/
* Prevent extra `SET time zone` in `configure_connection` (#28413)Ryuta Kamizono2017-08-211-0/+7
* Allow `serialize` with a custom coder on `json` and `array` columnsRyuta Kamizono2017-08-131-1/+25
* Move `test_not_compatible_with_serialize_macro` to `JSONSharedTestCases`Ryuta Kamizono2017-08-111-11/+2
* Merge pull request #29520 from kirs/serialize-vs-postgres-native-columnSean Griffin2017-08-042-0/+18
|\
| * Do not let use `serialize` on native JSON/array columnKir Shatrov2017-08-042-0/+18
* | Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-0168-26/+183
|\|
| * Merge pull request #29869 from kamipo/make_type_map_to_privateRafael França2017-07-212-7/+7
| |\
| | * Make `type_map` to private because it is only used in the connection adapterRyuta Kamizono2017-07-202-7/+7
| * | Merge pull request #29732 from kirs/frozen-activerecordRafael França2017-07-2168-0/+136
| |\ \