pogi 3.0.1 → 3.0.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.
package/.env CHANGED
@@ -1,5 +1,6 @@
1
- PGDATABASE=labcup
2
- PGHOST=172.55.0.2
3
- PGPORT=
1
+ #PGDATABASE=labcup
2
+ PGHOST=127.0.0.1
4
3
  PGPASSWORD="labcup"
5
- PGUSER="labcup"
4
+ PGUSER="postgres"
5
+ #PGPORT=5432
6
+ NODE_OPTIONS=--experimental-vm-modules
package/CHANGELOG.md CHANGED
@@ -1,3 +1,38 @@
1
+ ## [3.0.5](https://github.com/holdfenytolvaj/pogi/compare/v3.0.4...v3.0.5) (2026-02-03)
2
+
3
+
4
+
5
+ ## [3.0.4](https://github.com/holdfenytolvaj/pogi/compare/v3.0.3...v3.0.4) (2026-02-03)
6
+
7
+
8
+
9
+ ## [3.0.3](https://github.com/holdfenytolvaj/pogi/compare/v3.0.2...v3.0.3) (2026-02-03)
10
+
11
+
12
+
13
+ ## [3.0.2](https://github.com/holdfenytolvaj/pogi/compare/v2.10.2...v3.0.2) (2026-02-03)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * emitter leak ([3040a43](https://github.com/holdfenytolvaj/pogi/commit/3040a43c2cd6a8fee319f6dfe4cb66b7693e4443))
19
+ * oid fix ([bfaedd5](https://github.com/holdfenytolvaj/pogi/commit/bfaedd5a10810623d27be010e338abe324155494))
20
+ * oid fixes ([5af7146](https://github.com/holdfenytolvaj/pogi/commit/5af7146d727f0344e3411a2f9df1f02afbf998b2))
21
+ * orderBy ([33f2373](https://github.com/holdfenytolvaj/pogi/commit/33f23730a51c5c921c1e2f725ee1202b84138072))
22
+ * strict column escape ([e4eeff3](https://github.com/holdfenytolvaj/pogi/commit/e4eeff3558ccc3b0cd02875b46a95f19feb8781a))
23
+ * support node v24 ([234e44a](https://github.com/holdfenytolvaj/pogi/commit/234e44ac268213fc668913a3184be211d4f6d2b6))
24
+ * ts warnings ([a16231c](https://github.com/holdfenytolvaj/pogi/commit/a16231c5c1e5053d9c2cf4ef86a81990cc7963f4))
25
+ * typescript errors, build ([ac4210a](https://github.com/holdfenytolvaj/pogi/commit/ac4210a412717141151d0a1a870d3f23d0d450e8))
26
+ * wrongly implemented catch for non-transactional query ([f79de17](https://github.com/holdfenytolvaj/pogi/commit/f79de17a781e2d6c7873b4afc88eacbd020c836b))
27
+
28
+
29
+ ### Features
30
+
31
+ * improve sql injections prevention phase 2 ([880b9c4](https://github.com/holdfenytolvaj/pogi/commit/880b9c4b26b107b7bb3d2caae24319c761f95a4c))
32
+ * strictDDL for group by/order by/limit/offset ([54c866f](https://github.com/holdfenytolvaj/pogi/commit/54c866f1fcec9f1b8666c0a8a509663acc0af79c))
33
+
34
+
35
+
1
36
  # [2.11.0](https://github.com/holdfenytolvaj/pogi/compare/v2.10.0...v2.11.0) (2021-09-16)
2
37
 
3
38
  ### Features