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
introduce ValueNode.serialized.
introduce eb.valSerialized.
introduce sql.valSerialized.
fix json-traversal test suite.
fix null handling @ compiler.
rename to `valJson`.
add instructions in errors.
typings test inserts.
call the new type `Json` instead, to not introduce a breaking change.
add missing json column @ Getting Started.
add `appendSerializedValue`.
Renames `valJson` to `jval` for JSON value wrapping
Renames the `valJson` method to `jval` for wrapping JSON values
when inserting or updating columns. This change promotes brevity
and consistency throughout the codebase.
The name change affects the expression builder, SQL raw builder,
and documentation.
fix jsdocs check.
0 commit comments