need "table_exists" function

Issue #31 resolved
Mike Bayer repo owner created an issue

getting more than one request for "create if not created", "drop if not dropped" type of functionality. easy enough if the engine has a table_exists() function, which is of course slightly tedious.

Comments (6)

  1. Mike Bayer reporter

    this is implemented so far for sqlite, postgres and mysql in the 0.2 branch...will mark closed when oracle is implemented (and maybe ms-sql)

  2. Log in to comment