aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/uuid_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Reduce unused allocations when casting UUIDs for PostgresCarl Thuringer2019-02-201-1/+13
* Don't allow `where` with invalid value matches to nil valuesRyuta Kamizono2019-02-181-0/+6
* Use squiggly heredoc to strip odd indentation in the executed SQLRyuta Kamizono2018-11-221-4/+4
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-4/+4
* `supports_extensions?` return always true since PostgreSQL 9.1Yasuo Honda2017-10-241-98/+92
* Add an extra assertion to ensure dumping schema default as expectedRyuta Kamizono2017-09-081-1/+4
* Fix `quote_default_expression` for UUID with array defaultRyuta Kamizono2017-09-081-0/+10
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Don't allow uuids with orphan curly bracespdebelak2017-07-071-1/+3
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Allow `uuid_test.rb` to be loaded on all adaptersEugene Kenny2017-06-141-1/+2
* Remove assert_nothing_raised, as test is already testing the required concernsPrathamesh Sonpatki2017-06-031-3/+3
* Fix UUID column with `null: true` and `default: nil`Ryuta Kamizono2017-05-301-0/+10
* Use a query that's compatible with PostgreSQL 9.2Matthew Draper2017-04-121-3/+7
* Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...Ryuta Kamizono2017-02-121-1/+0
* Fix UUID primary key with default nil in legacy migrationRyuta Kamizono2017-01-091-0/+19
* Should test uuid legacy migration without `supports_pgcrypto_uuid?`Ryuta Kamizono2017-01-091-19/+17
* "Use assert_nil if expecting nil from ...:in `...'. This will fail in MT6."Akira Matsuda2016-12-251-2/+2
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* Should test `test_change_column_default` in `PostgresqlUUIDTest`Ryuta Kamizono2016-11-251-13/+13
* Merge pull request #27171 from kamipo/suppress_migration_messageMatthew Draper2016-11-251-0/+4
|\
| * Suppress migration message in the testRyuta Kamizono2016-11-251-0/+4
* | Remove blank else blockRyuta Kamizono2016-11-251-1/+0
|/
* For `PostgreSQL >= 9.4` use `gen_random_uuid()`Yaw Boakye2016-11-221-14/+59
* Fix CI failure caused by df84e9867219e9311aef6f4efd5dd9ec675bee5cRyuta Kamizono2016-08-231-2/+2
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-40/+40
* Add expression support on the schema defaultRyuta Kamizono2016-01-131-4/+4
* Remove unnecessary enable,disable_extension on testsFumiaki MATSUSHIMA2016-01-021-9/+0
* Ensure uuid-ossp extension is present before we rely on itMatthew Draper2015-12-151-0/+2
* make it possible to run AR tests with bin/testYves Senn2015-06-111-4/+4
* Remove duplicated testRyuta Kamizono2015-03-041-20/+0
* prefer `drop_table if_exists: true` over raw SQL.Yves Senn2015-02-181-1/+1
* rm `Type#number?`Sean Griffin2015-02-071-1/+0
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Remove most type related predicates from `Column`Sean Griffin2015-01-301-2/+4
* Should escape regexp wildcard character `.`Ryuta Kamizono2015-01-191-1/+1
* Prefer `array?` rather than `array`Ryuta Kamizono2015-01-041-1/+1
* Correctly ignore `case_sensitive` for UUID uniqueness validationSean Griffin2014-12-261-0/+17
* Dump the default `nil` for PostgreSQL UUID primary key.Ryuta Kamizono2014-12-261-0/+6
* `force: :cascade` to recreate tables referenced by foreign-keys.Yves Senn2014-12-191-1/+1
* Relax the UUID regexGodfrey Chan2014-12-181-3/+7
* tests, move schema shorthand assertions into pg specific tests.Yves Senn2014-12-021-0/+6
* tests, remove unneeded requires.Yves Senn2014-11-061-3/+0
* tests, use SchemaDumpingHelper to dump a specific table.Yves Senn2014-11-061-12/+12
* add bigserial pk supportAaron Patterson2014-10-291-0/+20
* Added enable_extension! to helperAbdelkader Boudih2014-09-051-5/+6
* adding the exception RecordNotFound to UUID findJoseLuis Torres2014-08-211-0/+14