Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32a4350

Browse files
committed
update for MaxDB
1 parent 98f5586 commit 32a4350

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

xml/queries.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@
415415
<!-- http://dev.mysql.com/tech-resources/articles/maxdb-php-ready-for-web.html -->
416416
<!-- http://dev.mysql.com/doc/refman/5.0/es/maxdb-reserved-words.html -->
417417
<!-- http://maxdb.sap.com/doc/7_6/default.htm -->
418+
<!-- http://www.sapdb.org/7.4/htmhelp/35/f8823cb7e5d42be10000000a114027/content.htm -->
418419

419420
<!-- SAP MaxDB -->
420421
<dbms value="SAP MaxDB">
@@ -433,6 +434,18 @@
433434
<inference query="AND SUBSTR((%s), %d, 1) > '%s'"/>
434435
<delimiter query=","/>
435436
<substring query="SUBSTR((%s), %d, %d)"/>
437+
<users>
438+
<inband query="SELECT username FROM domain.users ORDER BY 1"/>
439+
</users>
440+
<tables>
441+
<inband query="SELECT tablename FROM domain.tables WHERE schemaname='%s'"/>
442+
</tables>
443+
<roles>
444+
<inband query="SELECT owner, role FROM domain.roles" condition="owner"/>
445+
</roles>
446+
<dump_table>
447+
<inband query="SELECT %s FROM %s"/>
448+
</dump_table>
436449
</dbms>
437450

438451
<!-- Sybase -->

0 commit comments

Comments
 (0)