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 eccd4da commit deec97dCopy full SHA for deec97d
2 files changed
lib/controller/action.py
@@ -40,7 +40,7 @@ def action():
40
if htmlParsed:
41
errMsg += ", but from the HTML error page it was "
42
errMsg += "possible to determinate that the "
43
- errMsg += "back-end DBMS is %s" % htmlParsed
+ errMsg += "back-end DBMS is '%s'" % htmlParsed
44
45
if htmlParsed and htmlParsed.lower() in SUPPORTED_DBMS:
46
errMsg += ". Do not specify the back-end DBMS manually, "
xml/errors.xml
@@ -91,4 +91,8 @@
91
<error regexp="Ingres\W.*Driver"/>
92
</dbms>
93
94
+ <!-- Frontbase -->
95
+ <dbms value="Frontbase">
96
+ <error regexp="Exception (condition )?\d+. Transaction rollback."/>
97
+ </dbms>
98
</root>
0 commit comments