-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Initial work on DBMSProcessor batch entry insertion into ENTRY …
…table (#5814) * Initial work on DBMSProcessor entry insertion into ENTRY table * Change syntax for Oracle multi-row insert SQL statement * Run tests also when source files changed * Add to comment about Oracle * Assume ResultSet is in order for setting shared IDs * Add insertEntry for DBMSProcessor tests and fix PostgresSQLProcessor * Fix SQL typo * Separate table drops in Oracle tests * Remove CI tests that were added in branch * Work on unit test for DBMSProcessor insertEntries * Fix bug in DBMSProcessorTest and simplify DBMSProcessor.FilterForBibEntryExistence * Remove Oracle connection bug with wrong port * Add Oracle insertIntoEntryTable * Oracle connection fix - taken from fix_fields_sql branch * Fix typo bug * Clean up code * Remove commented blocks * Remove comment about needing a test that probably isn't necessary * Manually merge fix_fields_sql OracleProcessor (just add method) * Emphasize todo * setSharedID into OracleProcessor entry table method * Add shared id to preparedEntryStatement * Make Oracle insertIntoEntryTable iterative - pasted from master - not yet tested * Add fields to fields table in parallel * Reset test trace length * Fix checkStyle * Revert port setting Co-authored-by: Tobias Diez <tobiasdiez@gmx.de>
- Loading branch information
1 parent
e560220
commit 93196ee
Showing
6 changed files
with
182 additions
and
96 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.