Skip to content
New issue

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

PostgreSQL driver: fixed handling of complex save point name #383

Merged
merged 1 commit into from
Dec 31, 2020

Conversation

jkuchar
Copy link
Contributor

@jkuchar jkuchar commented Dec 31, 2020

  • bug fix
  • BC break? no

Sometimes I use something like self::class . __LINE__ as save point name. It is supported by PostgreSQL, however Dibi has been missing support for escaping such named identifier. This PR fixes the problem.

@dg
Copy link
Owner

dg commented Dec 31, 2020

Thanks

@dg dg merged commit 535d9e6 into dg:master Dec 31, 2020
Jakub-Fajkus pushed a commit to peckadesign/dibi that referenced this pull request Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants