We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
key_value.lix_server_url
Ran into a bug because i was updating lix_server_url instead of insert on conflict update
await Promise.all( [lixA, lixB].map((lix) => lix.db .updateTable("key_value") .where("key", "=", "lix_server_url") .set({ value: "http://mock.com" }) .execute(), ), );
Make lix_server_url always defined as JSON where either a URL is given or the value is null.
lix_server_url
null
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context
Ran into a bug because i was updating lix_server_url instead of insert on conflict update
Proposal
Make
lix_server_url
always defined as JSON where either a URL is given or the value isnull
.The text was updated successfully, but these errors were encountered: