aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters
Commit message (Expand)AuthorAgeFilesLines
* pg tests, be clear about the missing type that causes a test skip.Yves Senn2015-02-121-7/+6
* The datetime precision with zero should be dumpedRyuta Kamizono2015-02-111-22/+39
* Refactor microsecond precision to be database agnosticSean Griffin2015-02-104-19/+7
* Fix rounding problem for PostgreSQL timestamp columnRyuta Kamizono2015-02-081-0/+16
* Merge pull request #18602 from kamipo/respect_database_charset_and_collationAndrew White2015-02-081-4/+12
|\
| * Respect the database default charset for `schema_migrations` table.Ryuta Kamizono2015-02-081-4/+12
* | Remove unused lineRyuta Kamizono2015-02-081-1/+0
|/
* rm `Type#number?`Sean Griffin2015-02-0714-19/+0
* Fix test cases for money, bit and bit_varyingMelody2015-02-042-2/+4
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-0320-20/+0
* Remove most type related predicates from `Column`Sean Griffin2015-01-3015-70/+107
* Always convert strings to UTF-8, regardless of column type in SQLiteSean Griffin2015-01-281-1/+1
* Remove Relation#bind_paramsSean Griffin2015-01-277-24/+33
* Fix test failure on PG caused by 7c6f3938dee47f093Sean Griffin2015-01-231-2/+2
* Don't error when invalid json is assigned to a JSON columnSean Griffin2015-01-211-0/+8
* tests, use `drop_table if_exists: true` in our test suite.Yves Senn2015-01-201-1/+1
* Should escape regexp wildcard character `.`Ryuta Kamizono2015-01-1911-14/+14
* Stop passing a column to `quote` in testsSean Griffin2015-01-102-6/+7
* remove deprecated support for PG ranges with exclusive lower bounds.Yves Senn2015-01-051-27/+5
* Prefer `array?` rather than `array`Ryuta Kamizono2015-01-0414-20/+20
* Merge pull request #18067 from kamipo/format_datetime_string_according_to_pre...Rafael Mendonça França2015-01-022-0/+174
|\
| * Format the datetime string according to the precision of the datetime field.Ryuta Kamizono2015-01-022-0/+34
| * Allow precision option for MySQL datetimes.Ryuta Kamizono2015-01-022-0/+140
|/
* Stop explicitly passing `nil` as the column to `type_cast`Sean Griffin2015-01-011-12/+12
* Stop depending on columns for type information in PG quoting testsSean Griffin2015-01-012-30/+29
* Stop relying on columns for type information in mysql2 casting testsSean Griffin2015-01-011-4/+2
* Stop relying on columns in mysql quoting testsSean Griffin2015-01-011-6/+2
* Stop relying on columns in sqlite quoting testsSean Griffin2015-01-011-22/+1
* Ensures that primary_key method will return nil when multi-pkArthur Neves2014-12-303-0/+18
* Go through normal `where` logic when preloading associationsSean Griffin2014-12-263-3/+3
* Correctly ignore `case_sensitive` for UUID uniqueness validationSean Griffin2014-12-261-0/+17
* Dump the default `nil` for PostgreSQL UUID primary key.Ryuta Kamizono2014-12-261-0/+6
* Add `force: true` to table created in testsSean Griffin2014-12-221-1/+1
* Correctly handle limit on int4 and int8 types in PGSean Griffin2014-12-221-0/+25
* `force: :cascade` to recreate tables referenced by foreign-keys.Yves Senn2014-12-191-1/+1
* Relax the UUID regexGodfrey Chan2014-12-181-3/+7
* Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger.Ryuta Kamizono2014-12-122-0/+60
* Update test case for TZ aware attributesSean Griffin2014-12-081-4/+14
* Allow custom handling of non-standard types in `time_zone_conversion`Sean Griffin2014-12-081-0/+6
* Revert to 4.1 behavior for casting PG arraysSean Griffin2014-12-081-5/+20
* Add `force: true` to tables created in PG testsSean Griffin2014-12-052-2/+2
* Correctly respect subtypes for PG arrays and rangesSean Griffin2014-12-051-0/+18
* Failure to rollback t.timestamps when within a change_table migrationnoam2014-12-032-2/+2
* pg tests, get rid of global schema `schema_1`.Yves Senn2014-12-021-1/+51
* pg tests, move uniqueness validation test to array tests.Yves Senn2014-12-021-0/+15
* tests, extract pg number tests into separate file.Yves Senn2014-12-022-35/+50
* tests, move schema shorthand assertions into pg specific tests.Yves Senn2014-12-028-5/+86
* tests, move pg geometric tests out of `base_test`.Yves Senn2014-12-021-6/+73
* ugh, forgot to add this test to cdd90f39d796986dabf1678b3277b230dbe18961Aaron Patterson2014-12-011-0/+5
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-299-20/+14