Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae87df5 commit e678219Copy full SHA for e678219
3 files changed
plugins/dbms/access/enumeration.py
@@ -73,3 +73,7 @@ def searchColumn(self):
73
logger.warn(warnMsg)
74
75
return []
76
+
77
+ def search(self):
78
+ warnMsg = "on Microsoft Access search option is not available"
79
+ logger.warn(warnMsg)
plugins/dbms/firebird/enumeration.py
@@ -43,3 +43,7 @@ def searchColumn(self):
43
44
45
46
47
48
+ warnMsg = "on Firebird search option is not available"
49
plugins/dbms/sybase/enumeration.py
@@ -267,3 +267,7 @@ def searchColumn(self):
267
268
269
270
271
272
+ warnMsg = "on Sybase search option is not available"
273
0 commit comments