aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* PG column consults oid types when typecastingAaron Patterson2012-02-101-2/+3
|
* dynamically populate casting objects via the pg_type tableAaron Patterson2012-02-101-35/+57
|
* Merge branch 'joelhoffman-postgres_schema_builder' into instance_readerAaron Patterson2012-02-101-1/+1
| | | | | | | | | | | | | | * joelhoffman-postgres_schema_builder: Also support writing the hstore back to the database Hstore values are all strings string_to_hstore / hstore_to_string, serializing don't test schema where hstore not installed schema dumper tests for hstore Additional hstore tests, supporting null values, better compliance with postgres docs add hstore to postgres native types and defaults Conflicts: activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
* removing dead codeAaron Patterson2012-02-091-7/+0
|
* use the pg column to cast valuesAaron Patterson2012-02-081-1/+1
|
* only unescape bytea after it has been read from the databaseAaron Patterson2012-02-071-0/+4
|
* give each PG type a `type` method and decortate tz attributesAaron Patterson2012-02-071-12/+20
|
* hstores can be typecastAaron Patterson2012-02-071-0/+10
|
* taking column width in to account when fetching decimal fieldsAaron Patterson2012-02-071-1/+40
|
* return early from typecasting if the value is nilAaron Patterson2012-02-071-1/+15
|
* mapping more oidsAaron Patterson2012-02-071-1/+7
|
* many of the OIDs mapped and implementedAaron Patterson2012-02-071-0/+146