Tencent / APIJSON

🏆 实时 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构 🏆 Real-Time coding-free, powerful and secure ORM 🚀 providing APIs and Docs without coding by Backend, and the returned JSON of API can be customized by Frontend(Client) users
http://apijson.cn
Other
17.29k stars 2.16k forks source link

[Feature] 是否支持sqlserver 2008 #771

Open shiliting opened 1 month ago

shiliting commented 1 month ago

Description

我连接sqlserver 2008 提示语法错误,是否能支持sqlserver 2008 系统: Windows 10 10.0 数据库: SQLSERVER 2008 JDK: 1.8.0_131 amd64 APIJSON: 6.3.0 使用的 APIJSON-Demo 里面的APIJSONBoot

TommyLemon commented 1 month ago

主要影响分页,需要在 AbstractSQLConfig getSQL 和 getLimitString 中调整分页代码,判断 isSQLServer 以及 getDBVersion 大版本低于 2012 则用类似 Oracle 子查询 + ROW_NUM 的分页方式。 其它问题需要你把报错日志、请求和返回结果 具体截屏发出来才好分析