minor update

This commit is contained in:
Miroslav Stampar 2012-03-08 15:51:30 +00:00
parent ae87df5670
commit e678219a8c
3 changed files with 12 additions and 0 deletions

View File

@ -73,3 +73,7 @@ class Enumeration(GenericEnumeration):
logger.warn(warnMsg)
return []
def search(self):
warnMsg = "on Microsoft Access search option is not available"
logger.warn(warnMsg)

View File

@ -43,3 +43,7 @@ class Enumeration(GenericEnumeration):
logger.warn(warnMsg)
return []
def search(self):
warnMsg = "on Firebird search option is not available"
logger.warn(warnMsg)

View File

@ -267,3 +267,7 @@ class Enumeration(GenericEnumeration):
logger.warn(warnMsg)
return []
def search(self):
warnMsg = "on Sybase search option is not available"
logger.warn(warnMsg)