mirror of
https://github.com/chaisql/chai.git
synced 2025-10-08 09:00:08 +08:00
db: only strict schemas
This commit is contained in:
@@ -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'
|
||||
|
||||
|
Reference in New Issue
Block a user