kaleidos / grails-postgresql-extensions

Grails plugin to use postgresql native elements such as arrays, hstores,...
Apache License 2.0
78 stars 62 forks source link

Disable sequence_per_table #51

Closed ilopmar closed 10 years ago

ilopmar commented 10 years ago

New configuration flag to disable the sequence-per-table creation. If the new property is set to true or is missing the behaviour is the actual one. If we set the property to false only one sequence is created for all the tables.

ilopmar commented 10 years ago

@Alotor: Ready to merge! :-)

coveralls commented 10 years ago

Coverage Status

Coverage increased (+0.09%) when pulling 307c2949fe811b48a57c228483b9dd0338682e27 on issue/49/disable_sequence_per_table into 7472214c8c3efa80b0ec591a76b66e7ee84dc7f4 on master.