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

Include new FB3 embedded quote for string literals in parsers [JDBC367] #409

Closed
firebird-automations opened this issue Nov 8, 2014 · 7 comments

Comments

@firebird-automations
Copy link

Submitted by: @mrotteveel

Firebird 3 added a new embedded quote feature for string literals. The parsers (eg for JDBC escapes, maybe also for generated keys) need to be updated to support this.

Syntax:

<alternate string literal> ::=
{ q | Q } <quote> <alternate start char> [ { <char> }... ] <alternate end char> <quote>

See FB3 release notes for details.

Commits: 865a720 68c7e3b

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Fix Version: Jaybird 3.0 [ 10440 ]

description: Firebird 3 added a new embedded quote feature for string literals. The parsers (eg for JDBC escapes, maybe also for generated keys) need to be updated to support this.

Syntax:

<alternate string literal> ::=
{ q | Q } <quote> <alternate start char> [ { <char> }... ] <alternate end char> <quote>

=>

Firebird 3 added a new embedded quote feature for string literals. The parsers (eg for JDBC escapes, maybe also for generated keys) need to be updated to support this.

Syntax:

<alternate string literal> ::=
{ q | Q } <quote> <alternate start char> [ { <char> }... ] <alternate end char> <quote>

See FB3 release notes for details.

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

Fix Version: Jaybird 3.1 [ 10441 ]

Fix Version: Jaybird 3.0 [ 10440 ] =>

@firebird-automations
Copy link
Author

Commented by: @mrotteveel

Add support in JDBC escape parser: 68c7e3b

Still need to consider what needs to be done for the generated keys support.

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

status: Open [ 1 ] => In Progress [ 3 ]

@firebird-automations
Copy link
Author

Commented by: @mrotteveel

Also implemented for generated keys parser.

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

status: In Progress [ 3 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Author

Modified by: @mrotteveel

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants