@dbml/cli 8.0.0-alpha.12 → 8.0.0-alpha.13
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/__tests__/db2dbml/mssql/dbml-error.log +70 -0
- package/__tests__/db2dbml/mysql/dbml-error.log +91 -0
- package/__tests__/db2dbml/oracle/dbml-error.log +98 -0
- package/__tests__/db2dbml/postgres/dbml-error.log +49 -0
- package/__tests__/dbml2sql/filename --mysql --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filename --oracle --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filename --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filename --postgres --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filenames --mysql --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filenames --oracle --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filenames --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filenames --postgres --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/multifile aliased import stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile aliased import stdout/in-files/auth.dbml +4 -0
- package/__tests__/dbml2sql/multifile aliased import stdout/in-files/main.dbml +6 -0
- package/__tests__/dbml2sql/multifile aliased import stdout/options.json +3 -0
- package/__tests__/dbml2sql/multifile aliased import stdout/stdout.txt +12 -0
- package/__tests__/dbml2sql/multifile circular import stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile circular import stdout/in-files/a.dbml +6 -0
- package/__tests__/dbml2sql/multifile circular import stdout/in-files/b.dbml +6 -0
- package/__tests__/dbml2sql/multifile circular import stdout/options.json +3 -0
- package/__tests__/dbml2sql/multifile circular import stdout/stdout.txt +14 -0
- package/__tests__/dbml2sql/multifile error entry-syntax-error/dbml-error.log +70 -0
- package/__tests__/dbml2sql/multifile error entry-syntax-error/in-files/lib.dbml +4 -0
- package/__tests__/dbml2sql/multifile error entry-syntax-error/in-files/main.dbml +6 -0
- package/__tests__/dbml2sql/multifile error entry-syntax-error/options.json +3 -0
- package/__tests__/dbml2sql/multifile error entry-syntax-error/stdout.txt +5 -0
- package/__tests__/dbml2sql/multifile error import-not-found/dbml-error.log +68 -0
- package/__tests__/dbml2sql/multifile error import-not-found/in-files/main.dbml +5 -0
- package/__tests__/dbml2sql/multifile error import-not-found/options.json +3 -0
- package/__tests__/dbml2sql/multifile error import-not-found/stdout.txt +4 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/dbml-error.log +12 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/in-files/base.dbml +6 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/in-files/main.dbml +3 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/in-files/types.dbml +4 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/options.json +3 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/stdout.txt +4 -0
- package/__tests__/dbml2sql/multifile records pulling stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile records pulling stdout/in-files/base.dbml +9 -0
- package/__tests__/dbml2sql/multifile records pulling stdout/in-files/main.dbml +6 -0
- package/__tests__/dbml2sql/multifile records pulling stdout/options.json +3 -0
- package/__tests__/dbml2sql/multifile records pulling stdout/stdout.txt +23 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/in-files/main.dbml +2 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/in-files/orders.dbml +8 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/in-files/users.dbml +4 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/options.json +3 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/stdout.txt +12 -0
- package/__tests__/dbml2sql/multifile schema pulling stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile schema pulling stdout/in-files/auth.dbml +9 -0
- package/__tests__/dbml2sql/multifile schema pulling stdout/in-files/main.dbml +3 -0
- package/__tests__/dbml2sql/multifile schema pulling stdout/options.json +3 -0
- package/__tests__/dbml2sql/multifile schema pulling stdout/stdout.txt +14 -0
- package/__tests__/dbml2sql/multifile tablegroup pulling stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile tablegroup pulling stdout/in-files/base.dbml +14 -0
- package/__tests__/dbml2sql/multifile tablegroup pulling stdout/in-files/main.dbml +1 -0
- package/__tests__/dbml2sql/multifile tablegroup pulling stdout/options.json +3 -0
- package/__tests__/dbml2sql/multifile tablegroup pulling stdout/stdout.txt +12 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/in-files/base.dbml +6 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/in-files/main.dbml +7 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/in-files/types.dbml +4 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/options.json +3 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/stdout.txt +20 -0
- package/__tests__/dbml2sql/multiple_schema_mssql/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/multiple_schema_mysql/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/multiple_schema_oracle/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/multiple_schema_pg/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/single file stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/single file stdout/in-files/schema.dbml +11 -0
- package/__tests__/dbml2sql/single file stdout/options.json +3 -0
- package/__tests__/dbml2sql/single file stdout/stdout.txt +14 -0
- package/__tests__/dbml2sql/syntax-error/dbml-error.log +80 -0
- package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/dbml-error.log +28 -0
- package/__tests__/sql2dbml/custom-error-alter-table-table-not-found --oracle/dbml-error.log +28 -0
- package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/dbml-error.log +28 -0
- package/__tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/dbml-error.log +28 -0
- package/__tests__/sql2dbml/custom-error-create-index-table-not-found --oracle/dbml-error.log +28 -0
- package/__tests__/sql2dbml/custom-error-table-comment-table-not-found --oracle/dbml-error.log +28 -0
- package/__tests__/sql2dbml/syntax-error/dbml-error.log +28 -0
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mssql/dbml-error.log +28 -0
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mysql/dbml-error.log +28 -0
- package/lib/index.js +25 -21
- package/package.json +4 -4
- package/src/NodeProjectLayout.ts +33 -7
- package/src/cli/export.ts +4 -5
- package/src/helpers/logger.ts +14 -5
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
2026-05-14T08:22:54.200Z
|
|
2
|
+
|
|
3
|
+
./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
|
|
4
|
+
|
|
5
|
+
2026-05-14T08:23:20.974Z
|
|
6
|
+
|
|
7
|
+
./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
|
|
8
|
+
|
|
9
|
+
2026-05-14T08:24:48.913Z
|
|
10
|
+
|
|
11
|
+
./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
|
|
12
|
+
|
|
13
|
+
2026-05-14T08:25:29.674Z
|
|
14
|
+
|
|
15
|
+
./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
|
|
16
|
+
|
|
17
|
+
2026-05-14T08:25:45.269Z
|
|
18
|
+
|
|
19
|
+
./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
|
|
20
|
+
|
|
21
|
+
2026-05-14T08:26:22.700Z
|
|
22
|
+
|
|
23
|
+
./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
|
|
24
|
+
|
|
25
|
+
2026-05-14T08:27:26.075Z
|
|
26
|
+
|
|
27
|
+
./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
|
|
28
|
+
|
|
29
|
+
2026-05-14T08:28:06.213Z
|
|
30
|
+
|
|
31
|
+
./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
|
|
32
|
+
|
|
33
|
+
2026-05-14T08:29:32.384Z
|
|
34
|
+
|
|
35
|
+
./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
|
|
36
|
+
|
|
37
|
+
2026-05-14T08:35:32.238Z
|
|
38
|
+
|
|
39
|
+
./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
|
|
40
|
+
|
|
41
|
+
2026-05-14T08:36:17.323Z
|
|
42
|
+
|
|
43
|
+
./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
|
|
44
|
+
|
|
45
|
+
2026-05-14T08:39:24.487Z
|
|
46
|
+
|
|
47
|
+
./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
|
|
48
|
+
|
|
49
|
+
2026-05-14T08:42:09.888Z
|
|
50
|
+
|
|
51
|
+
./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
|
|
52
|
+
|
|
53
|
+
2026-05-14T08:42:54.759Z
|
|
54
|
+
|
|
55
|
+
./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
|
|
56
|
+
|
|
57
|
+
2026-05-14T08:44:24.525Z
|
|
58
|
+
|
|
59
|
+
./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
|
|
60
|
+
|
|
61
|
+
2026-05-14T08:46:37.610Z
|
|
62
|
+
|
|
63
|
+
./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
|
|
64
|
+
|
|
65
|
+
2026-05-14T08:47:24.973Z
|
|
66
|
+
|
|
67
|
+
./in-files/main.dbml(1,12): Failed to resolve the non-existent file './missing.dbml'
|
|
68
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
2026-05-14T08:45:11.176Z
|
|
2
|
+
|
|
3
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
4
|
+
|
|
5
|
+
2026-05-14T08:46:38.829Z
|
|
6
|
+
|
|
7
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
8
|
+
|
|
9
|
+
2026-05-14T08:47:26.169Z
|
|
10
|
+
|
|
11
|
+
./in-files/main.dbml(3,17): Table 'products' does not exist in Schema 'public'
|
|
12
|
+
|
|
File without changes
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
CREATE TABLE "orders" (
|
|
2
|
+
"id" int PRIMARY KEY,
|
|
3
|
+
"user_id" int
|
|
4
|
+
);
|
|
5
|
+
|
|
6
|
+
CREATE TABLE "users" (
|
|
7
|
+
"id" int PRIMARY KEY,
|
|
8
|
+
"name" varchar
|
|
9
|
+
);
|
|
10
|
+
|
|
11
|
+
ALTER TABLE "orders" ADD FOREIGN KEY ("user_id") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
|
|
12
|
+
|
|
13
|
+
-- Defer constraint checking for INSERT
|
|
14
|
+
BEGIN;
|
|
15
|
+
SET CONSTRAINTS ALL DEFERRED;
|
|
16
|
+
|
|
17
|
+
INSERT INTO "users" ("id", "name")
|
|
18
|
+
VALUES
|
|
19
|
+
(1, 'Alice'),
|
|
20
|
+
(2, 'Bob');
|
|
21
|
+
|
|
22
|
+
SET CONSTRAINTS ALL IMMEDIATE;
|
|
23
|
+
COMMIT;
|
|
File without changes
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
CREATE TABLE "users" (
|
|
2
|
+
"id" int PRIMARY KEY,
|
|
3
|
+
"email" varchar
|
|
4
|
+
);
|
|
5
|
+
|
|
6
|
+
CREATE TABLE "orders" (
|
|
7
|
+
"id" int PRIMARY KEY,
|
|
8
|
+
"user_id" int
|
|
9
|
+
);
|
|
10
|
+
|
|
11
|
+
ALTER TABLE "orders" ADD FOREIGN KEY ("user_id") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
|
|
12
|
+
|
|
File without changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
CREATE SCHEMA "auth";
|
|
2
|
+
|
|
3
|
+
CREATE TABLE "auth"."users" (
|
|
4
|
+
"id" int PRIMARY KEY,
|
|
5
|
+
"email" varchar
|
|
6
|
+
);
|
|
7
|
+
|
|
8
|
+
CREATE TABLE "auth"."roles" (
|
|
9
|
+
"id" int PRIMARY KEY,
|
|
10
|
+
"name" varchar
|
|
11
|
+
);
|
|
12
|
+
|
|
13
|
+
ALTER TABLE "auth"."users" ADD FOREIGN KEY ("id") REFERENCES "auth"."roles" ("id") DEFERRABLE INITIALLY IMMEDIATE;
|
|
14
|
+
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
use { tablegroup content } from './base.dbml'
|
|
File without changes
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
CREATE TABLE "orders" (
|
|
2
|
+
"id" int PRIMARY KEY,
|
|
3
|
+
"user_id" int,
|
|
4
|
+
"product_id" int
|
|
5
|
+
);
|
|
6
|
+
|
|
7
|
+
CREATE TABLE "users" (
|
|
8
|
+
"id" int PRIMARY KEY,
|
|
9
|
+
"name" varchar
|
|
10
|
+
);
|
|
11
|
+
|
|
12
|
+
CREATE TABLE "products" (
|
|
13
|
+
"id" int PRIMARY KEY,
|
|
14
|
+
"name" varchar
|
|
15
|
+
);
|
|
16
|
+
|
|
17
|
+
ALTER TABLE "orders" ADD FOREIGN KEY ("user_id") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
|
|
18
|
+
|
|
19
|
+
ALTER TABLE "orders" ADD FOREIGN KEY ("product_id") REFERENCES "products" ("id") DEFERRABLE INITIALLY IMMEDIATE;
|
|
20
|
+
|
|
File without changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
CREATE TABLE "users" (
|
|
2
|
+
"id" int PRIMARY KEY,
|
|
3
|
+
"name" varchar,
|
|
4
|
+
"email" varchar UNIQUE
|
|
5
|
+
);
|
|
6
|
+
|
|
7
|
+
CREATE TABLE "posts" (
|
|
8
|
+
"id" int PRIMARY KEY,
|
|
9
|
+
"title" varchar,
|
|
10
|
+
"user_id" int
|
|
11
|
+
);
|
|
12
|
+
|
|
13
|
+
ALTER TABLE "posts" ADD FOREIGN KEY ("user_id") REFERENCES "users" ("id") DEFERRABLE INITIALLY IMMEDIATE;
|
|
14
|
+
|
|
@@ -146,3 +146,83 @@ undefined
|
|
|
146
146
|
ecommerce.dbml(17,24): Expect an identifier
|
|
147
147
|
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
148
148
|
|
|
149
|
+
2026-05-14T03:41:45.756Z
|
|
150
|
+
|
|
151
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
152
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
153
|
+
|
|
154
|
+
2026-05-14T03:43:47.261Z
|
|
155
|
+
|
|
156
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
157
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
158
|
+
|
|
159
|
+
2026-05-14T03:45:06.947Z
|
|
160
|
+
|
|
161
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
162
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
163
|
+
|
|
164
|
+
2026-05-14T08:24:58.781Z
|
|
165
|
+
|
|
166
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
167
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
168
|
+
|
|
169
|
+
2026-05-14T08:25:39.122Z
|
|
170
|
+
|
|
171
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
172
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
173
|
+
|
|
174
|
+
2026-05-14T08:27:35.270Z
|
|
175
|
+
|
|
176
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
177
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
178
|
+
|
|
179
|
+
2026-05-14T08:28:16.807Z
|
|
180
|
+
|
|
181
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
182
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
183
|
+
|
|
184
|
+
2026-05-14T08:29:42.325Z
|
|
185
|
+
|
|
186
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
187
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
188
|
+
|
|
189
|
+
2026-05-14T08:35:44.574Z
|
|
190
|
+
|
|
191
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
192
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
193
|
+
|
|
194
|
+
2026-05-14T08:36:29.391Z
|
|
195
|
+
|
|
196
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
197
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
198
|
+
|
|
199
|
+
2026-05-14T08:39:37.109Z
|
|
200
|
+
|
|
201
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
202
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
203
|
+
|
|
204
|
+
2026-05-14T08:42:20.857Z
|
|
205
|
+
|
|
206
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
207
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
208
|
+
|
|
209
|
+
2026-05-14T08:43:06.084Z
|
|
210
|
+
|
|
211
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
212
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
213
|
+
|
|
214
|
+
2026-05-14T08:44:36.820Z
|
|
215
|
+
|
|
216
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
217
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
218
|
+
|
|
219
|
+
2026-05-14T08:46:52.676Z
|
|
220
|
+
|
|
221
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
222
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
223
|
+
|
|
224
|
+
2026-05-14T08:47:40.201Z
|
|
225
|
+
|
|
226
|
+
ecommerce.dbml(17,24): Expect an identifier
|
|
227
|
+
ecommerce.dbml(16,11): Unknown column setting 'pk manager_staff_id int'
|
|
228
|
+
|
package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/dbml-error.log
CHANGED
|
@@ -144,3 +144,31 @@ undefined
|
|
|
144
144
|
|
|
145
145
|
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
146
146
|
|
|
147
|
+
2026-05-14T03:41:47.259Z
|
|
148
|
+
|
|
149
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
150
|
+
|
|
151
|
+
2026-05-14T03:43:48.835Z
|
|
152
|
+
|
|
153
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
154
|
+
|
|
155
|
+
2026-05-14T03:45:08.653Z
|
|
156
|
+
|
|
157
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
158
|
+
|
|
159
|
+
2026-05-14T08:28:18.493Z
|
|
160
|
+
|
|
161
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
162
|
+
|
|
163
|
+
2026-05-14T08:29:43.719Z
|
|
164
|
+
|
|
165
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
166
|
+
|
|
167
|
+
2026-05-14T08:36:30.834Z
|
|
168
|
+
|
|
169
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
170
|
+
|
|
171
|
+
2026-05-14T08:47:41.638Z
|
|
172
|
+
|
|
173
|
+
You have a syntax error at "schema.sql" line 1 column 1. Column "name" do not exist in table "Users"
|
|
174
|
+
|
|
@@ -144,3 +144,31 @@ undefined
|
|
|
144
144
|
|
|
145
145
|
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
146
146
|
|
|
147
|
+
2026-05-14T03:41:48.714Z
|
|
148
|
+
|
|
149
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
150
|
+
|
|
151
|
+
2026-05-14T03:43:50.511Z
|
|
152
|
+
|
|
153
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
154
|
+
|
|
155
|
+
2026-05-14T03:45:10.329Z
|
|
156
|
+
|
|
157
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
158
|
+
|
|
159
|
+
2026-05-14T08:28:20.107Z
|
|
160
|
+
|
|
161
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
162
|
+
|
|
163
|
+
2026-05-14T08:29:45.162Z
|
|
164
|
+
|
|
165
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
166
|
+
|
|
167
|
+
2026-05-14T08:36:32.215Z
|
|
168
|
+
|
|
169
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
170
|
+
|
|
171
|
+
2026-05-14T08:47:43.095Z
|
|
172
|
+
|
|
173
|
+
You have a syntax error at "schema.sql" line 1 column 13. Table "Users" not found
|
|
174
|
+
|
package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/dbml-error.log
CHANGED
|
@@ -144,3 +144,31 @@ undefined
|
|
|
144
144
|
|
|
145
145
|
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
146
146
|
|
|
147
|
+
2026-05-14T03:41:50.248Z
|
|
148
|
+
|
|
149
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
150
|
+
|
|
151
|
+
2026-05-14T03:43:52.145Z
|
|
152
|
+
|
|
153
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
154
|
+
|
|
155
|
+
2026-05-14T03:45:11.988Z
|
|
156
|
+
|
|
157
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
158
|
+
|
|
159
|
+
2026-05-14T08:28:21.468Z
|
|
160
|
+
|
|
161
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
162
|
+
|
|
163
|
+
2026-05-14T08:29:46.589Z
|
|
164
|
+
|
|
165
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
166
|
+
|
|
167
|
+
2026-05-14T08:36:33.557Z
|
|
168
|
+
|
|
169
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
170
|
+
|
|
171
|
+
2026-05-14T08:47:44.568Z
|
|
172
|
+
|
|
173
|
+
You have a syntax error at "schema.sql" line 5 column 19. Column "name" not found in table "Users"
|
|
174
|
+
|
package/__tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/dbml-error.log
CHANGED
|
@@ -144,3 +144,31 @@ undefined
|
|
|
144
144
|
|
|
145
145
|
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
146
146
|
|
|
147
|
+
2026-05-14T03:41:51.829Z
|
|
148
|
+
|
|
149
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
150
|
+
|
|
151
|
+
2026-05-14T03:43:53.701Z
|
|
152
|
+
|
|
153
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
154
|
+
|
|
155
|
+
2026-05-14T03:45:13.743Z
|
|
156
|
+
|
|
157
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
158
|
+
|
|
159
|
+
2026-05-14T08:28:22.791Z
|
|
160
|
+
|
|
161
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
162
|
+
|
|
163
|
+
2026-05-14T08:29:48.117Z
|
|
164
|
+
|
|
165
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
166
|
+
|
|
167
|
+
2026-05-14T08:36:34.934Z
|
|
168
|
+
|
|
169
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
170
|
+
|
|
171
|
+
2026-05-14T08:47:46.042Z
|
|
172
|
+
|
|
173
|
+
You have a syntax error at "schema.sql" line 5 column 19. Table "Posts" not found
|
|
174
|
+
|