@rainbow-o23/n3 1.0.31 → 1.0.33
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/README.md +4 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -264,8 +264,8 @@ When `typeorm.DB.type=mysql`:
|
|
|
264
264
|
| `typeorm.DB.trace` | boolean | | |
|
|
265
265
|
| `typeorm.DB.multiple.statements` | boolean | false | |
|
|
266
266
|
| `typeorm.DB.legacy.spatial.support` | boolean | | |
|
|
267
|
-
| `typeorm.DB.timestamp.format.write` | string | %Y-%m-%d %H:%k:%s |
|
|
268
|
-
| `typeorm.DB.timestamp.format.read` | string | YYYY-MM-DD HH:mm:ss |
|
|
267
|
+
| `typeorm.DB.timestamp.format.write` | string | %Y-%m-%d %H:%k:%s | MySQL timestamp write format, should compatible with `format.datetime`, which default value is `YYYY-MM-DD HH:mm:ss`. |
|
|
268
|
+
| `typeorm.DB.timestamp.format.read` | string | YYYY-MM-DD HH:mm:ss | MySQL timestamp read format. |
|
|
269
269
|
|
|
270
270
|
> Mysql driver read `DateTime` column to javascript `string`.
|
|
271
271
|
|
|
@@ -598,7 +598,8 @@ CFG_ENDPOINTS_ORDER_PURCHASE_URL=https://order.com/purchase
|
|
|
598
598
|
CFG_ENDPOINTS_ORDER_PAYMENT_URL=https://order.com/payment
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
>
|
|
601
|
+
>
|
|
602
|
+
|
|
602
603
|
#### Constructor Parameters
|
|
603
604
|
|
|
604
605
|
| Name | Type | Default Value | Comments |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rainbow-o23/n3",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.33",
|
|
4
4
|
"description": "o23 pipelines",
|
|
5
5
|
"main": "index.cjs",
|
|
6
6
|
"module": "index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"url": "https://github.com/InsureMO/rainbow-o23/issues"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@rainbow-o23/n1": "1.0.
|
|
24
|
+
"@rainbow-o23/n1": "1.0.33",
|
|
25
25
|
"@theinternetfolks/snowflake": "^1.3.0",
|
|
26
26
|
"node-fetch": "2.6.7",
|
|
27
27
|
"typeorm": "^0.3.17"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"better-sqlite3": "^9.0.0",
|
|
42
42
|
"eslint": "^8.29.0",
|
|
43
43
|
"mssql": "^10.0.1",
|
|
44
|
-
"mysql2": "^3.
|
|
44
|
+
"mysql2": "^3.9.4",
|
|
45
45
|
"oracledb": "^6.2.0",
|
|
46
46
|
"pg": "^8.11.3",
|
|
47
47
|
"pg-query-stream": "^4.5.3",
|