新增支持 Databend - 带 AI 的新一代云原生数据湖仓(Snowflake 开源替代); 新增支持 LEFT,RIGHT JOIN 传外层 WHERE 条件,感谢 @wz11wz 的贡献 #829; fix: PG count join 报错找不到 column,感谢 @wz11wz 的贡献 #825;
新增支持分库分表中间件 ShardingSphere 的说明; 通用文...
Unclaimed project
Are you a maintainer of APIJSON? Claim this project to take control of your public changelog and roadmap.
Changelog
🏆 实时 零代码、全功能、强安全 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
新增支持 Databend - 带 AI 的新一代云原生数据湖仓(Snowflake 开源替代); 新增支持 LEFT,RIGHT JOIN 传外层 WHERE 条件,感谢 @wz11wz 的贡献 #829; fix: PG count join 报错找不到 column,感谢 @wz11wz 的贡献 #825;
新增支持分库分表中间件 ShardingSphere 的说明; 通用文...
新增支持 Databend - 带 AI 的新一代云原生数据湖仓(Snowflake 开源替代); 新增支持 LEFT,RIGHT JOIN 传外层 WHERE 条件,感谢 @wz11wz 的贡献 #829; fix: PG count join 报错找不到 column,感谢 @wz11wz 的贡献 #825;
新增支持分库分表中间件 ShardingSphere 的说明; 通用文...
新增 IS_RETURN_STACK_TRACE 配置是否返回 trace:stack 字段,优化代码; 把 trace:stack 字段值转为 List 返回,避免 Gson 等 JSON 库反序列化报错,并且还更方便浏览;
Gson 版 Demo:https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONDemo-Gson
apijson-framework 7.2.0 暂时移除了 UnitAuto(依赖 fastjson 1.x) 依赖及 APIJSONFunctionParser 中对应的方法 getMethodArguments, getMethodDefinition, getMethodRequest, 但在 Functio...
https://github.com/APIJSON/apijson-gson https://github.com/APIJSON/apijson-fastjson2 Gson 版 Demo:https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONDe...
新增支持 QuestDB-高性能实时分析时序数据库; 新增支持 ~ ASOF JOIN, SAMPLE BY, LATEST ON, PARTITION BY, FILL(LINEAR) 等关键词及与语法; 简化 StringUtil 中各种字符串相关方法; 优化代码;
AbstractSQLExecutor 中以下 3 个方法都在最后加了 1 个参数 Map<String, String> keyMap,如果你的项目中有 extends AbstractSQLExecutor 的子类并且重写了以上任意一个方法,则都需要在最后加上这个参数:
String getKey(@NotNull SQLConfig<T> config, @NotNull ResultSet rs, @NotNull ResultSetMetaD...