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

Updatable resultsets without primary key do not work in Firebird 3 [JDBC330] #376

Closed
firebird-issue-importer opened this issue Nov 2, 2013 · 10 comments

Comments

@firebird-issue-importer
Copy link

Submitted by: @mrotteveel

Depends on CORE4255

See CORE4255. A workaround was added to FBRowUpdater.appendWhereClause(..) in 2.2.4.

This issue serves as a reminder that it needs to be removed when CORE4255 gets fixed in the next Firebird 3 alpha or beta.

Commits: 989bb22 5dd81d5 b147a66 d38d886 FirebirdSQL/fbt-repository@3dc1cc0 FirebirdSQL/fbt-repository@0462930 FirebirdSQL/fbt-repository@3574e35 FirebirdSQL/fbt-repository@184e947

@firebird-issue-importer
Copy link
Author

Modified by: @mrotteveel

Link: This issue depends on CORE4255 [ CORE4255 ]

@firebird-issue-importer
Copy link
Author

Modified by: @mrotteveel

description: See CORE4255. A workaround was added to FBRowUpdater in 2.2.4.

This issue serves as a reminder that it needs to be removed when CORE4255 gets fixed in the next Firebird 3 alpha or beta.

=>

See CORE4255. A workaround was added to FBRowUpdater.appendWhereClause(..) in 2.2.4.

This issue serves as a reminder that it needs to be removed when CORE4255 gets fixed in the next Firebird 3 alpha or beta.

@firebird-issue-importer
Copy link
Author

Modified by: @mrotteveel

Fix Version: Jaybird 2.2.5 [ 10582 ]

@firebird-issue-importer
Copy link
Author

Commented by: @mrotteveel

Before 2.2.4 release, move the cast from RDB$DB_KEY to the parameter, it will probably be better for performance.

@firebird-issue-importer
Copy link
Author

Commented by: @mrotteveel

Made change in 2.2.4 to cast parameter instead. Actual problem has been fixed (since build 30717). Waiting for release of Alpha 2 to revert this workaround.

@firebird-issue-importer
Copy link
Author

Modified by: @mrotteveel

Fix Version: Jaybird 2.2.6 [ 10588 ]

Fix Version: Jaybird 2.2.5 [ 10582 ] =>

@firebird-issue-importer
Copy link
Author

Commented by: @mrotteveel

Reverted workaround for 2.2.6

@firebird-issue-importer
Copy link
Author

Modified by: @mrotteveel

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

@firebird-issue-importer
Copy link
Author

Modified by: @mrotteveel

Version: Jaybird 2.2.5 [ 10582 ]

@firebird-issue-importer
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