Skip to content

BaseAdapter: fix ANSI SQL identifier quoting#104

Open
Al2Klimov wants to merge 1 commit into
mainfrom
Al2Klimov-patch-1
Open

BaseAdapter: fix ANSI SQL identifier quoting#104
Al2Klimov wants to merge 1 commit into
mainfrom
Al2Klimov-patch-1

Conversation

@Al2Klimov

Copy link
Copy Markdown
Member

ANSI SQL identifiers such as "foobar" may also contain quotes ". But then they're escaped like "foo""bar", not "foo\"bar".

ANSI SQL identifiers such as `"foobar"` may also contain quotes `"`.
But then they're escaped like `"foo""bar"`, not `"foo\"bar"`.
@cla-bot cla-bot Bot added the cla/signed label Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant