Files
sqlalchemy/test/sql
Mike Bayer d8da7f5ac5 Implement checkfirst for Index.create(), Index.drop()
The :meth:`.Index.create` and :meth:`.Index.drop` methods now have a
parameter :paramref:`.Index.create.checkfirst`, in the same way as that of
:class:`.Table` and :class:`.Sequence`, which when enabled will cause the
operation to detect if the index exists (or not) before performing a create
or drop operation.

Fixes: #527
Change-Id: Idf994bc016359d0ae86cc64ccb20378115cb66d6
2019-08-06 23:11:54 -04:00
..
2019-07-21 10:51:29 +10:00
2019-03-05 20:29:05 -05:00
2019-01-06 18:23:11 -05:00
2019-08-06 18:05:45 -04:00
2019-01-06 18:23:11 -05:00
2019-07-06 13:02:22 -04:00
2019-01-06 18:23:11 -05:00