Changes between Initial Version and Version 1 of Ticket #5578
- Timestamp:
- Sep 23, 2007, 4:09:06 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5578 – Description
initial v1 3 3 Here's the error I get. The same error occurs regardless of fixture format. Note the case difference between spackle1_projecttemplate_subjectareas (from the exception) and spackle1_projecttemplate_subjectAreas (from the sql): 4 4 5 {{{ 5 6 Loading 'spackle1/fixtures/spackle1' fixtures... 6 7 Installing xml fixture 'spackle1/fixtures/spackle1' from absolute path. … … 25 26 26 27 SELECT setval('"spackle1_projecttemplate_subjectAreas_id_seq"', coalesce(max("id"), 1), max("id") IS NOT null) FROM spackle1_projecttemplate_subjectAreas; 27 28 }}}