From: Brad B. <br...@bb...> - 2003-07-03 19:04:50
|
Hi all, dropTable() does not drop the associated sequence. I would like to submit a patch for this (with unit tests, of course :), but should dropTable drop sequences as well, or should there be a dropSequence() method which must be called explicitly? Given that createTable implicitly creates sequences, this might suggest that dropTable should implicitly drop them. Or perhaps, to be more clear there should be explicit createTable, createSequence, dropTable and dropSequence methods and then higher-level create() and destroy() class methods that call these... What do you guys think? -- Brad Bollenbach BBnet.ca |