Regarding NHibernate.TestDatabaseSetup, I'm thinking of implementing one of the two following things:
1. Instead of dropping and recreating everything, execute custom SQL
for each database to drop every known type of object created by the
tests.
2. Just make the existing code more robust, so it handles different
databases specified by the connection strings.
What do you guys think?
Patrick Earl
