コード例 #1
0
ファイル: requirements.py プロジェクト: BlueWhale0-0/KYXL
 def comments(self):
     return exclusions.only_if(
         lambda config: sqla_compat._dialect_supports_comments(
             config.db.dialect
         )
     )
コード例 #2
0
ファイル: requirements.py プロジェクト: zzzeek/alembic
 def comments(self):
     return exclusions.only_if(
         lambda config: sqla_compat._dialect_supports_comments(
             config.db.dialect
         )
     )