You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/queries.xml
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -626,7 +626,6 @@
626
626
</search_column>
627
627
</dbms>
628
628
629
-
<!-- HSQL (Based on MYSQL)-->
630
629
<dbmsvalue="HyperSQL">
631
630
<castquery="CAST(%s AS LONGVARCHAR)"/>
632
631
<lengthquery="CHAR_LENGTH(%s)"/>
@@ -648,16 +647,16 @@
648
647
<bannerquery="DATABASE_VERSION()"/>
649
648
<current_userquery="CURRENT_USER"/>
650
649
<current_dbquery="DATABASE()"/>
651
-
<hostnamequery=""/>
650
+
<hostname/>
652
651
<is_dbaquery="SELECT ADMIN FROM INFORMATION_SCHEMA.SYSTEM_USERS WHERE USER=CURRENT_USER"/>
653
652
<check_udf/>
654
653
<users>
655
654
<inbandquery="SELECT user FROM INFORMATION_SCHEMA.SYSTEM_USERS"/>
656
-
<!-- LIMIT is needed at start for v1.7 this gets mangled unless no-cast is used -->
655
+
<!-- LIMIT is needed at start for v1.7 this gets mangled unless no-cast is used -->
657
656
<blindquery="SELECT LIMIT %d 1 DISTINCT(user) FROM INFORMATION_SCHEMA.SYSTEM_USERS"count="SELECT COUNT(DISTINCT(user)) FROM INFORMATION_SCHEMA.SYSTEM_USERS"/>
658
657
</users>
659
658
<passwords>
660
-
<!-- Passwords only shown in later versions >=2.0 -->
659
+
<!-- Passwords only shown in later versions >=2.0 -->
661
660
<inbandquery="SELECT user_name,password_digest FROM INFORMATION_SCHEMA.SYSTEM_USERS"condition="user_name"/>
662
661
<blindquery="SELECT LIMIT %d 1 DISTINCT(password_digest) FROM INFORMATION_SCHEMA.SYSTEM_USERS WHERE user_name='%s'"count="SELECT COUNT(DISTINCT(password_digest)) FROM INFORMATION_SCHEMA.SYSTEM_USERS WHERE user_name='%s'"/>
0 commit comments