-
### Is your feature request related to a problem?
Running
```sql
SELECT "a: " + IF a THEN a ELSE "nothing" END
FROM thing
```
on
```javascript
{a: NULL}
{a: "a"}
```
outputs
```
a: noth…
-
>diana@LAPTOP-93BOJ22L:~/workspaces/taos_odbc$ cmake --build debug
[ 2%] Performing update step for 'ex_cjson'
[ 5%] Performing configure step for 'ex_cjson'
-- Configuring done
-- Generating do…
-
There does not seem to be any validation to avoid schemas being created with duplicate field names. We should add this along with unit tests.
This will require changing the signature of the constru…
-
-
### Describe the bug
Using the NodeJs library, I noticed that SurrealDB will still return an empty result even when an non existent table is queried.
The example code is below:
```javascript
c…
-
### Describe the bug
In schemaless setup, when a table has been populated with data and then defining fields with strict asserts on top of it and then running a mass `UPDATE`, if there are validation…
-
### Describe the bug
When I try to use the example for the granular permissions I get a parse error. Maybe I am doing something wrong, but I just copied that SurrealQL code.
### Steps to reproduce
…
-
https://github.com/IfcOpenShell/IfcOpenShell/commit/4e889b75d788def4d7209dc75d163e9bb02cb36e implements a very basic BIMTester integration. Ping @aothms as well as @rbertucat who this might impact, if…
-
Hi,
I am testing a basic example with a nullable field (ie. The error field can be an ErrorInfo or null)
```
schema = {
"type": "record",
"name": "Inbox",
"fields": [
{…
-
Current
No need to work hard to define schema ahead of time. Zinc automatically discovers schema so you can focus on search and analysis.
Required
No need to work hard to define schema ahead …