Closed djyde closed 2 years ago
The werid thing is, if I query in a db that created by create_conn(schema)
, when I query without a ""
, it happend again:
https://stackblitz.com/edit/js-5ngryk?devtoolsheight=33&file=index.js
Should be fixed in 1.3.11, please let me know if it works. As a general rule, quotes are required around attributes when using JS API
642275d9f449230c08c425a65398fb6c02cbf070
It works. Thank you tonsky
I tried to use the output of
serializable
to generate a db usefrom_serialize
. But I got theCannot compare xxx to xxx
error.If i remove the
""
from the query, then it works:You could try this demo online: https://stackblitz.com/edit/typescript-t8txhv?devtoolsheight=33&file=index.ts