jgaskins / perpetuity-postgres

Postgres adapter for Perpetuity
MIT License
10 stars 7 forks source link

NOTICE: table "Foo" does not exist, skipping #2

Closed jgaskins closed 10 years ago

jgaskins commented 10 years ago

If you try to drop a table that doesn't exist, the message I indicated in the subject line is sent to the shell. We execute DROP TABLE IF EXISTS when drop_table is called, so we don't care if it exists or not before we drop it.

This warning comes from the pg gem, so I'm not sure if we can silence it, but it'd be nice not to have it cluttering up our test output.

jgaskins commented 10 years ago

Closed by a2816c0971684b78f696de9ea2f33bbb162160be