| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused line | Ryuta Kamizono | 2015-02-08 | 1 | -1/+0 |
* | rm `Type#number?` | Sean Griffin | 2015-02-07 | 1 | -2/+0 |
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 1 | -1/+0 |
* | Remove most type related predicates from `Column` | Sean Griffin | 2015-01-30 | 1 | -7/+9 |
* | Should escape regexp wildcard character `.` | Ryuta Kamizono | 2015-01-19 | 1 | -2/+2 |
* | Prefer `array?` rather than `array` | Ryuta Kamizono | 2015-01-04 | 1 | -3/+3 |
* | Revert to 4.1 behavior for casting PG arrays | Sean Griffin | 2014-12-08 | 1 | -5/+20 |
* | pg tests, move uniqueness validation test to array tests. | Yves Senn | 2014-12-02 | 1 | -0/+15 |
* | tests, move schema shorthand assertions into pg specific tests. | Yves Senn | 2014-12-02 | 1 | -0/+8 |
* | pg, test assigning non-array values to an array column. Closes #14716. | Yves Senn | 2014-10-16 | 1 | -0/+9 |
* | Added enable_extension! to helper | Abdelkader Boudih | 2014-09-05 | 1 | -6/+2 |
* | Remove the `text?` predicate from the type objects | Sean Griffin | 2014-07-06 | 1 | -1/+0 |
* | Consolidate testing of update_all type casting | Sean Griffin | 2014-06-26 | 1 | -10/+0 |
* | Reconnect after possibly enabling hstore | Matthew Draper | 2014-06-18 | 1 | -0/+2 |
* | Merge pull request #15782 from sgrif/sg-column-defaults | Matthew Draper | 2014-06-18 | 1 | -7/+4 |
|\ |
|
| * | Don't type cast the default on the column | Sean Griffin | 2014-06-17 | 1 | -7/+4 |
* | | Enable hstore in array tests | Sean Griffin | 2014-06-17 | 1 | -0/+6 |
* | | Detect mutations of arrays and array members | Sean Griffin | 2014-06-17 | 1 | -0/+23 |
* | | Ensure `OID::Array#type_cast_for_database` matches PG's quoting behavior | Sean Griffin | 2014-06-17 | 1 | -0/+18 |
|/ |
|
* | PG arrays should type cast user input | Sean Griffin | 2014-06-13 | 1 | -2/+7 |
* | Rename `type_cast` to `type_cast_from_database` | Sean Griffin | 2014-06-09 | 1 | -3/+3 |
* | Ensure time zones don't change after round trip with array columns | Sean Griffin | 2014-06-07 | 1 | -0/+2 |
* | Don't rely on `Time.current` in tests | Sean Griffin | 2014-06-07 | 1 | -5/+10 |
* | Add array support when time zone aware attributes are enabled | Sean Griffin | 2014-06-07 | 1 | -0/+16 |
* | Revert "test pg, we don't care about the internal state of `column#default`." | Yves Senn | 2014-06-03 | 1 | -0/+4 |
* | test pg, remove unused column assignments. Follow up to 254cdf47 | Yves Senn | 2014-06-03 | 1 | -2/+0 |
* | test pg, rm unused requires. | Yves Senn | 2014-06-03 | 1 | -2/+0 |
* | test pg, we don't care about the internal state of `column#default`. | Yves Senn | 2014-06-03 | 1 | -2/+0 |
* | Rename `oid_type` to `cast_type` to make PG columns consistent | Sean Griffin | 2014-05-21 | 1 | -10/+1 |
* | test, move all pg array tests into `postgresql/array_test.rb`. | Yves Senn | 2014-05-13 | 1 | -5/+28 |
* | test, use `columns_hash[]` in place of `columns.find {}`. | Yves Senn | 2014-05-12 | 1 | -2/+2 |
* | pg, `change_column_default` accepts `[]`. Closes #11586. | Yves Senn | 2014-05-12 | 1 | -1/+9 |
* | PostgreSQL and SQLite, remove varchar limit. [Vladimir Sazhin & Toms Mikoss &... | Yves Senn | 2014-04-04 | 1 | -1/+1 |
* | fix bug on non empty defaults for pg array columns | Luke Steensen | 2014-03-30 | 1 | -0/+11 |
* | PostgreSQL, test-cases to lock down column default values. | Yves Senn | 2014-03-28 | 1 | -0/+11 |
* | PostgreSQL, test cases to lock the current column types. | Yves Senn | 2014-03-28 | 1 | -0/+3 |
* | Use teardown helper method. | Guo Xiang Tan | 2014-03-14 | 1 | -1/+1 |
* | Fixes issue with parsing whitespace content back from database - fixes #13907 | Mauricio Linhares | 2014-02-01 | 1 | -0/+12 |
* | Tidy up fix for PG extensions quoting | Carlos Antonio da Silva | 2013-12-23 | 1 | -2/+6 |
* | Serialize postgres' hstore, json and array types correctly in AR update methods. | Tadas Tamosauskas | 2013-12-23 | 1 | -0/+6 |
* | Do not consider PG array columns as number or text columns | Carlos Antonio da Silva | 2013-12-23 | 1 | -2/+6 |
* | fix quoting non-strings | Damien Mathieu | 2013-12-22 | 1 | -0/+6 |
* | Fix indent in PG array tests | Carlos Antonio da Silva | 2013-12-19 | 1 | -5/+5 |
* | short arrays in inspect | Jan Bernacki | 2013-10-30 | 1 | -0/+5 |
* | Fix multidimensional PG arrays containing non-string items | Yves Senn | 2013-08-07 | 1 | -14/+19 |
* | test to express that we can't turn non-array columns to array columns. | Yves Senn | 2013-08-06 | 1 | -0/+9 |
* | `change_column` for PG adapter respects `:array` option. | Yves Senn | 2013-07-16 | 1 | -0/+12 |
* | Fix loading of fixtures when the column type is a postgres array of strings. | Chris Constantine | 2013-04-18 | 1 | -0/+6 |
* | Revert "Merge pull request #10043 from cconstantine/master" | Rafael Mendonça França | 2013-04-18 | 1 | -6/+0 |
* | Fix loading of string arrays in postgres | Chris Constantine | 2013-04-08 | 1 | -0/+6 |