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
update( connection, 'myschema.user', { givenName: 'foo' } );
doesn't work. This is understandable given how it's implemented, but not sure if that is intentional?
I would expect this to work to match the usage of sql.identifier()
sql.identifier()
update( connection, ['myschema', 'user'], { givenName: 'foo' } );
The text was updated successfully, but these errors were encountered:
I was wondering why I couldn't get the upsert to work; the code isn't allowing the schema to be defined...
Sorry, something went wrong.
No branches or pull requests
doesn't work. This is understandable given how it's implemented, but not sure if that is intentional?
I would expect this to work to match the usage of
sql.identifier()
The text was updated successfully, but these errors were encountered: