aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters
Commit message (Expand)AuthorAgeFilesLines
...
* Fix type casting column default in `change_column`Ryuta Kamizono2019-01-201-1/+13
* Remove deprecated `#insert_fixtures` from the database adaptersRafael Mendonça França2019-01-171-8/+0
* Remove deprecated `ActiveRecord::ConnectionAdapters::SQLite3Adapter#valid_alt...Rafael Mendonça França2019-01-171-4/+0
* Change `SQLite3Adapter` to always represent boolean values as integersRafael Mendonça França2019-01-171-13/+1
* Fix `test_case_insensitiveness` to follow up eb5fef5Ryuta Kamizono2019-01-111-9/+8
* Merge pull request #34742 from kamipo/row_format_dynamic_by_defaultRyuta Kamizono2018-12-211-7/+14
|\
| * MySQL: `ROW_FORMAT=DYNAMIC` create table option by defaultRyuta Kamizono2018-12-191-7/+14
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-214-49/+37
* | Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-4/+4
|/
* Rename error that occurs when writing on a readEileen Uchitelle2018-12-073-11/+11
* Add ability to prevent writes to a databaseEileen Uchitelle2018-11-303-0/+170
* Allow spaces in postgres table namesGannon McGibbon2018-11-281-0/+5
* Bump the minimum version of PostgreSQL to 9.3Yasuo Honda2018-11-253-377/+359
* Use squiggly heredoc to strip odd indentation in the executed SQLRyuta Kamizono2018-11-229-27/+27
* Fixing an issue when parsing an opclass by allowing indexed columnThomas Bianchini2018-11-211-0/+12
* Merge pull request #34436 from gmcgibbon/fix_default_max_bind_length_sqliteRafael França2018-11-131-0/+20
|\
| * Adjust bind length of SQLite to default (999)Gannon McGibbon2018-11-131-0/+20
* | Add support for UNLOGGED Postgresql tablesJacob Evelyn2018-11-131-0/+74
|/
* Fix test case for money schema defaultRyuta Kamizono2018-11-121-1/+1
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-252-2/+2
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-233-8/+8
* Use utf8mb4 in all tests and examplesRyuta Kamizono2018-09-212-7/+7
* SQLite3: Support multiple args function for expression indexesRyuta Kamizono2018-09-141-8/+9
* SQLite3 adapter supports expression indexesgkemmey2018-09-131-0/+35
* Use utf8mb4 character set by default for MySQL database (#33608)Yasuo Honda2018-09-112-3/+3
* `supports_xxx?` returns whether a feature is supported by the backendRyuta Kamizono2018-09-083-41/+0
* Merge pull request #32647 from eugeneius/lazy_transactionsMatthew Draper2018-08-233-1/+6
|\
| * Omit BEGIN/COMMIT statements for empty transactionsEugene Kenny2018-08-133-1/+6
* | Add database configuration to disable advisory locks.Guo Xiang Tan2018-08-223-0/+41
|/
* PostgreSQL 10 new relkind for partitioned tables (#31336)Yannick Schutz2018-07-271-0/+22
* Normalize time value not to be affected by summer timeRyuta Kamizono2018-07-251-0/+26
* 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