@dbml/cli 3.10.2 → 3.11.0-alpha-0
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/dbml-error.log +7 -0
- package/package.json +4 -4
package/dbml-error.log
CHANGED
|
@@ -273,3 +273,10 @@ error: missing FROM-clause entry for table "t"
|
|
|
273
273
|
at async fetchSchemaJson (/Users/huylm/code/dbx/dbml/packages/dbml-connector/dist/connectors/postgresConnector.js:420:17)
|
|
274
274
|
at async connectionHandler (/Users/huylm/code/dbx/dbml/packages/dbml-cli/lib/cli/connector.js:24:24)
|
|
275
275
|
|
|
276
|
+
2025-03-10T05:06:10.846Z
|
|
277
|
+
Error: Error: Reference with the same endpoints already exists: "ref2"("ref21") references "ref1"("id1")
|
|
278
|
+
at generateDatabase (/Users/huylm/code/work/dbml/packages/dbml-core/lib/parse/databaseGenerator.js:115:11)
|
|
279
|
+
at Object.generateDbml (/Users/huylm/code/work/dbml/packages/dbml-core/lib/import/index.js:19:58)
|
|
280
|
+
at connectionHandler (/Users/huylm/code/work/dbml/packages/dbml-cli/lib/cli/connector.js:26:34)
|
|
281
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
282
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dbml/cli",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.11.0-alpha-0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@babel/cli": "^7.21.0",
|
|
29
|
-
"@dbml/connector": "^3.
|
|
30
|
-
"@dbml/core": "^3.
|
|
29
|
+
"@dbml/connector": "^3.11.0-alpha-0",
|
|
30
|
+
"@dbml/core": "^3.11.0-alpha-0",
|
|
31
31
|
"bluebird": "^3.5.5",
|
|
32
32
|
"chalk": "^2.4.2",
|
|
33
33
|
"commander": "^2.20.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"^.+\\.js$": "babel-jest"
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "b090782ba29b03837d87d4d6478bd3f2ca403efc",
|
|
59
59
|
"engines": {
|
|
60
60
|
"node": ">=18"
|
|
61
61
|
}
|