add PhoenixDialect

This commit is contained in:
Looly
2021-06-20 01:13:44 +08:00
parent e8ecadd9a3
commit 41757b1e36
5 changed files with 63 additions and 5 deletions

View File

@@ -13,6 +13,7 @@
* 【core 】 IterUtil增加getFirstNonNull方法
* 【core 】 NumberUtil判空改为isBlankissue#1664@Github
* 【jwt 】 增加JWTValidator、RegisteredPayload
* 【db 】 增加Phoenix方言issue#1656@Github
### 🐞Bug修复
* 【db 】 修复Oracle下别名错误造成的SQL语法啊错误issue#I3VTQW@Gitee