aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world/db/sql.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/world/db/sql.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/world/db/sql.lux b/stdlib/source/library/lux/world/db/sql.lux
index 0419c134d..724ad9215 100644
--- a/stdlib/source/library/lux/world/db/sql.lux
+++ b/stdlib/source/library/lux/world/db/sql.lux
@@ -13,7 +13,7 @@
[macro
["[0]" template]]
[type
- [primitive "*"]]]])
+ [primitive (.full)]]]])
(def: parenthesize
(-> Text Text)