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 c3d0295 commit 3ee4458Copy full SHA for 3ee4458
2 files changed
plugins/dbms/access/enumeration.py
@@ -43,9 +43,3 @@ def searchDb(self):
43
logger.warn(warnMsg)
44
45
return []
46
-
47
- def dumpTable(self):
48
- warnMsg = "on Microsoft Access it is not yet implemented dumping of tables"
49
- logger.warn(warnMsg)
50
51
- return None
xml/queries.xml
@@ -352,7 +352,7 @@
352
<!--CURRENTUSER() is not available outside the MS Access query tool itself-->
353
<current_user/>
354
<current_db/>
355
- <inference query="ASC(MID((%s), %d, 1)) > %d"/>
+ <inference query="MID((%s), %d, 1) > CHR(%d)"/>
356
<is_dba/>
357
<dbs/>
358
<!--MSysObjects have no read permission by default-->
0 commit comments