| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove most type related predicates from `Column` | Sean Griffin | 2015-01-30 | 15 | -70/+107 |
* | Always convert strings to UTF-8, regardless of column type in SQLite | Sean Griffin | 2015-01-28 | 1 | -1/+1 |
* | Remove Relation#bind_params | Sean Griffin | 2015-01-27 | 7 | -24/+33 |
* | Fix test failure on PG caused by 7c6f3938dee47f093 | Sean Griffin | 2015-01-23 | 1 | -2/+2 |
* | Don't error when invalid json is assigned to a JSON column | Sean Griffin | 2015-01-21 | 1 | -0/+8 |
* | tests, use `drop_table if_exists: true` in our test suite. | Yves Senn | 2015-01-20 | 1 | -1/+1 |
* | Should escape regexp wildcard character `.` | Ryuta Kamizono | 2015-01-19 | 11 | -14/+14 |
* | Stop passing a column to `quote` in tests | Sean Griffin | 2015-01-10 | 2 | -6/+7 |
* | remove deprecated support for PG ranges with exclusive lower bounds. | Yves Senn | 2015-01-05 | 1 | -27/+5 |
* | Prefer `array?` rather than `array` | Ryuta Kamizono | 2015-01-04 | 14 | -20/+20 |
* | Merge pull request #18067 from kamipo/format_datetime_string_according_to_pre... | Rafael Mendonça França | 2015-01-02 | 2 | -0/+174 |
|\ |
|
| * | Format the datetime string according to the precision of the datetime field. | Ryuta Kamizono | 2015-01-02 | 2 | -0/+34 |
| * | Allow precision option for MySQL datetimes. | Ryuta Kamizono | 2015-01-02 | 2 | -0/+140 |
|/ |
|
* | Stop explicitly passing `nil` as the column to `type_cast` | Sean Griffin | 2015-01-01 | 1 | -12/+12 |
* | Stop depending on columns for type information in PG quoting tests | Sean Griffin | 2015-01-01 | 2 | -30/+29 |
* | Stop relying on columns for type information in mysql2 casting tests | Sean Griffin | 2015-01-01 | 1 | -4/+2 |
* | Stop relying on columns in mysql quoting tests | Sean Griffin | 2015-01-01 | 1 | -6/+2 |
* | Stop relying on columns in sqlite quoting tests | Sean Griffin | 2015-01-01 | 1 | -22/+1 |
* | Ensures that primary_key method will return nil when multi-pk | Arthur Neves | 2014-12-30 | 3 | -0/+18 |
* | Go through normal `where` logic when preloading associations | Sean Griffin | 2014-12-26 | 3 | -3/+3 |
* | Correctly ignore `case_sensitive` for UUID uniqueness validation | Sean Griffin | 2014-12-26 | 1 | -0/+17 |
* | Dump the default `nil` for PostgreSQL UUID primary key. | Ryuta Kamizono | 2014-12-26 | 1 | -0/+6 |
* | Add `force: true` to table created in tests | Sean Griffin | 2014-12-22 | 1 | -1/+1 |
* | Correctly handle limit on int4 and int8 types in PG | Sean Griffin | 2014-12-22 | 1 | -0/+25 |
* | `force: :cascade` to recreate tables referenced by foreign-keys. | Yves Senn | 2014-12-19 | 1 | -1/+1 |
* | Relax the UUID regex | Godfrey Chan | 2014-12-18 | 1 | -3/+7 |
* | Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger. | Ryuta Kamizono | 2014-12-12 | 2 | -0/+60 |
* | Update test case for TZ aware attributes | Sean Griffin | 2014-12-08 | 1 | -4/+14 |
* | Allow custom handling of non-standard types in `time_zone_conversion` | Sean Griffin | 2014-12-08 | 1 | -0/+6 |
* | Revert to 4.1 behavior for casting PG arrays | Sean Griffin | 2014-12-08 | 1 | -5/+20 |
* | Add `force: true` to tables created in PG tests | Sean Griffin | 2014-12-05 | 2 | -2/+2 |
* | Correctly respect subtypes for PG arrays and ranges | Sean Griffin | 2014-12-05 | 1 | -0/+18 |
* | Failure to rollback t.timestamps when within a change_table migration | noam | 2014-12-03 | 2 | -2/+2 |
* | pg tests, get rid of global schema `schema_1`. | Yves Senn | 2014-12-02 | 1 | -1/+51 |
* | pg tests, move uniqueness validation test to array tests. | Yves Senn | 2014-12-02 | 1 | -0/+15 |
* | tests, extract pg number tests into separate file. | Yves Senn | 2014-12-02 | 2 | -35/+50 |
* | tests, move schema shorthand assertions into pg specific tests. | Yves Senn | 2014-12-02 | 8 | -5/+86 |
* | tests, move pg geometric tests out of `base_test`. | Yves Senn | 2014-12-02 | 1 | -6/+73 |
* | ugh, forgot to add this test to cdd90f39d796986dabf1678b3277b230dbe18961 | Aaron Patterson | 2014-12-01 | 1 | -0/+5 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 9 | -20/+14 |
* | oops, forgot to add the real assertion! | Aaron Patterson | 2014-11-24 | 1 | -0/+1 |
* | allow the "USING" statement to be specified on change column calls | Aaron Patterson | 2014-11-24 | 1 | -0/+25 |
* | Rename the primary key index when renaming a table in pg | Sean Griffin | 2014-11-22 | 1 | -0/+34 |
* | synchronize code and docs for `timestamps` and `add_timestamps`. | Yves Senn | 2014-11-20 | 2 | -2/+2 |
* | Remove the unused second argument to `substitute_at` | Sean Griffin | 2014-11-17 | 3 | -3/+3 |
* | rm `reorder_bind_params` | Sean Griffin | 2014-11-17 | 3 | -6/+3 |
* | Build fix when running in isolation | Arun Agrawal | 2014-11-14 | 3 | -0/+3 |
* | pg tests, get rid of `sql_types_test.rb`. | Yves Senn | 2014-11-07 | 3 | -18/+14 |
* | pg tests, only execute what's necessary. | Yves Senn | 2014-11-07 | 2 | -27/+26 |
* | tests, remove unneeded requires. | Yves Senn | 2014-11-06 | 4 | -11/+0 |