aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters
Commit message (Expand)AuthorAgeFilesLines
* Replace Mocha#stubs with assert_called_withutilum2018-07-221-6/+11
* Replace some more Mocha#stub calls with Minitestutilum2018-07-171-3/+4
* Remove unnecessary Mocha stubsutilum2018-07-071-1/+0
* Merge pull request #33242 from brasic/sqlite-readonlyRyuta Kamizono2018-07-031-0/+33
|\
| * Support readonly option in SQLite3AdapterCarl Brasic2018-07-021-0/+33
|/
* OS X -> macOS [Closes #30313]Xavier Noria2018-06-231-1/+1
* CI against MariaDB 10.3Yasuo Honda2018-06-011-1/+3
* Parse raw value only when a value came from user in numericality validatorRyuta Kamizono2018-05-281-1/+4
* Make force equality checking more strictly not to allow serialized attributeRyuta Kamizono2018-05-251-0/+6
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-134-5/+5
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-2/+2
* Normalize date component when writing to time columnsAndrew White2018-03-111-0/+7
* Remove unnecessary `respond_to?(:report_on_exception)` checkingyuuji.yaginuma2018-03-022-4/+4
* Fix `#columsn_for_distinct` of MySQL and PostgreSQLkg8m2018-02-272-15/+15
* PostgreSQL: Allow BC dates like datetime consistentlyRyuta Kamizono2018-02-231-0/+18
* PostgreSQL: Treat infinite values in date like datetime consistentlyRyuta Kamizono2018-02-232-0/+63
* Deprecate update_attributes and update_attributes!Eddie Lebow2018-02-172-4/+4
* Dump correctly index nulls order for postgresqlfatkodima2018-01-282-0/+34
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-2521-72/+72
* Change refute to assert_notDaniel Colson2018-01-252-3/+3
* Use respond_to test helpersDaniel Colson2018-01-252-3/+3
* Merge pull request #31422 from Edouard-chin/multistatement-fixturesMatthew Draper2018-01-241-1/+3
|\
| * Build a multi-statement query when inserting fixtures:Edouard CHIN2018-01-221-1/+3
* | Support for PostgreSQL foreign tablesfatkodima2018-01-221-0/+109
* | Refactor migration to move migrations paths to connectioneileencodes2018-01-181-1/+1
* | `create_database` should not add default charset when `collation` is givenRyuta Kamizono2018-01-151-1/+1
* | Deprecate `valid_alter_table_type?` in sqlite3 adapterRyuta Kamizono2018-01-041-0/+4
* | Correctly handle infinity value in PostgreSQL range typeyuuji.yaginuma2018-01-041-0/+12
* | 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