@dbml/cli 9.0.0-alpha.3 → 9.0.0-optional-ref.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/LICENSE +0 -0
- package/README.md +0 -0
- package/__tests__/cli.test.ts +0 -0
- package/__tests__/db2dbml/mssql/dbml-error.log +620 -0
- package/__tests__/db2dbml/mssql/expect-out-files/schema.dbml +0 -0
- package/__tests__/db2dbml/mssql/options.json +0 -0
- package/__tests__/db2dbml/mssql/schema.sql +0 -0
- package/__tests__/db2dbml/mssql/stdout.txt +0 -0
- package/__tests__/db2dbml/mysql/dbml-error.log +806 -0
- package/__tests__/db2dbml/mysql/expect-out-files/schema.dbml +0 -0
- package/__tests__/db2dbml/mysql/options.json +0 -0
- package/__tests__/db2dbml/mysql/schema.sql +0 -0
- package/__tests__/db2dbml/mysql/stdout.txt +0 -0
- package/__tests__/db2dbml/oracle/dbml-error.log +868 -0
- package/__tests__/db2dbml/oracle/expect-out-files/schema.dbml +0 -0
- package/__tests__/db2dbml/oracle/options.json +0 -0
- package/__tests__/db2dbml/oracle/schema.sql +0 -0
- package/__tests__/db2dbml/oracle/stdout.txt +0 -0
- package/__tests__/db2dbml/postgres/dbml-error.log +441 -0
- package/__tests__/db2dbml/postgres/expect-out-files/schema.dbml +0 -0
- package/__tests__/db2dbml/postgres/options.json +0 -0
- package/__tests__/db2dbml/postgres/schema.sql +0 -0
- package/__tests__/db2dbml/postgres/stdout.txt +0 -0
- package/__tests__/db2dbml_bin.js +0 -0
- package/{__test__/dbml2sql/filename --mysql stdout → __tests__/dbml2sql/filename --mysql --out-file}/dbml-error.log +0 -0
- package/__tests__/dbml2sql/filename --mysql --out-file/expect-out-files/schema.sql +0 -0
- package/__tests__/dbml2sql/filename --mysql --out-file/in-files/schema.dbml +0 -0
- package/__tests__/dbml2sql/filename --mysql --out-file/options.json +0 -0
- package/{__test__ → __tests__}/dbml2sql/filename --mysql --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filename --mysql --out-file/stdout.txt +0 -0
- package/{__test__/dbml2sql/filename --oracle --out-file → __tests__/dbml2sql/filename --mysql stdout}/dbml-error.log +0 -0
- package/__tests__/dbml2sql/filename --mysql stdout/in-files/schema.dbml +0 -0
- package/__tests__/dbml2sql/filename --mysql stdout/options.json +0 -0
- package/__tests__/dbml2sql/filename --mysql stdout/stdout.txt +0 -0
- package/{__test__/dbml2sql/filename --oracle stdout → __tests__/dbml2sql/filename --oracle --out-file}/dbml-error.log +0 -0
- package/__tests__/dbml2sql/filename --oracle --out-file/expect-out-files/schema.sql +0 -0
- package/__tests__/dbml2sql/filename --oracle --out-file/in-files/schema.dbml +0 -0
- package/__tests__/dbml2sql/filename --oracle --out-file/options.json +0 -0
- package/{__test__ → __tests__}/dbml2sql/filename --oracle --out-file/out-files/schema.sql +7 -7
- package/__tests__/dbml2sql/filename --oracle --out-file/stdout.txt +0 -0
- package/{__test__/dbml2sql/filename --postgres stdout → __tests__/dbml2sql/filename --oracle stdout}/dbml-error.log +0 -0
- package/__tests__/dbml2sql/filename --oracle stdout/in-files/schema.dbml +0 -0
- package/__tests__/dbml2sql/filename --oracle stdout/options.json +0 -0
- package/__tests__/dbml2sql/filename --oracle stdout/stdout.txt +0 -0
- package/{__test__/dbml2sql/filename stdout → __tests__/dbml2sql/filename --out-file}/dbml-error.log +0 -0
- package/__tests__/dbml2sql/filename --out-file/expect-out-files/schema.sql +0 -0
- package/__tests__/dbml2sql/filename --out-file/in-files/schema.dbml +0 -0
- package/__tests__/dbml2sql/filename --out-file/options.json +0 -0
- package/{__test__ → __tests__}/dbml2sql/filename --out-file/out-files/schema.sql +7 -7
- package/__tests__/dbml2sql/filename --out-file/stdout.txt +0 -0
- package/{__test__/dbml2sql/filenames --mysql stdout → __tests__/dbml2sql/filename --postgres --out-file}/dbml-error.log +0 -0
- package/__tests__/dbml2sql/filename --postgres --out-file/expect-out-files/schema.sql +0 -0
- package/__tests__/dbml2sql/filename --postgres --out-file/in-files/schema.dbml +0 -0
- package/__tests__/dbml2sql/filename --postgres --out-file/options.json +0 -0
- package/{__test__ → __tests__}/dbml2sql/filename --postgres --out-file/out-files/schema.sql +7 -7
- package/__tests__/dbml2sql/filename --postgres --out-file/stdout.txt +0 -0
- package/{__test__/dbml2sql/filenames --oracle --out-file → __tests__/dbml2sql/filename --postgres stdout}/dbml-error.log +0 -0
- package/__tests__/dbml2sql/filename --postgres stdout/in-files/schema.dbml +0 -0
- package/__tests__/dbml2sql/filename --postgres stdout/options.json +0 -0
- package/__tests__/dbml2sql/filename --postgres stdout/stdout.txt +0 -0
- package/{__test__/dbml2sql/filenames --oracle stdout → __tests__/dbml2sql/filename stdout}/dbml-error.log +0 -0
- package/__tests__/dbml2sql/filename stdout/in-files/schema.dbml +0 -0
- package/__tests__/dbml2sql/filename stdout/options.json +0 -0
- package/__tests__/dbml2sql/filename stdout/stdout.txt +0 -0
- package/{__test__/dbml2sql/filenames --postgres stdout → __tests__/dbml2sql/filenames --mysql --out-file}/dbml-error.log +0 -0
- package/__tests__/dbml2sql/filenames --mysql --out-file/expect-out-files/schema.sql +0 -0
- package/__tests__/dbml2sql/filenames --mysql --out-file/in-files/business.dbml +0 -0
- package/__tests__/dbml2sql/filenames --mysql --out-file/in-files/customer.dbml +0 -0
- package/__tests__/dbml2sql/filenames --mysql --out-file/in-files/inventory.dbml +0 -0
- package/__tests__/dbml2sql/filenames --mysql --out-file/options.json +0 -0
- package/{__test__ → __tests__}/dbml2sql/filenames --mysql --out-file/out-files/schema.sql +1 -1
- package/__tests__/dbml2sql/filenames --mysql --out-file/stdout.txt +0 -0
- package/{__test__/dbml2sql/filenames stdout → __tests__/dbml2sql/filenames --mysql stdout}/dbml-error.log +0 -0
- package/__tests__/dbml2sql/filenames --mysql stdout/in-files/business.dbml +0 -0
- package/__tests__/dbml2sql/filenames --mysql stdout/in-files/customer.dbml +0 -0
- package/__tests__/dbml2sql/filenames --mysql stdout/in-files/inventory.dbml +0 -0
- package/__tests__/dbml2sql/filenames --mysql stdout/options.json +0 -0
- package/__tests__/dbml2sql/filenames --mysql stdout/stdout.txt +0 -0
- package/{__test__/dbml2sql/multiple_schema_oracle → __tests__/dbml2sql/filenames --oracle --out-file}/dbml-error.log +0 -0
- package/__tests__/dbml2sql/filenames --oracle --out-file/expect-out-files/schema.sql +0 -0
- package/__tests__/dbml2sql/filenames --oracle --out-file/in-files/business.dbml +0 -0
- package/__tests__/dbml2sql/filenames --oracle --out-file/in-files/customer.dbml +0 -0
- package/__tests__/dbml2sql/filenames --oracle --out-file/in-files/inventory.dbml +0 -0
- package/__tests__/dbml2sql/filenames --oracle --out-file/options.json +0 -0
- package/{__test__ → __tests__}/dbml2sql/filenames --oracle --out-file/out-files/schema.sql +16 -16
- package/__tests__/dbml2sql/filenames --oracle --out-file/stdout.txt +0 -0
- package/{__test__/sql2dbml/filename --mysql stdout → __tests__/dbml2sql/filenames --oracle stdout}/dbml-error.log +0 -0
- package/__tests__/dbml2sql/filenames --oracle stdout/in-files/business.dbml +0 -0
- package/__tests__/dbml2sql/filenames --oracle stdout/in-files/customer.dbml +0 -0
- package/__tests__/dbml2sql/filenames --oracle stdout/in-files/inventory.dbml +0 -0
- package/__tests__/dbml2sql/filenames --oracle stdout/options.json +0 -0
- package/__tests__/dbml2sql/filenames --oracle stdout/stdout.txt +0 -0
- package/{__test__/sql2dbml/filename --postgres stdout → __tests__/dbml2sql/filenames --out-file}/dbml-error.log +0 -0
- package/__tests__/dbml2sql/filenames --out-file/expect-out-files/schema.sql +0 -0
- package/__tests__/dbml2sql/filenames --out-file/in-files/business.dbml +0 -0
- package/__tests__/dbml2sql/filenames --out-file/in-files/customer.dbml +0 -0
- package/__tests__/dbml2sql/filenames --out-file/in-files/inventory.dbml +0 -0
- package/__tests__/dbml2sql/filenames --out-file/options.json +0 -0
- package/{__test__ → __tests__}/dbml2sql/filenames --out-file/out-files/schema.sql +16 -16
- package/__tests__/dbml2sql/filenames --out-file/stdout.txt +0 -0
- package/{__test__/sql2dbml/filename stdout → __tests__/dbml2sql/filenames --postgres --out-file}/dbml-error.log +0 -0
- package/__tests__/dbml2sql/filenames --postgres --out-file/expect-out-files/schema.sql +0 -0
- package/__tests__/dbml2sql/filenames --postgres --out-file/in-files/business.dbml +0 -0
- package/__tests__/dbml2sql/filenames --postgres --out-file/in-files/customer.dbml +0 -0
- package/__tests__/dbml2sql/filenames --postgres --out-file/in-files/inventory.dbml +0 -0
- package/__tests__/dbml2sql/filenames --postgres --out-file/options.json +0 -0
- package/{__test__ → __tests__}/dbml2sql/filenames --postgres --out-file/out-files/schema.sql +16 -16
- package/__tests__/dbml2sql/filenames --postgres --out-file/stdout.txt +0 -0
- package/{__test__/sql2dbml/filenames --mysql stdout → __tests__/dbml2sql/filenames --postgres stdout}/dbml-error.log +0 -0
- package/__tests__/dbml2sql/filenames --postgres stdout/in-files/business.dbml +0 -0
- package/__tests__/dbml2sql/filenames --postgres stdout/in-files/customer.dbml +0 -0
- package/__tests__/dbml2sql/filenames --postgres stdout/in-files/inventory.dbml +0 -0
- package/__tests__/dbml2sql/filenames --postgres stdout/options.json +0 -0
- package/__tests__/dbml2sql/filenames --postgres stdout/stdout.txt +0 -0
- package/{__test__/sql2dbml → __tests__/dbml2sql}/filenames stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/filenames stdout/in-files/business.dbml +0 -0
- package/__tests__/dbml2sql/filenames stdout/in-files/customer.dbml +0 -0
- package/__tests__/dbml2sql/filenames stdout/in-files/inventory.dbml +0 -0
- package/__tests__/dbml2sql/filenames stdout/options.json +0 -0
- package/__tests__/dbml2sql/filenames stdout/stdout.txt +0 -0
- package/__tests__/dbml2sql/multifile aliased import stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile aliased import stdout/in-files/auth.dbml +0 -0
- package/__tests__/dbml2sql/multifile aliased import stdout/in-files/main.dbml +0 -0
- package/__tests__/dbml2sql/multifile aliased import stdout/options.json +0 -0
- package/__tests__/dbml2sql/multifile aliased import stdout/stdout.txt +0 -0
- package/__tests__/dbml2sql/multifile circular import stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile circular import stdout/in-files/a.dbml +0 -0
- package/__tests__/dbml2sql/multifile circular import stdout/in-files/b.dbml +0 -0
- package/__tests__/dbml2sql/multifile circular import stdout/options.json +0 -0
- package/__tests__/dbml2sql/multifile circular import stdout/stdout.txt +0 -0
- package/__tests__/dbml2sql/multifile complex stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile complex stdout/in-files/auth.dbml +0 -0
- package/__tests__/dbml2sql/multifile complex stdout/in-files/catalog.dbml +0 -0
- package/__tests__/dbml2sql/multifile complex stdout/in-files/enums.dbml +0 -0
- package/__tests__/dbml2sql/multifile complex stdout/in-files/main.dbml +0 -0
- package/__tests__/dbml2sql/multifile complex stdout/options.json +0 -0
- package/__tests__/dbml2sql/multifile complex stdout/stdout.txt +0 -0
- package/__tests__/dbml2sql/multifile error entry-syntax-error/dbml-error.log +182 -0
- package/__tests__/dbml2sql/multifile error entry-syntax-error/in-files/lib.dbml +0 -0
- package/__tests__/dbml2sql/multifile error entry-syntax-error/in-files/main.dbml +0 -0
- package/__tests__/dbml2sql/multifile error entry-syntax-error/options.json +0 -0
- package/__tests__/dbml2sql/multifile error entry-syntax-error/stdout.txt +0 -0
- package/__tests__/dbml2sql/multifile error import-not-found/dbml-error.log +20588 -0
- package/__tests__/dbml2sql/multifile error import-not-found/in-files/main.dbml +0 -0
- package/__tests__/dbml2sql/multifile error import-not-found/options.json +0 -0
- package/__tests__/dbml2sql/multifile error import-not-found/stdout.txt +0 -0
- package/__tests__/dbml2sql/multifile error imported-syntax-error/dbml-error.log +113 -0
- package/__tests__/dbml2sql/multifile error imported-syntax-error/in-files/broken.dbml +0 -0
- package/__tests__/dbml2sql/multifile error imported-syntax-error/in-files/main.dbml +0 -0
- package/__tests__/dbml2sql/multifile error imported-syntax-error/options.json +0 -0
- package/__tests__/dbml2sql/multifile error imported-syntax-error/stdout.txt +0 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/dbml-error.log +96 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/in-files/base.dbml +0 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/in-files/main.dbml +0 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/in-files/types.dbml +0 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/options.json +0 -0
- package/__tests__/dbml2sql/multifile error transitive-use-not-visible/stdout.txt +0 -0
- package/__tests__/dbml2sql/multifile records pulling stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile records pulling stdout/in-files/base.dbml +0 -0
- package/__tests__/dbml2sql/multifile records pulling stdout/in-files/main.dbml +0 -0
- package/__tests__/dbml2sql/multifile records pulling stdout/options.json +0 -0
- package/__tests__/dbml2sql/multifile records pulling stdout/stdout.txt +0 -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 +0 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/in-files/orders.dbml +0 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/in-files/users.dbml +0 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/options.json +0 -0
- package/__tests__/dbml2sql/multifile refs across files stdout/stdout.txt +0 -0
- package/__tests__/dbml2sql/multifile schema pulling stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile schema pulling stdout/in-files/auth.dbml +0 -0
- package/__tests__/dbml2sql/multifile schema pulling stdout/in-files/main.dbml +0 -0
- package/__tests__/dbml2sql/multifile schema pulling stdout/options.json +0 -0
- package/__tests__/dbml2sql/multifile schema pulling stdout/stdout.txt +0 -0
- package/__tests__/dbml2sql/multifile tablegroup pulling stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile tablegroup pulling stdout/in-files/base.dbml +0 -0
- package/__tests__/dbml2sql/multifile tablegroup pulling stdout/in-files/main.dbml +0 -0
- package/__tests__/dbml2sql/multifile tablegroup pulling stdout/options.json +0 -0
- package/__tests__/dbml2sql/multifile tablegroup pulling stdout/stdout.txt +0 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/in-files/base.dbml +0 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/in-files/main.dbml +0 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/in-files/types.dbml +0 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/options.json +0 -0
- package/__tests__/dbml2sql/multifile transitive reuse stdout/stdout.txt +0 -0
- package/__tests__/dbml2sql/multiple_schema_mssql/dbml-error.log +30 -0
- package/__tests__/dbml2sql/multiple_schema_mssql/expect-out-files/multiple_schema.out.sql +0 -0
- package/__tests__/dbml2sql/multiple_schema_mssql/in-files/multiple_schema.in.dbml +0 -0
- package/__tests__/dbml2sql/multiple_schema_mssql/options.json +0 -0
- package/{__test__ → __tests__}/dbml2sql/multiple_schema_mssql/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/multiple_schema_mssql/stdout.txt +0 -0
- package/__tests__/dbml2sql/multiple_schema_mysql/dbml-error.log +30 -0
- package/__tests__/dbml2sql/multiple_schema_mysql/expect-out-files/multiple_schema.out.sql +0 -0
- package/__tests__/dbml2sql/multiple_schema_mysql/in-files/multiple_schema.in.dbml +0 -0
- package/__tests__/dbml2sql/multiple_schema_mysql/options.json +0 -0
- package/{__test__ → __tests__}/dbml2sql/multiple_schema_mysql/out-files/multiple_schema.out.sql +1 -1
- package/__tests__/dbml2sql/multiple_schema_mysql/stdout.txt +0 -0
- package/__tests__/dbml2sql/multiple_schema_oracle/dbml-error.log +0 -0
- package/__tests__/dbml2sql/multiple_schema_oracle/expect-out-files/multiple_schema.out.sql +0 -0
- package/__tests__/dbml2sql/multiple_schema_oracle/in-files/multiple_schema.in.dbml +0 -0
- package/__tests__/dbml2sql/multiple_schema_oracle/options.json +0 -0
- package/{__test__ → __tests__}/dbml2sql/multiple_schema_oracle/out-files/multiple_schema.out.sql +10 -10
- package/__tests__/dbml2sql/multiple_schema_oracle/stdout.txt +0 -0
- package/__tests__/dbml2sql/multiple_schema_pg/dbml-error.log +30 -0
- package/__tests__/dbml2sql/multiple_schema_pg/expect-out-files/multiple_schema.out.sql +0 -0
- package/__tests__/dbml2sql/multiple_schema_pg/in-files/multiple_schema.in.dbml +0 -0
- package/__tests__/dbml2sql/multiple_schema_pg/options.json +0 -0
- package/{__test__ → __tests__}/dbml2sql/multiple_schema_pg/out-files/multiple_schema.out.sql +7 -7
- package/__tests__/dbml2sql/multiple_schema_pg/stdout.txt +0 -0
- package/__tests__/dbml2sql/single file stdout/dbml-error.log +0 -0
- package/__tests__/dbml2sql/single file stdout/in-files/schema.dbml +0 -0
- package/__tests__/dbml2sql/single file stdout/options.json +0 -0
- package/__tests__/dbml2sql/single file stdout/stdout.txt +0 -0
- package/__tests__/dbml2sql/syntax-error/dbml-error.log +329 -0
- package/__tests__/dbml2sql/syntax-error/in-files/ecommerce.dbml +0 -0
- package/__tests__/dbml2sql/syntax-error/options.json +0 -0
- package/__tests__/dbml2sql/syntax-error/stdout.txt +0 -0
- package/__tests__/dbml2sql_bin.js +0 -0
- package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/dbml-error.log +246 -0
- package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/in-files/schema.sql +0 -0
- package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/options.json +0 -0
- package/__tests__/sql2dbml/custom-error-alter-table-column-not-found --oracle/stdout.txt +0 -0
- package/__tests__/sql2dbml/custom-error-alter-table-table-not-found --oracle/dbml-error.log +246 -0
- package/__tests__/sql2dbml/custom-error-alter-table-table-not-found --oracle/in-files/schema.sql +0 -0
- package/__tests__/sql2dbml/custom-error-alter-table-table-not-found --oracle/options.json +0 -0
- package/__tests__/sql2dbml/custom-error-alter-table-table-not-found --oracle/stdout.txt +0 -0
- package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/dbml-error.log +246 -0
- package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/in-files/schema.sql +0 -0
- package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/options.json +0 -0
- package/__tests__/sql2dbml/custom-error-column-comment-column-not-found --oracle/stdout.txt +0 -0
- package/__tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/dbml-error.log +242 -0
- package/__tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/in-files/schema.sql +0 -0
- package/__tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/options.json +0 -0
- package/__tests__/sql2dbml/custom-error-column-comment-table-not-found --oracle/stdout.txt +0 -0
- package/__tests__/sql2dbml/custom-error-create-index-table-not-found --oracle/dbml-error.log +242 -0
- package/__tests__/sql2dbml/custom-error-create-index-table-not-found --oracle/in-files/schema.sql +0 -0
- package/__tests__/sql2dbml/custom-error-create-index-table-not-found --oracle/options.json +0 -0
- package/__tests__/sql2dbml/custom-error-create-index-table-not-found --oracle/stdout.txt +0 -0
- package/__tests__/sql2dbml/custom-error-table-comment-table-not-found --oracle/dbml-error.log +242 -0
- package/__tests__/sql2dbml/custom-error-table-comment-table-not-found --oracle/in-files/schema.sql +0 -0
- package/__tests__/sql2dbml/custom-error-table-comment-table-not-found --oracle/options.json +0 -0
- package/__tests__/sql2dbml/custom-error-table-comment-table-not-found --oracle/stdout.txt +0 -0
- package/__tests__/sql2dbml/filename --mssql --out-file/dbml-error.log +0 -0
- package/__tests__/sql2dbml/filename --mssql --out-file/expect-out-files/schema.dbml +2 -2
- package/__tests__/sql2dbml/filename --mssql --out-file/in-files/schema.sql +0 -0
- package/__tests__/sql2dbml/filename --mssql --out-file/options.json +0 -0
- package/{__test__ → __tests__}/sql2dbml/filename --mssql --out-file/out-files/schema.dbml +2 -2
- package/__tests__/sql2dbml/filename --mssql --out-file/stdout.txt +0 -0
- package/__tests__/sql2dbml/filename --mysql --out-file/dbml-error.log +0 -0
- package/__tests__/sql2dbml/filename --mysql --out-file/expect-out-files/schema.dbml +5 -5
- package/__tests__/sql2dbml/filename --mysql --out-file/in-files/schema.sql +0 -0
- package/__tests__/sql2dbml/filename --mysql --out-file/options.json +0 -0
- package/{__test__ → __tests__}/sql2dbml/filename --mysql --out-file/out-files/schema.dbml +5 -5
- package/__tests__/sql2dbml/filename --mysql --out-file/stdout.txt +0 -0
- package/__tests__/sql2dbml/filename --mysql stdout/dbml-error.log +0 -0
- package/__tests__/sql2dbml/filename --mysql stdout/in-files/schema.sql +0 -0
- package/__tests__/sql2dbml/filename --mysql stdout/options.json +0 -0
- package/__tests__/sql2dbml/filename --mysql stdout/stdout.txt +5 -5
- package/__tests__/sql2dbml/filename --oracle --out-file/dbml-error.log +0 -0
- package/__tests__/sql2dbml/filename --oracle --out-file/expect-out-files/schema.dbml +12 -12
- package/__tests__/sql2dbml/filename --oracle --out-file/in-files/schema.sql +0 -0
- package/__tests__/sql2dbml/filename --oracle --out-file/options.json +0 -0
- package/__tests__/sql2dbml/filename --oracle --out-file/out-files/schema.dbml +83 -0
- package/__tests__/sql2dbml/filename --oracle --out-file/stdout.txt +0 -0
- package/__tests__/sql2dbml/filename --out-file/dbml-error.log +0 -0
- package/__tests__/sql2dbml/filename --out-file/expect-out-files/schema.dbml +5 -5
- package/__tests__/sql2dbml/filename --out-file/in-files/schema.sql +0 -0
- package/__tests__/sql2dbml/filename --out-file/options.json +0 -0
- package/{__test__/sql2dbml/filename --postgres --out-file → __tests__/sql2dbml/filename --out-file}/out-files/schema.dbml +5 -5
- package/__tests__/sql2dbml/filename --out-file/stdout.txt +0 -0
- package/__tests__/sql2dbml/filename --postgres --out-file/dbml-error.log +0 -0
- package/__tests__/sql2dbml/filename --postgres --out-file/expect-out-files/schema.dbml +5 -5
- package/__tests__/sql2dbml/filename --postgres --out-file/in-files/schema.sql +0 -0
- package/__tests__/sql2dbml/filename --postgres --out-file/options.json +0 -0
- package/{__test__/sql2dbml/filename --out-file → __tests__/sql2dbml/filename --postgres --out-file}/out-files/schema.dbml +5 -5
- package/__tests__/sql2dbml/filename --postgres --out-file/stdout.txt +0 -0
- package/__tests__/sql2dbml/filename --postgres stdout/dbml-error.log +0 -0
- package/__tests__/sql2dbml/filename --postgres stdout/in-files/schema.sql +0 -0
- package/__tests__/sql2dbml/filename --postgres stdout/options.json +0 -0
- package/__tests__/sql2dbml/filename --postgres stdout/stdout.txt +5 -5
- package/__tests__/sql2dbml/filename --snowflake stdout/dbml-error.log +0 -0
- package/__tests__/sql2dbml/filename --snowflake stdout/in-files/schema.sql +0 -0
- package/__tests__/sql2dbml/filename --snowflake stdout/options.json +0 -0
- package/__tests__/sql2dbml/filename --snowflake stdout/stdout.txt +13 -13
- package/__tests__/sql2dbml/filename stdout/dbml-error.log +0 -0
- package/__tests__/sql2dbml/filename stdout/in-files/schema.sql +0 -0
- package/__tests__/sql2dbml/filename stdout/options.json +0 -0
- package/__tests__/sql2dbml/filename stdout/stdout.txt +5 -5
- package/__tests__/sql2dbml/filenames --mysql --out-file/dbml-error.log +0 -0
- package/__tests__/sql2dbml/filenames --mysql --out-file/expect-out-files/schema.dbml +15 -15
- package/__tests__/sql2dbml/filenames --mysql --out-file/in-files/business.sql +0 -0
- package/__tests__/sql2dbml/filenames --mysql --out-file/in-files/customer.sql +0 -0
- package/__tests__/sql2dbml/filenames --mysql --out-file/in-files/inventory.sql +0 -0
- package/__tests__/sql2dbml/filenames --mysql --out-file/options.json +0 -0
- package/{__test__ → __tests__}/sql2dbml/filenames --mysql --out-file/out-files/schema.dbml +15 -15
- package/__tests__/sql2dbml/filenames --mysql --out-file/stdout.txt +0 -0
- package/__tests__/sql2dbml/filenames --mysql stdout/dbml-error.log +0 -0
- package/__tests__/sql2dbml/filenames --mysql stdout/in-files/business.sql +0 -0
- package/__tests__/sql2dbml/filenames --mysql stdout/in-files/customer.sql +0 -0
- package/__tests__/sql2dbml/filenames --mysql stdout/in-files/inventory.sql +0 -0
- package/__tests__/sql2dbml/filenames --mysql stdout/options.json +0 -0
- package/__tests__/sql2dbml/filenames --mysql stdout/stdout.txt +15 -15
- package/__tests__/sql2dbml/filenames --out-file/dbml-error.log +0 -0
- package/__tests__/sql2dbml/filenames --out-file/expect-out-files/schema.dbml +15 -15
- package/__tests__/sql2dbml/filenames --out-file/in-files/business.sql +0 -0
- package/__tests__/sql2dbml/filenames --out-file/in-files/customer.sql +0 -0
- package/__tests__/sql2dbml/filenames --out-file/in-files/inventory.sql +0 -0
- package/__tests__/sql2dbml/filenames --out-file/options.json +0 -0
- package/{__test__/sql2dbml/filenames --postgres --out-file → __tests__/sql2dbml/filenames --out-file}/out-files/schema.dbml +15 -15
- package/__tests__/sql2dbml/filenames --out-file/stdout.txt +0 -0
- package/__tests__/sql2dbml/filenames --postgres --out-file/dbml-error.log +0 -0
- package/__tests__/sql2dbml/filenames --postgres --out-file/expect-out-files/schema.dbml +15 -15
- package/__tests__/sql2dbml/filenames --postgres --out-file/in-files/business.sql +0 -0
- package/__tests__/sql2dbml/filenames --postgres --out-file/in-files/customer.sql +0 -0
- package/__tests__/sql2dbml/filenames --postgres --out-file/in-files/inventory.sql +0 -0
- package/__tests__/sql2dbml/filenames --postgres --out-file/options.json +0 -0
- package/{__test__/sql2dbml/filenames --out-file → __tests__/sql2dbml/filenames --postgres --out-file}/out-files/schema.dbml +15 -15
- package/__tests__/sql2dbml/filenames --postgres --out-file/stdout.txt +0 -0
- package/__tests__/sql2dbml/filenames --postgres stdout/dbml-error.log +0 -0
- package/__tests__/sql2dbml/filenames --postgres stdout/in-files/business.sql +0 -0
- package/__tests__/sql2dbml/filenames --postgres stdout/in-files/customer.sql +0 -0
- package/__tests__/sql2dbml/filenames --postgres stdout/in-files/inventory.sql +0 -0
- package/__tests__/sql2dbml/filenames --postgres stdout/options.json +0 -0
- package/__tests__/sql2dbml/filenames --postgres stdout/stdout.txt +15 -15
- package/__tests__/sql2dbml/filenames stdout/dbml-error.log +0 -0
- package/__tests__/sql2dbml/filenames stdout/in-files/business.sql +0 -0
- package/__tests__/sql2dbml/filenames stdout/in-files/customer.sql +0 -0
- package/__tests__/sql2dbml/filenames stdout/in-files/inventory.sql +0 -0
- package/__tests__/sql2dbml/filenames stdout/options.json +0 -0
- package/__tests__/sql2dbml/filenames stdout/stdout.txt +15 -15
- package/__tests__/sql2dbml/multiple_schema_mssql/dbml-error.log +0 -0
- package/__tests__/sql2dbml/multiple_schema_mssql/expect-out-files/multiple_schema.out.dbml +5 -5
- package/__tests__/sql2dbml/multiple_schema_mssql/in-files/multiple_schema.in.sql +0 -0
- package/__tests__/sql2dbml/multiple_schema_mssql/options.json +0 -0
- package/__tests__/sql2dbml/multiple_schema_mssql/out-files/multiple_schema.out.dbml +58 -0
- package/__tests__/sql2dbml/multiple_schema_mssql/stdout.txt +0 -0
- package/__tests__/sql2dbml/multiple_schema_mysql/dbml-error.log +0 -0
- package/__tests__/sql2dbml/multiple_schema_mysql/expect-out-files/multiple_schema.out.dbml +7 -7
- package/__tests__/sql2dbml/multiple_schema_mysql/in-files/multiple_schema.in.sql +0 -0
- package/__tests__/sql2dbml/multiple_schema_mysql/options.json +0 -0
- package/{__test__ → __tests__}/sql2dbml/multiple_schema_mysql/out-files/multiple_schema.out.dbml +7 -7
- package/__tests__/sql2dbml/multiple_schema_mysql/stdout.txt +0 -0
- package/__tests__/sql2dbml/multiple_schema_pg/dbml-error.log +0 -0
- package/__tests__/sql2dbml/multiple_schema_pg/expect-out-files/multiple_schema.out.dbml +5 -5
- package/__tests__/sql2dbml/multiple_schema_pg/in-files/multiple_schema.in.sql +0 -0
- package/__tests__/sql2dbml/multiple_schema_pg/options.json +0 -0
- package/{__test__ → __tests__}/sql2dbml/multiple_schema_pg/out-files/multiple_schema.out.dbml +5 -5
- package/__tests__/sql2dbml/multiple_schema_pg/stdout.txt +0 -0
- package/__tests__/sql2dbml/syntax-error/dbml-error.log +225 -0
- package/__tests__/sql2dbml/syntax-error/in-files/business.sql +0 -0
- package/__tests__/sql2dbml/syntax-error/options.json +0 -0
- package/__tests__/sql2dbml/syntax-error/stdout.txt +0 -0
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mssql/dbml-error.log +222 -0
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mssql/in-files/schema.sql +0 -0
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mssql/options.json +0 -0
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mssql/stdout.txt +0 -0
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mysql/dbml-error.log +218 -0
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mysql/in-files/schema.sql +0 -0
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mysql/options.json +0 -0
- package/__tests__/sql2dbml/syntax-error-duplicate-endpoints --mysql/stdout.txt +0 -0
- package/__tests__/sql2dbml_bin.js +0 -0
- package/__tests__/testHelpers.ts +0 -0
- package/dbml-error.log +2 -329
- package/eslint.config.ts +0 -0
- package/lib/index.js +5 -5
- package/package.json +5 -5
- package/src/NodeProjectLayout.ts +0 -0
- package/src/cli/config.ts +0 -0
- package/src/cli/connector.ts +0 -0
- package/src/cli/export.ts +0 -0
- package/src/cli/import.ts +0 -0
- package/src/cli/index.ts +0 -0
- package/src/cli/outputPlugins/outputConsolePlugin.ts +0 -0
- package/src/cli/outputPlugins/outputFilePlugin.ts +0 -0
- package/src/cli/utils.ts +0 -0
- package/src/cli/validatePlugins/validatePlugins.ts +0 -0
- package/src/errors/domainError.ts +0 -0
- package/src/errors/index.ts +0 -0
- package/src/errors/syntaxError.ts +0 -0
- package/src/helpers/logger.ts +0 -0
- package/src/index.ts +0 -0
- package/tsconfig.json +0 -0
- package/vite.config.ts +0 -0
- package/__test__/dbml2sql/filename --mysql --out-file/dbml-error.log +0 -36
- package/__test__/dbml2sql/filename --out-file/dbml-error.log +0 -36
- package/__test__/dbml2sql/filename --postgres --out-file/dbml-error.log +0 -24
- package/__test__/dbml2sql/filenames --mysql --out-file/dbml-error.log +0 -24
- package/__test__/dbml2sql/filenames --out-file/dbml-error.log +0 -24
- package/__test__/dbml2sql/filenames --postgres --out-file/dbml-error.log +0 -24
- package/__test__/dbml2sql/multiple_schema_mssql/dbml-error.log +0 -24
- package/__test__/dbml2sql/multiple_schema_mysql/dbml-error.log +0 -24
- package/__test__/dbml2sql/multiple_schema_pg/dbml-error.log +0 -24
- package/__test__/dbml2sql/syntax-error/dbml-error.log +0 -2112
- package/__test__/sql2dbml/filename --mssql --out-file/dbml-error.log +0 -51
- package/__test__/sql2dbml/filename --mysql --out-file/dbml-error.log +0 -24
- package/__test__/sql2dbml/filename --out-file/dbml-error.log +0 -24
- package/__test__/sql2dbml/filename --postgres --out-file/dbml-error.log +0 -24
- package/__test__/sql2dbml/filename --snowflake stdout/dbml-error.log +0 -54
- package/__test__/sql2dbml/filenames --mysql --out-file/dbml-error.log +0 -24
- package/__test__/sql2dbml/filenames --out-file/dbml-error.log +0 -24
- package/__test__/sql2dbml/filenames --postgres --out-file/dbml-error.log +0 -24
- package/__test__/sql2dbml/filenames --postgres stdout/dbml-error.log +0 -3
- package/__test__/sql2dbml/multiple_schema_mssql/dbml-error.log +0 -121
- package/__test__/sql2dbml/multiple_schema_mssql/out-files/multiple_schema.out.dbml +0 -106
- package/__test__/sql2dbml/multiple_schema_mysql/dbml-error.log +0 -104
- package/__test__/sql2dbml/multiple_schema_pg/dbml-error.log +0 -131
- package/__test__/sql2dbml/syntax-error/dbml-error.log +0 -2088
- package/__test__/sql2dbml/syntax-error-duplicate-endpoints --mssql/dbml-error.log +0 -36
- package/__test__/sql2dbml/syntax-error-duplicate-endpoints --mysql/dbml-error.log +0 -39
package/LICENSE
CHANGED
|
File without changes
|
package/README.md
CHANGED
|
File without changes
|
package/__tests__/cli.test.ts
CHANGED
|
File without changes
|
|
@@ -0,0 +1,620 @@
|
|
|
1
|
+
2026-04-11T10:16:04.056Z
|
|
2
|
+
ConnectionError: Login failed for user 'SA'.
|
|
3
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
4
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
5
|
+
at Object.onceWrapper (node:events:634:26)
|
|
6
|
+
at Connection.emit (node:events:519:28)
|
|
7
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
8
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
9
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
10
|
+
|
|
11
|
+
2026-04-11T10:19:48.322Z
|
|
12
|
+
ConnectionError: Login failed for user 'SA'.
|
|
13
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
14
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
15
|
+
at Object.onceWrapper (node:events:634:26)
|
|
16
|
+
at Connection.emit (node:events:519:28)
|
|
17
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
18
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
19
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
20
|
+
|
|
21
|
+
2026-04-11T10:53:32.552Z
|
|
22
|
+
ConnectionError: Login failed for user 'SA'.
|
|
23
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
24
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
25
|
+
at Object.onceWrapper (node:events:634:26)
|
|
26
|
+
at Connection.emit (node:events:519:28)
|
|
27
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
28
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
29
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
30
|
+
|
|
31
|
+
2026-04-11T10:56:00.529Z
|
|
32
|
+
ConnectionError: Login failed for user 'SA'.
|
|
33
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
34
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
35
|
+
at Object.onceWrapper (node:events:634:26)
|
|
36
|
+
at Connection.emit (node:events:519:28)
|
|
37
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
38
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
39
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
40
|
+
|
|
41
|
+
2026-04-11T11:14:09.349Z
|
|
42
|
+
ConnectionError: Login failed for user 'SA'.
|
|
43
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
44
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
45
|
+
at Object.onceWrapper (node:events:634:26)
|
|
46
|
+
at Connection.emit (node:events:519:28)
|
|
47
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
48
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
49
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
50
|
+
|
|
51
|
+
2026-04-11T15:33:25.634Z
|
|
52
|
+
ConnectionError: Login failed for user 'SA'.
|
|
53
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
54
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
55
|
+
at Object.onceWrapper (node:events:634:26)
|
|
56
|
+
at Connection.emit (node:events:519:28)
|
|
57
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
58
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
59
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
60
|
+
|
|
61
|
+
2026-04-17T08:28:13.966Z
|
|
62
|
+
ConnectionError: Login failed for user 'SA'.
|
|
63
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
64
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
65
|
+
at Object.onceWrapper (node:events:634:26)
|
|
66
|
+
at Connection.emit (node:events:519:28)
|
|
67
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
68
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
69
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
70
|
+
|
|
71
|
+
2026-04-17T08:30:05.786Z
|
|
72
|
+
ConnectionError: Login failed for user 'SA'.
|
|
73
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
74
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
75
|
+
at Object.onceWrapper (node:events:634:26)
|
|
76
|
+
at Connection.emit (node:events:519:28)
|
|
77
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
78
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
79
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
80
|
+
|
|
81
|
+
2026-04-21T10:03:48.182Z
|
|
82
|
+
ConnectionError: Login failed for user 'SA'.
|
|
83
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
84
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
85
|
+
at Object.onceWrapper (node:events:634:26)
|
|
86
|
+
at Connection.emit (node:events:519:28)
|
|
87
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
88
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
89
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
90
|
+
|
|
91
|
+
2026-04-25T14:23:25.543Z
|
|
92
|
+
ConnectionError: Login failed for user 'SA'.
|
|
93
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
94
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
95
|
+
at Object.onceWrapper (node:events:623:26)
|
|
96
|
+
at Connection.emit (node:events:508:28)
|
|
97
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
98
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
99
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
|
|
100
|
+
|
|
101
|
+
2026-04-25T14:24:45.681Z
|
|
102
|
+
ConnectionError: Login failed for user 'SA'.
|
|
103
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
104
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
105
|
+
at Object.onceWrapper (node:events:634:26)
|
|
106
|
+
at Connection.emit (node:events:519:28)
|
|
107
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
108
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
109
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
110
|
+
|
|
111
|
+
2026-04-25T14:26:05.094Z
|
|
112
|
+
ConnectionError: Login failed for user 'SA'.
|
|
113
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
114
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
115
|
+
at Object.onceWrapper (node:events:634:26)
|
|
116
|
+
at Connection.emit (node:events:519:28)
|
|
117
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
118
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
119
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
120
|
+
|
|
121
|
+
2026-04-25T14:27:24.521Z
|
|
122
|
+
ConnectionError: Login failed for user 'SA'.
|
|
123
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
124
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
125
|
+
at Object.onceWrapper (node:events:634:26)
|
|
126
|
+
at Connection.emit (node:events:519:28)
|
|
127
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
128
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
129
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
130
|
+
|
|
131
|
+
2026-04-25T14:28:45.541Z
|
|
132
|
+
ConnectionError: Login failed for user 'SA'.
|
|
133
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
134
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
135
|
+
at Object.onceWrapper (node:events:634:26)
|
|
136
|
+
at Connection.emit (node:events:519:28)
|
|
137
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
138
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
139
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
140
|
+
|
|
141
|
+
2026-04-25T14:39:06.174Z
|
|
142
|
+
ConnectionError: Login failed for user 'SA'.
|
|
143
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
144
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
145
|
+
at Object.onceWrapper (node:events:634:26)
|
|
146
|
+
at Connection.emit (node:events:519:28)
|
|
147
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
148
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
149
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
150
|
+
|
|
151
|
+
2026-04-25T14:42:10.956Z
|
|
152
|
+
ConnectionError: Login failed for user 'SA'.
|
|
153
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
154
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
155
|
+
at Object.onceWrapper (node:events:634:26)
|
|
156
|
+
at Connection.emit (node:events:519:28)
|
|
157
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
158
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
159
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
160
|
+
|
|
161
|
+
2026-04-25T14:46:20.019Z
|
|
162
|
+
ConnectionError: Login failed for user 'SA'.
|
|
163
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
164
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
165
|
+
at Object.onceWrapper (node:events:634:26)
|
|
166
|
+
at Connection.emit (node:events:519:28)
|
|
167
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
168
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
169
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
170
|
+
|
|
171
|
+
2026-04-25T14:49:46.392Z
|
|
172
|
+
ConnectionError: Login failed for user 'SA'.
|
|
173
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
174
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
175
|
+
at Object.onceWrapper (node:events:634:26)
|
|
176
|
+
at Connection.emit (node:events:519:28)
|
|
177
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
178
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
179
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
180
|
+
|
|
181
|
+
2026-04-25T14:52:18.830Z
|
|
182
|
+
ConnectionError: Login failed for user 'SA'.
|
|
183
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
184
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
185
|
+
at Object.onceWrapper (node:events:634:26)
|
|
186
|
+
at Connection.emit (node:events:519:28)
|
|
187
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
188
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
189
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
190
|
+
|
|
191
|
+
2026-04-25T14:54:07.552Z
|
|
192
|
+
ConnectionError: Login failed for user 'SA'.
|
|
193
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
194
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
195
|
+
at Object.onceWrapper (node:events:634:26)
|
|
196
|
+
at Connection.emit (node:events:519:28)
|
|
197
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
198
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
199
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
200
|
+
|
|
201
|
+
2026-04-25T14:55:34.312Z
|
|
202
|
+
ConnectionError: Login failed for user 'SA'.
|
|
203
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
204
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
205
|
+
at Object.onceWrapper (node:events:634:26)
|
|
206
|
+
at Connection.emit (node:events:519:28)
|
|
207
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
208
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
209
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
210
|
+
|
|
211
|
+
2026-04-25T14:57:31.160Z
|
|
212
|
+
ConnectionError: Login failed for user 'SA'.
|
|
213
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
214
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
215
|
+
at Object.onceWrapper (node:events:634:26)
|
|
216
|
+
at Connection.emit (node:events:519:28)
|
|
217
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
218
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
219
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
220
|
+
|
|
221
|
+
2026-04-25T14:59:20.192Z
|
|
222
|
+
ConnectionError: Login failed for user 'SA'.
|
|
223
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
224
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
225
|
+
at Object.onceWrapper (node:events:634:26)
|
|
226
|
+
at Connection.emit (node:events:519:28)
|
|
227
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
228
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
229
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
230
|
+
|
|
231
|
+
2026-04-25T15:18:53.773Z
|
|
232
|
+
ConnectionError: Login failed for user 'SA'.
|
|
233
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
234
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
235
|
+
at Object.onceWrapper (node:events:634:26)
|
|
236
|
+
at Connection.emit (node:events:519:28)
|
|
237
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
238
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
239
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
240
|
+
|
|
241
|
+
2026-04-25T15:45:12.227Z
|
|
242
|
+
ConnectionError: Login failed for user 'SA'.
|
|
243
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
244
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
245
|
+
at Object.onceWrapper (node:events:634:26)
|
|
246
|
+
at Connection.emit (node:events:519:28)
|
|
247
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
248
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
249
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
250
|
+
|
|
251
|
+
2026-04-30T02:24:17.464Z
|
|
252
|
+
ConnectionError: Login failed for user 'SA'.
|
|
253
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
254
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
255
|
+
at Object.onceWrapper (node:events:634:26)
|
|
256
|
+
at Connection.emit (node:events:519:28)
|
|
257
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
258
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
259
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
260
|
+
|
|
261
|
+
2026-04-30T02:27:04.838Z
|
|
262
|
+
ConnectionError: Login failed for user 'SA'.
|
|
263
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
264
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
265
|
+
at Object.onceWrapper (node:events:634:26)
|
|
266
|
+
at Connection.emit (node:events:519:28)
|
|
267
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
268
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
269
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
270
|
+
|
|
271
|
+
2026-05-03T12:50:14.345Z
|
|
272
|
+
ConnectionError: Login failed for user 'SA'.
|
|
273
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
274
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
275
|
+
at Object.onceWrapper (node:events:634:26)
|
|
276
|
+
at Connection.emit (node:events:519:28)
|
|
277
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
278
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
279
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
280
|
+
|
|
281
|
+
2026-05-03T12:55:32.377Z
|
|
282
|
+
ConnectionError: Login failed for user 'SA'.
|
|
283
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
284
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
285
|
+
at Object.onceWrapper (node:events:634:26)
|
|
286
|
+
at Connection.emit (node:events:519:28)
|
|
287
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
288
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
289
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
290
|
+
|
|
291
|
+
2026-05-03T13:24:03.990Z
|
|
292
|
+
ConnectionError: Login failed for user 'SA'.
|
|
293
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
294
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
295
|
+
at Object.onceWrapper (node:events:634:26)
|
|
296
|
+
at Connection.emit (node:events:519:28)
|
|
297
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
298
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
299
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
300
|
+
|
|
301
|
+
2026-05-04T15:14:10.527Z
|
|
302
|
+
ConnectionError: Login failed for user 'SA'.
|
|
303
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
304
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
305
|
+
at Object.onceWrapper (node:events:634:26)
|
|
306
|
+
at Connection.emit (node:events:519:28)
|
|
307
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
308
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
309
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
310
|
+
|
|
311
|
+
2026-05-04T17:05:58.071Z
|
|
312
|
+
ConnectionError: Login failed for user 'SA'.
|
|
313
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
314
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
315
|
+
at Object.onceWrapper (node:events:623:26)
|
|
316
|
+
at Connection.emit (node:events:508:28)
|
|
317
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
318
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
319
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
|
|
320
|
+
|
|
321
|
+
2026-05-04T17:07:09.631Z
|
|
322
|
+
ConnectionError: Login failed for user 'SA'.
|
|
323
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
324
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
325
|
+
at Object.onceWrapper (node:events:623:26)
|
|
326
|
+
at Connection.emit (node:events:508:28)
|
|
327
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
328
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
329
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
|
|
330
|
+
|
|
331
|
+
2026-05-06T08:11:36.669Z
|
|
332
|
+
ConnectionError: Login failed for user 'SA'.
|
|
333
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
334
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
335
|
+
at Object.onceWrapper (node:events:623:26)
|
|
336
|
+
at Connection.emit (node:events:508:28)
|
|
337
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
338
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
339
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
|
|
340
|
+
|
|
341
|
+
2026-05-06T08:14:33.007Z
|
|
342
|
+
ConnectionError: Login failed for user 'SA'.
|
|
343
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
344
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
345
|
+
at Object.onceWrapper (node:events:634:26)
|
|
346
|
+
at Connection.emit (node:events:519:28)
|
|
347
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
348
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
349
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
350
|
+
|
|
351
|
+
2026-05-06T08:18:07.404Z
|
|
352
|
+
ConnectionError: Login failed for user 'SA'.
|
|
353
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
354
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
355
|
+
at Object.onceWrapper (node:events:634:26)
|
|
356
|
+
at Connection.emit (node:events:519:28)
|
|
357
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
358
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
359
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
360
|
+
|
|
361
|
+
2026-05-06T10:17:43.520Z
|
|
362
|
+
ConnectionError: Login failed for user 'SA'.
|
|
363
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
364
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
365
|
+
at Object.onceWrapper (node:events:634:26)
|
|
366
|
+
at Connection.emit (node:events:519:28)
|
|
367
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
368
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
369
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
370
|
+
|
|
371
|
+
2026-05-07T08:41:25.410Z
|
|
372
|
+
ConnectionError: Login failed for user 'SA'.
|
|
373
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
374
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
375
|
+
at Object.onceWrapper (node:events:634:26)
|
|
376
|
+
at Connection.emit (node:events:519:28)
|
|
377
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
378
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
379
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
380
|
+
|
|
381
|
+
2026-05-07T08:43:23.029Z
|
|
382
|
+
ConnectionError: Login failed for user 'SA'.
|
|
383
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
384
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
385
|
+
at Object.onceWrapper (node:events:634:26)
|
|
386
|
+
at Connection.emit (node:events:519:28)
|
|
387
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
388
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
389
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
390
|
+
|
|
391
|
+
2026-05-12T10:00:51.950Z
|
|
392
|
+
ConnectionError: Login failed for user 'SA'.
|
|
393
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
394
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
395
|
+
at Object.onceWrapper (node:events:634:26)
|
|
396
|
+
at Connection.emit (node:events:519:28)
|
|
397
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
398
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
399
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
400
|
+
|
|
401
|
+
2026-05-14T03:42:32.407Z
|
|
402
|
+
ConnectionError: Login failed for user 'SA'.
|
|
403
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
404
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
405
|
+
at Object.onceWrapper (node:events:634:26)
|
|
406
|
+
at Connection.emit (node:events:519:28)
|
|
407
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
408
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
409
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
410
|
+
|
|
411
|
+
2026-05-14T03:44:39.079Z
|
|
412
|
+
ConnectionError: Login failed for user 'SA'.
|
|
413
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
414
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
415
|
+
at Object.onceWrapper (node:events:634:26)
|
|
416
|
+
at Connection.emit (node:events:519:28)
|
|
417
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
418
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
419
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
420
|
+
|
|
421
|
+
2026-05-14T03:45:54.039Z
|
|
422
|
+
ConnectionError: Login failed for user 'SA'.
|
|
423
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
424
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
425
|
+
at Object.onceWrapper (node:events:634:26)
|
|
426
|
+
at Connection.emit (node:events:519:28)
|
|
427
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
428
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
429
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
430
|
+
|
|
431
|
+
2026-05-14T08:29:00.051Z
|
|
432
|
+
ConnectionError: Login failed for user 'SA'.
|
|
433
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
434
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
435
|
+
at Object.onceWrapper (node:events:634:26)
|
|
436
|
+
at Connection.emit (node:events:519:28)
|
|
437
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
438
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
439
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
440
|
+
|
|
441
|
+
2026-05-14T08:30:24.744Z
|
|
442
|
+
ConnectionError: Login failed for user 'SA'.
|
|
443
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
444
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
445
|
+
at Object.onceWrapper (node:events:634:26)
|
|
446
|
+
at Connection.emit (node:events:519:28)
|
|
447
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
448
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
449
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
450
|
+
|
|
451
|
+
2026-05-14T08:37:12.867Z
|
|
452
|
+
ConnectionError: Login failed for user 'SA'.
|
|
453
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
454
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
455
|
+
at Object.onceWrapper (node:events:634:26)
|
|
456
|
+
at Connection.emit (node:events:519:28)
|
|
457
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
458
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
459
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
460
|
+
|
|
461
|
+
2026-05-14T08:48:23.222Z
|
|
462
|
+
ConnectionError: Login failed for user 'SA'.
|
|
463
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
464
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
465
|
+
at Object.onceWrapper (node:events:634:26)
|
|
466
|
+
at Connection.emit (node:events:519:28)
|
|
467
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
468
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
469
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
470
|
+
|
|
471
|
+
2026-05-14T15:05:06.837Z
|
|
472
|
+
ConnectionError: Login failed for user 'SA'.
|
|
473
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
474
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
475
|
+
at Object.onceWrapper (node:events:634:26)
|
|
476
|
+
at Connection.emit (node:events:519:28)
|
|
477
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
478
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
479
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
480
|
+
|
|
481
|
+
2026-06-01T03:38:23.627Z
|
|
482
|
+
ConnectionError: Login failed for user 'SA'.
|
|
483
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
484
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
485
|
+
at Object.onceWrapper (node:events:634:26)
|
|
486
|
+
at Connection.emit (node:events:519:28)
|
|
487
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
488
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
489
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
490
|
+
|
|
491
|
+
2026-06-01T03:39:42.811Z
|
|
492
|
+
ConnectionError: Login failed for user 'SA'.
|
|
493
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
494
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
495
|
+
at Object.onceWrapper (node:events:634:26)
|
|
496
|
+
at Connection.emit (node:events:519:28)
|
|
497
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
498
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
499
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
500
|
+
|
|
501
|
+
2026-06-01T04:54:23.301Z
|
|
502
|
+
ConnectionError: Login failed for user 'SA'.
|
|
503
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
504
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
505
|
+
at Object.onceWrapper (node:events:634:26)
|
|
506
|
+
at Connection.emit (node:events:519:28)
|
|
507
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
508
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
509
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
|
|
510
|
+
|
|
511
|
+
2026-07-01T10:22:57.079Z
|
|
512
|
+
ConnectionError: Login failed for user 'SA'.
|
|
513
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
514
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
515
|
+
at Object.onceWrapper (node:events:623:26)
|
|
516
|
+
at Connection.emit (node:events:508:28)
|
|
517
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
518
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
519
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
|
|
520
|
+
|
|
521
|
+
2026-07-01T10:24:36.240Z
|
|
522
|
+
ConnectionError: Login failed for user 'SA'.
|
|
523
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
524
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
525
|
+
at Object.onceWrapper (node:events:623:26)
|
|
526
|
+
at Connection.emit (node:events:508:28)
|
|
527
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
528
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
529
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
|
|
530
|
+
|
|
531
|
+
2026-07-01T10:26:54.986Z
|
|
532
|
+
ConnectionError: Login failed for user 'SA'.
|
|
533
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
534
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
535
|
+
at Object.onceWrapper (node:events:623:26)
|
|
536
|
+
at Connection.emit (node:events:508:28)
|
|
537
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
538
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
539
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
|
|
540
|
+
|
|
541
|
+
2026-07-01T10:28:46.466Z
|
|
542
|
+
ConnectionError: Login failed for user 'SA'.
|
|
543
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
544
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
545
|
+
at Object.onceWrapper (node:events:623:26)
|
|
546
|
+
at Connection.emit (node:events:508:28)
|
|
547
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
548
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
549
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
|
|
550
|
+
|
|
551
|
+
2026-07-01T10:30:19.376Z
|
|
552
|
+
ConnectionError: Login failed for user 'SA'.
|
|
553
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
554
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
555
|
+
at Object.onceWrapper (node:events:623:26)
|
|
556
|
+
at Connection.emit (node:events:508:28)
|
|
557
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
558
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
559
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
|
|
560
|
+
|
|
561
|
+
2026-07-01T10:32:04.765Z
|
|
562
|
+
ConnectionError: Login failed for user 'SA'.
|
|
563
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
564
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
565
|
+
at Object.onceWrapper (node:events:623:26)
|
|
566
|
+
at Connection.emit (node:events:508:28)
|
|
567
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
568
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
569
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
|
|
570
|
+
|
|
571
|
+
2026-07-01T10:37:34.866Z
|
|
572
|
+
ConnectionError: Login failed for user 'SA'.
|
|
573
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
574
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
575
|
+
at Object.onceWrapper (node:events:623:26)
|
|
576
|
+
at Connection.emit (node:events:508:28)
|
|
577
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
578
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
579
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
|
|
580
|
+
|
|
581
|
+
2026-07-01T10:39:10.582Z
|
|
582
|
+
ConnectionError: Login failed for user 'SA'.
|
|
583
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
584
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
585
|
+
at Object.onceWrapper (node:events:623:26)
|
|
586
|
+
at Connection.emit (node:events:508:28)
|
|
587
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
588
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
589
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
|
|
590
|
+
|
|
591
|
+
2026-07-01T10:41:57.852Z
|
|
592
|
+
ConnectionError: Login failed for user 'SA'.
|
|
593
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
594
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
595
|
+
at Object.onceWrapper (node:events:623:26)
|
|
596
|
+
at Connection.emit (node:events:508:28)
|
|
597
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
598
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
599
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
|
|
600
|
+
|
|
601
|
+
2026-07-01T10:43:30.961Z
|
|
602
|
+
ConnectionError: Login failed for user 'SA'.
|
|
603
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
604
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
605
|
+
at Object.onceWrapper (node:events:623:26)
|
|
606
|
+
at Connection.emit (node:events:508:28)
|
|
607
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
608
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
609
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
|
|
610
|
+
|
|
611
|
+
2026-07-01T10:53:36.046Z
|
|
612
|
+
ConnectionError: Login failed for user 'SA'.
|
|
613
|
+
at /home/huydna/projects/dbml/node_modules/mssql/lib/tedious/connection-pool.js:85:17
|
|
614
|
+
at Connection.onConnect (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:849:9)
|
|
615
|
+
at Object.onceWrapper (node:events:623:26)
|
|
616
|
+
at Connection.emit (node:events:508:28)
|
|
617
|
+
at Connection.emit (/home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:970:18)
|
|
618
|
+
at /home/huydna/projects/dbml/node_modules/tedious/lib/connection.js:2363:18
|
|
619
|
+
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
|
|
620
|
+
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|