address.js has multiple methods for finding or creating a new entry into the address master list. Issue below needs to be resolved, so we know which method to use.
_addressmaster.js model corrected to allow null values and street number to an integer, to allow for indexing, to work with address.js
_bimscontroller.jscheckAddress added a return and runConstructors functions added in console.log to work with address.js
Note: currently using createAddress6 from address.js
Issues:
runConstructors is running if(rawBatch.length... multiple times, used console.log - inside if statement to confirm this.
batch system is currently not working properly. SQL queries are being skipped over
Image for issue 2 - there should be approximately 100 sql queries (current batch size is 100) for each batch...
address.js has multiple methods for finding or creating a new entry into the address master list. Issue below needs to be resolved, so we know which method to use.
_addressmaster.js model corrected to allow null values and street number to an integer, to allow for indexing, to work with address.js
_bimscontroller.js
checkAddress
added areturn
andrunConstructors
functions added inconsole.log
to work with address.jsNote: currently using createAddress6 from address.js
Issues:
runConstructors
is runningif(rawBatch.length...
multiple times, usedconsole.log - inside if statement
to confirm this.Image for issue 2 - there should be approximately 100 sql queries (current batch size is 100) for each batch...