db: only strict schemas

This commit is contained in:
Asdine El Hrychy
2024-02-17 14:25:05 +04:00
parent ef91bb4a3b
commit fc051f7cf9
248 changed files with 6732 additions and 13741 deletions

View File

@@ -2,7 +2,7 @@
! typeof()
! typeof(a)
'field not found'
'no table specified'
> typeof(1)
'integer'
@@ -25,12 +25,6 @@
> typeof('\xAA')
'blob'
> typeof([])
'array'
> typeof({})
'object'
> typeof(NULL)
'null'