aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/uuid_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Dump PostgreSQL primary key with custom function as a default.Andrey Novikov2014-07-111-0/+23
* Remove the `text?` predicate from the type objectsSean Griffin2014-07-061-1/+0
* [Postgresql tests] remove duplicate helperAbdelkader Boudih2014-06-281-12/+3
* test, use `columns_hash[]` in place of `columns.find {}`.Yves Senn2014-05-121-2/+2
* test, reset changed state in PG's uuid tests.Yves Senn2014-05-081-2/+4
* Changed change_column in PG schema_statements.rb to make sure that the uuid_g...Eric Chahin2014-04-151-0/+13
* Treat blank UUID values as nilDmitry Lavrov2014-04-031-0/+5
* PostgreSQL, test cases to lock the current column types.Yves Senn2014-03-281-1/+7
* extract common code in `uuid_test.rb`.Yves Senn2014-02-261-60/+57
* move PostgreSQL UUID tests from `datatype_test.rb` to `uuid_test.rb`.Yves Senn2014-02-261-0/+35
* Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-34/+46
* Dump the default function when the primary key is uuidRafael Mendonça França2013-10-141-2/+2
* Merge pull request #11382 from kennyj/fix_10751-2Rafael Mendonça França2013-09-221-0/+1
|\
| * Migration dump UUID default functions to schema.rb. Fixes #10751.kennyj2013-07-101-0/+1
* | Fixed a bug in when using has_many association with :inverse_of option and U...kennyj2013-05-081-0/+40
|/
* fix to remove warning on postgres adapter test.Akshay Khole2013-05-051-1/+1
* Make SchemaDumper emit "id: :uuid" when appropriate. Fixes #10451.Brian Buchanan2013-05-031-0/+12
* Improve docs for postgresql with uuid primary keys [ci skip]Carlos Antonio da Silva2013-05-011-1/+0
* allow override of uuid_generate_v4() default by passing default: nilChad Moone2013-05-011-0/+31
* add uuid primary key supportAaron Patterson2013-03-221-0/+10
* you can provide uuid_generate_v4 as the default value for uuid columnsAaron Patterson2013-03-141-0/+43