sql-typechecker 0.0.107 → 0.0.108

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.
@@ -4771,10 +4771,7 @@ function registerSqlTypecheckerTypeParsers() {
4771
4771
  import_pg.types.setTypeParser(import_pg.types.builtins.TIME, (v) => v);
4772
4772
  import_pg.types.setTypeParser(import_pg.types.builtins.TIMESTAMP, (v) => v);
4773
4773
  import_pg.types.setTypeParser(import_pg.types.builtins.TIMESTAMPTZ, (v) => v);
4774
- import_pg.types.setTypeParser(
4775
- import_pg.types.builtins.MONEY,
4776
- import_pg.types.getTypeParser(import_pg.types.builtins.NUMERIC)
4777
- );
4774
+ import_pg.types.setTypeParser(import_pg.types.builtins.MONEY, (v) => v);
4778
4775
  import_pg.types.setTypeParser(3908, import_postgres_range.default.parse);
4779
4776
  import_pg.types.setTypeParser(3910, import_postgres_range.default.parse);
4780
4777
  import_pg.types.setTypeParser(3912, import_postgres_range.default.parse);