1. 修复FloatColumn对numeric的问题

2. 数据库抛出错误时,增加sql属性
3. 查询器排序问题的修复
This commit is contained in:
2024-11-19 14:36:39 +08:00
parent 3be2c77008
commit 2ccd5af611
4 changed files with 50 additions and 17 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@yizhi/postgres",
"version": "1.0.8",
"version": "1.0.10",
"main": "dist/index.js",
"types": "typing/index.d.ts",
"scripts": {},