search for: aufgaben_pkey

Displaying 1 result from an estimated 1 matches for "aufgaben_pkey".

2005 Aug 23
0
Fixtures: pluraly bitten
With my functional tests (on PgSQL) I get strange errors like this 1) Error: test_create(AufgabeControllerTest): ActiveRecord::StatementInvalid: ERROR: duplicate key violates unique constraint "aufgaben_pkey" Tracking this down, I found that sequences are only reset for some of the tables I''m using. The reason? Inconsistent singularization. I won''t go so far as to say that plurals are bad, but their handling in Rails is blatant violation of the DRY principle. Fixtures has a...