Replace Berkeley DB Java Edition with SQLite#36
Merged
ytr-sakamoto merged 1 commit intodevelopfrom Jan 31, 2022
Merged
Conversation
kio-watanabe
pushed a commit
to kio-watanabe/opensourcecobol4j
that referenced
this pull request
Apr 30, 2025
* Refactor scala files in dblibj/ * This modification improves not only the readability of source code but also performance slightly. * Implement caches for FETCH query * The environemnt variable OCESQL4J_FETCH_RECORDS indicates the number of records that will be extracted from a database in bulk and cahced. * Cache metadata of SQL statement * This change improve the performance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Up to v1.0.2, opensource COBOL 4j uses Berkeley DB Java Edition as a storage library to implement INDEXED files and some NIST COBOL 85 test cases fail.
I replace Berkeley DB Java Edition with SQLite and all NIST COBOL 85 test cases related to INDEXED files pass. (except for test cases using Relative files)