masterrecord 0.3.16 → 0.3.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -147,7 +147,7 @@ if(failed === 0){
147
147
  console.log("šŸŽ‰ All placeholder tests passed!");
148
148
  console.log("\n✨ Bug Fix Verified!");
149
149
  console.log("\nšŸ“– What was fixed:");
150
- console.log(" - mySQLEngine.js: Added placeholder detection in buildWhere");
150
+ console.log(" - realMySQLEngine.js: Added placeholder detection in buildWhere");
151
151
  console.log(" - SQLLiteEngine.js: Added placeholder detection in buildWhere");
152
152
  console.log(" - postgresEngine.js: Added placeholder detection in buildWhere");
153
153
  console.log("\n Placeholders (?, $1, $2, etc.) are no longer quoted as literal strings.");