コード例 #1
0
 def visit_NCLOB(self, type_, **kwargs):
     raise exceptions.NotSupportedError("Type NCBLOB is not supported")
コード例 #2
0
ファイル: api.py プロジェクト: nivye/pydruid
 def executemany(self, operation, seq_of_parameters=None):
     raise exceptions.NotSupportedError(
         "`executemany` is not supported, use `execute` instead")
コード例 #3
0
 def visit_VARBINARY(self, type_, **kwargs):
     raise exceptions.NotSupportedError("Type VARBINARY is not supported")
コード例 #4
0
 def visit_TIME(self, type_, **kwargs):
     raise exceptions.NotSupportedError("Type TIME is not supported")
コード例 #5
0
ファイル: sqlalchemy.py プロジェクト: lyft/pydruid_DEPRECATED
 def visit_CLOB(self, type_, **kwargs):
     raise exceptions.NotSupportedError('Type CBLOB is not supported')
コード例 #6
0
ファイル: sqlalchemy.py プロジェクト: lyft/pydruid_DEPRECATED
 def visit_BINARY(self, type_, **kwargs):
     raise exceptions.NotSupportedError('Type BINARY is not supported')
コード例 #7
0
ファイル: sqlalchemy.py プロジェクト: lyft/pydruid_DEPRECATED
 def visit_DATETIME(self, type_, **kwargs):
     raise exceptions.NotSupportedError('Type DATETIME is not supported')