baja-lite 1.6.1 → 1.6.2
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.
- package/package.json +1 -1
- package/sql.js +0 -1
package/package.json
CHANGED
package/sql.js
CHANGED
|
@@ -3852,7 +3852,6 @@ class StreamQuery {
|
|
|
3852
3852
|
for (const [key, value] of Object.entries(t)) {
|
|
3853
3853
|
this._updates[this[_fields][String(key)]?.C2()] = value;
|
|
3854
3854
|
}
|
|
3855
|
-
Object.assign(this._updates, t);
|
|
3856
3855
|
return this;
|
|
3857
3856
|
}
|
|
3858
3857
|
/** SET key = REPLACE(key, :valueToFind, :valueToReplace) */
|