Exemplo n.º 1
0
 def comments(self):
     return exclusions.only_if(
         lambda config: sqla_compat._dialect_supports_comments(
             config.db.dialect
         )
     )
Exemplo n.º 2
0
 def comments(self):
     return exclusions.only_if(
         lambda config: sqla_compat._dialect_supports_comments(
             config.db.dialect
         )
     )