@reddb-io/client
Advanced tools
+1
-1
| { | ||
| "name": "@reddb-io/client", | ||
| "version": "1.21.0-rc.193", | ||
| "version": "1.21.0-rc.195", | ||
| "description": "Thin remote-only RedDB driver. Downloads the `red_client` binary on install. Speaks RedWire/gRPC/HTTP. Embedded URIs (memory://, file://, red:///path) are rejected — use @reddb-io/sdk for those.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+1
-1
@@ -60,3 +60,3 @@ import { RedDBError } from './protocol.js' | ||
| const result = await this.db.query( | ||
| `UPDATE ${sqlIdentifierPath(collection)} DOCUMENTS SET ${assignments} WHERE rid = $1 RETURNING *`, | ||
| `UPDATE ${sqlIdentifierPath(collection)} SET ${assignments} WHERE rid = $1 RETURNING *`, | ||
| rid, | ||
@@ -63,0 +63,0 @@ ) |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
244288
0