onc-healthit / code-validator-api

Source code for the Vocabulary Validator API and Service
Other
7 stars 30 forks source link

Bug in the CptLoader::load() - up to 100 records in the tail of the file may not be saved in the database #93

Closed predatoralpha closed 3 years ago

predatoralpha commented 3 years ago

CptLoader::load() - local variable pendingCount newer changes, as a result the final insert to the database not performed. if (pendingCount > 0) { insertCode(insertQueryBuilder.toString(), connection); }

PS: can someone assign this to me?

Plow74 commented 3 years ago

Hi there. We will create a ticket and investigate this. Thank you for bringing it to our attention!

AndriiPr commented 3 years ago

PR with a solution to the problem : https://github.com/onc-healthit/code-validator-api/pull/94

drbgfc commented 3 years ago

This is merged, closing