aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/uuid_test.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* allow override of uuid_generate_v4() default by passing default: nilChad Moone2013-05-011-0/+31
| | | | without this, it's not possible to use UUID primary keys without uuid-ossp installed and activated
* 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