zzzeek / sqla_issue_test

1 stars 0 forks source link

more table exists APIs #234

Closed zzzeek closed 6 years ago

zzzeek commented 18 years ago

Originally reported by: Michael Bayer (Bitbucket: zzzeek, GitHub: zzzeek)


Table should have an exists() function, as well as a "checkfirst" parameter that can be specified on create() and drop(), so people can create tables one at a time in addition to metadata.create/drop_all().

schema name support needs to be part of this too, this is blocked by #233.


zzzeek commented 10 years ago

Original comment by Michael Bayer (Bitbucket: zzzeek, GitHub: zzzeek):


Removing milestone: 0.3.0 (automated comment)

zzzeek commented 18 years ago

Original comment by Michael Bayer (Bitbucket: zzzeek, GitHub: zzzeek):


added in changeset:1723 changeset:1724