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

Revert to older SQLite JDBC driver #692

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Revert to older SQLite JDBC driver #692

merged 1 commit into from
Jan 25, 2024

Conversation

labkey-adam
Copy link
Contributor

@labkey-adam labkey-adam commented Jan 25, 2024

Rationale

Newer versions of SQLite JDBC stopped implementing Statement.getGeneratedKeys() for multi-row inserts; TargetedMS BaseDaoImpl.insertAndReturnIds() relies on this behavior, hence tests failed (appropriately).

https://www.labkey.org/home/Developer/issues/issues-details.view?issueId=49462

Related Pull Requests

Copy link
Contributor

@labkey-jeckels labkey-jeckels left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ankurjuneja FYI, this will fix the TargetedMS failures you mentioned this morning

@labkey-adam labkey-adam merged commit add9029 into develop Jan 25, 2024
6 checks passed
@labkey-adam labkey-adam deleted the fb_sqlite branch January 25, 2024 20:55
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