fix(sql): add SQL support for Postgres NUMERIC and custom data types (fix: #3158) (#3275)

This commit is contained in:
Mike
2026-03-05 21:31:20 +09:00
committed by GitHub
parent f5f68063e4
commit 1dc3612862
4 changed files with 34 additions and 2 deletions
@@ -0,0 +1,6 @@
---
"sql": minor
"sql-js": minor
---
Add support for Postgres `NUMERIC` and custom data types.