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
@@ -82,7 +87,7 @@ A boolean value, either `true` or `false`
82
87
New data types are frequently added, so treat this list as non-exhaustive.
83
88
:::
84
89
85
-
### Literals
90
+
## Literals
86
91
87
92
-Null literal: `null`
88
93
-Numeric literals:
@@ -102,7 +107,7 @@ It is very important for you to know that literals are not allowed everywhere. T
102
107
Read below to understand why.
103
108
:::
104
109
105
-
### Parameters
110
+
## Parameters
106
111
107
112
All literals apart from dictionaries and lists must be used as parameters. **BlueQL only allows literals as parameters**. For example, using the Rust client, if you were to run this:
108
113
@@ -133,7 +138,7 @@ source, it becomes a parameter. If you try to not use parameters, the query will
133
138
On a final note, BlueQL doesn't support comments of any form also for security reasons.
0 commit comments