增加虚拟列;

修复查询bug;
UpdateBuilder和InsertBuilder增加自定义值
This commit is contained in:
2024-11-06 10:52:50 +08:00
parent 592f9f2c40
commit 803ca64276
4 changed files with 97 additions and 33 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@yizhi/postgres",
"version": "1.0.1",
"version": "1.0.4",
"main": "dist/index.js",
"types": "typing/index.d.ts",
"scripts": {},
@ -19,4 +19,4 @@
"@types/pinyin": "^2.10.2",
"typescript": "^5.6.3"
}
}
}