コード例 #1
0
    def check_constraints_w_enforcement(self):
        """Target database must support check constraints
        and also enforce them."""

        return exclusions.open()
コード例 #2
0
 def foreign_key_match(self):
     return exclusions.open()
コード例 #3
0
    def schemas(self):
        """Target database must support external schemas, and have one
        named 'test_schema'."""

        return exclusions.open()
コード例 #4
0
 def alter_column(self):
     return exclusions.open()
コード例 #5
0
ファイル: requirements.py プロジェクト: tcatut/alembic
 def reflects_fk_options(self):
     return exclusions.open()