--- parser3/tests/388-sql.html 2020/01/18 20:52:01 1.14
+++ parser3/tests/388-sql.html 2024/09/27 23:37:58 1.16
@@ -69,6 +69,12 @@ $ignore[^SQL.drivers.locate[protocol;$sq
4.6 ^try-catch{ ^h[select 'dup', pet from pets; $.type[string] ]}
+ 4.7 ^h[select pet from pets]
+
+ 4.8 ^h[select '0' as key, pet from pets; $.type[table] $.distinct(true) ]
+
+ 4.9 ^h[select '0' as key, pet from pets; $.type[string] $.distinct(true) ]
+
5. table