abrandoned / activerecord-jdbcvertica-adapter

MIT License
3 stars 5 forks source link

Override ActiveRecord rake db:test:purge task #3

Closed brianstien closed 10 years ago

brianstien commented 10 years ago

Allows rails tests to be run via rake against a vertica database.

ActiveRecord attempts to drop the database when purging the test database, however vertica does not allow databases to be dropped via SQL commands. Instead, we will just drop all of the tables.