예제 #1
0
 def comments(self):
     return exclusions.only_if(
         lambda config: sqla_compat._dialect_supports_comments(
             config.db.dialect
         )
     )
예제 #2
0
 def comments(self):
     return exclusions.only_if(
         lambda config: sqla_compat._dialect_supports_comments(
             config.db.dialect
         )
     )