mythix-orm-postgresql 1.7.3 → 1.7.5
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.
|
@@ -241,10 +241,8 @@ class PostgreSQLConnection extends SQLConnectionBase {
|
|
|
241
241
|
await inheritedThis.query(`BEGIN${(options.beginArguments) ? ` ${options.beginArguments}` : ''}`, options, client);
|
|
242
242
|
beginSuccess = true;
|
|
243
243
|
|
|
244
|
-
if (lockStatement)
|
|
245
|
-
console.log('LOCK STATEMENT: ', lockStatement);
|
|
244
|
+
if (lockStatement)
|
|
246
245
|
await inheritedThis.query(lockStatement, options, client);
|
|
247
|
-
}
|
|
248
246
|
|
|
249
247
|
// TODO: Need to handle "busy" error
|
|
250
248
|
} catch (error) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mythix-orm-postgresql",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.5",
|
|
4
4
|
"description": "PostgreSQL driver for Mythix ORM",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
},
|
|
34
34
|
"homepage": "https://github.com/th317erd/mythix-orm-postgresql#readme",
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"mythix-orm": "^1.8.
|
|
37
|
-
"mythix-orm-sql-base": "^1.7.
|
|
36
|
+
"mythix-orm": "^1.8.3",
|
|
37
|
+
"mythix-orm-sql-base": "^1.7.3"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"luxon": "^3.0
|
|
40
|
+
"luxon": "^3.1.0",
|
|
41
41
|
"nife": "^1.12.1",
|
|
42
42
|
"pg": "^8.8.0",
|
|
43
43
|
"pg-format": "^1.0.4",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@spothero/eslint-plugin-spothero": "github:spothero/eslint-plugin-spothero",
|
|
48
|
-
"eslint": "^8.
|
|
49
|
-
"jasmine": "^4.
|
|
48
|
+
"eslint": "^8.27.0",
|
|
49
|
+
"jasmine": "^4.5.0",
|
|
50
50
|
"nyc": "^15.1.0"
|
|
51
51
|
},
|
|
52
52
|
"nyc": {
|