sql-typechecker 0.0.8 → 0.0.9
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/out/cli.js +132 -87
- package/out/cli.js.map +2 -2
- package/out/typeparsers.js +0 -1
- package/out/typeparsers.js.map +2 -2
- package/package.json +2 -2
package/out/typeparsers.js
CHANGED
|
@@ -4624,7 +4624,6 @@ function registerSqlTypecheckerTypeParsers() {
|
|
|
4624
4624
|
import_pg.types.setTypeParser(import_pg.types.builtins.TIME, (val) => val);
|
|
4625
4625
|
import_pg.types.setTypeParser(import_pg.types.builtins.TIMESTAMP, (val) => val);
|
|
4626
4626
|
import_pg.types.setTypeParser(import_pg.types.builtins.TIMESTAMPTZ, (val) => val);
|
|
4627
|
-
import_pg.types.setTypeParser(import_pg.types.builtins.TIMESTAMPTZ, (val) => val);
|
|
4628
4627
|
import_pg.types.setTypeParser(1115, import_postgres_array.default.parse);
|
|
4629
4628
|
import_pg.types.setTypeParser(1182, import_postgres_array.default.parse);
|
|
4630
4629
|
import_pg.types.setTypeParser(1185, import_postgres_array.default.parse);
|