| Commit message (Expand) | Author | Age | Files | Lines |
* | Parsing DATABASE_URI, use URI#hostname: it's smarter about IPv6 | Matthew Draper | 2014-06-14 | 1 | -1/+1 |
* | Remove `serialized?` from the type interface | Sean Griffin | 2014-06-13 | 1 | -1/+1 |
* | Merge pull request #15674 from sgrif/sg-mutable-attributes | Matthew Draper | 2014-06-14 | 2 | -8/+4 |
|\ |
|
| * | Detect in-place changes on mutable AR attributes | Sean Griffin | 2014-06-13 | 2 | -8/+4 |
* | | Merge pull request #15593 from sgrif/sg-attribute | Rafael Mendonça França | 2014-06-13 | 1 | -2/+3 |
|\ \ |
|
| * | | Introduce an Attribute object to handle the type casting dance | Sean Griffin | 2014-06-13 | 1 | -2/+3 |
* | | | PG arrays should type cast user input | Sean Griffin | 2014-06-13 | 1 | -4/+8 |
| |/
|/| |
|
* | | Remove unused require | Sean Griffin | 2014-06-11 | 1 | -2/+0 |
|/ |
|
* | Remove YAML serialization workaround for columns | Sean Griffin | 2014-06-11 | 1 | -6/+2 |
* | Keep the types of virtual columns after yaml serialization | Sean Griffin | 2014-06-10 | 1 | -2/+6 |
* | Inline PG array type casting helper | Sean Griffin | 2014-06-10 | 3 | -34/+28 |
* | Rename `type_cast` to `type_cast_from_database` | Sean Griffin | 2014-06-09 | 6 | -16/+16 |
* | Make `_before_type_cast` actually be before type cast | Sean Griffin | 2014-06-09 | 3 | -3/+11 |
* | Merge pull request #15546 from sgrif/sg-lazy-decorators | Rafael Mendonça França | 2014-06-07 | 2 | -12/+22 |
|\ |
|
| * | Don't query the database schema when calling `serialize` | Sean Griffin | 2014-06-07 | 2 | -12/+22 |
* | | Don't mess with `_before_type_cast` for numeric types | Sean Griffin | 2014-06-06 | 1 | -2/+1 |
|/ |
|
* | Merge pull request #15503 from sgrif/sg-json-hstore-storage | Yves Senn | 2014-06-06 | 2 | -12/+0 |
|\ |
|
| * | Bring type casting behavior of hstore/json in line with serialized | Sean Griffin | 2014-06-04 | 2 | -12/+0 |
* | | Remove optimization that was required with whiny nils | Sean Griffin | 2014-06-05 | 1 | -8/+0 |
* | | Fix behavior of handling BC era dates. | edogawaconan | 2014-06-05 | 2 | -3/+5 |
* | | have an actual `NullColumn` object and update docs accordingly. | Yves Senn | 2014-06-04 | 2 | -1/+10 |
* | | Collapse PG default extractoin of most types to single regex | Sean Griffin | 2014-06-04 | 1 | -48/+6 |
|/ |
|
* | Change wording of explanation about precision & scale of decimal numbers [ci ... | Prathamesh Sonpatki | 2014-06-04 | 1 | -2/+2 |
* | Merge pull request #15492 from sgrif/sg-dirty-defaults | Rafael Mendonça França | 2014-06-03 | 1 | -1/+1 |
|\ |
|
| * | Keep column defaults in type cast form | Sean Griffin | 2014-06-03 | 1 | -1/+1 |
* | | Merge pull request #15486 from sgrif/sg-binary-quoting | Matthew Draper | 2014-06-04 | 4 | -47/+65 |
|\ \ |
|
| * | | Refactor quoting of binary data to not be based on the column type | Sean Griffin | 2014-06-03 | 4 | -47/+65 |
| |/ |
|
* | | pg, preserve money type when dumping schema and extract money default. | Yves Senn | 2014-06-03 | 3 | -0/+11 |
* | | Merge pull request #15487 from sgrif/sg-bit-limit | Yves Senn | 2014-06-03 | 2 | -24/+24 |
|\ \ |
|
| * | | Respect limit for PG bit strings | Sean Griffin | 2014-06-03 | 2 | -24/+24 |
* | | | Merge pull request #15442 from sgrif/sg-refactor-field-changed | Yves Senn | 2014-06-03 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Refactor determination of whether the field has changed | Sean Griffin | 2014-06-03 | 1 | -1/+1 |
| |/ |
|
* / | pg, preserve type when schema dumping bit and bit varying columns. | Yves Senn | 2014-06-03 | 5 | -3/+31 |
|/ |
|
* | pg, preserve point type when schema dumping. | Yves Senn | 2014-06-03 | 3 | -2/+11 |
* | pg, inline casting methods into `OID::Type` objects. | Yves Senn | 2014-06-02 | 4 | -44/+25 |
* | Remove most code related to serialized properties | Sean Griffin | 2014-06-01 | 1 | -2/+2 |
* | refactor, introduce `Type#type_cast_for_schema` to cast for schema.rb | Yves Senn | 2014-05-30 | 4 | -26/+17 |
* | pg, support default values for enum types. Closes #7814. | Yves Senn | 2014-05-30 | 2 | -2/+9 |
* | pg, `default_sequence_name` respects schema. Closes #7516. | Yves Senn | 2014-05-30 | 1 | -2/+2 |
* | Merge pull request #11896 from nkondratyev/fix_pg_columns_for_distinct | Yves Senn | 2014-05-30 | 1 | -1/+1 |
|\ |
|
| * | Fixed `columns_for_distinct` of postgresql adapter | Nikolay Kondratyev | 2013-08-15 | 1 | -1/+1 |
* | | pg, `reset_pk_sequence!` respects schemas. Closes #14719. | Yves Senn | 2014-05-30 | 1 | -5/+13 |
* | | pg, `PostgreSQL::Name` to hold schema qualified names. | Yves Senn | 2014-05-30 | 3 | -17/+53 |
* | | Move `type_cast_for_write` behavior over to the serialized type object | Sean Griffin | 2014-05-29 | 1 | -1/+1 |
* | | Refactor serialized types to be partially defined as custom properties | Sean Griffin | 2014-05-29 | 2 | -6/+4 |
* | | Ensure we always use instances of the adapter specific column class | Sean Griffin | 2014-05-28 | 4 | -5/+14 |
* | | Keep closer to other methods that touch @transaction | Arthur Neves | 2014-05-28 | 2 | -4/+4 |
* | | Merge pull request #15370 from sgrif/sg-type-namespace | Rafael Mendonça França | 2014-05-28 | 19 | -498/+2 |
|\ \ |
|
| * | | Move types to the top level `ActiveRecord` namespace | Sean Griffin | 2014-05-27 | 19 | -498/+2 |
* | | | Merge pull request #15387 from sgrif/sg-remove-column-coder | Santiago Pastorino | 2014-05-28 | 1 | -14/+1 |
|\ \ \ |
|