APIJSON icon indicating copy to clipboard operation
APIJSON copied to clipboard

🏆 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🏆 A JSON Transmission Protocol and an ORM Library 🚀 provides APIs and Docs without writing any co...

Results 288 APIJSON issues
Sort by recently updated
recently updated
newest added

Chrome 94.0.4606.61(正式版本) (x86_64) https://github.com/Tencent/APIJSON/blob/master/Document.md#32-%E5%8A%9F%E8%83%BD%E7%AC%A6 ![image](https://user-images.githubusercontent.com/5738175/175338609-b81a4cea-72b7-4bf9-8ca5-bf2f3c86e5b4.png) 如上图,应该显示为 ``` "key$":"SQL搜索表达式" => "key$":["SQL搜索表达式"] ```

Document 文档

如何使用事务? 测试了Spring事务,发现与系统不兼容。

Question 使用问题
Document 文档

**环境信息** - 系统: - JDK: - 数据库: - APIJSON: **问题描述** SQL的查询如下: select r.id from roster r left join sub_acct sa on r.company_id = sa.company_id left join main_acct ma on ma.main_account...

Question 使用问题
Document 文档

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.11 to 8.0.16. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.20 Fix for Bug#30805426, IN CASE OF ISAUTHMETHODSWITCHREQUESTPACKET , TOSERVERS > 1 ARE IGNORED. Fix for...

dependencies
java

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.11 to 8.0.16. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.20 Fix for Bug#30805426, IN CASE OF ISAUTHMETHODSWITCHREQUESTPACKET , TOSERVERS > 1 ARE IGNORED. Fix for...

dependencies
java

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.11 to 8.0.16. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.21 WL#14051, Upgrade Protocol Buffers dependency to protobuf-java-3.11.4. WL#14042, Upgrade testsuite to JUnit 5. Fix for...

dependencies
java

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.11 to 8.0.16. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.20 Fix for Bug#30805426, IN CASE OF ISAUTHMETHODSWITCHREQUESTPACKET , TOSERVERS > 1 ARE IGNORED. Fix for...

dependencies
java

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.11 to 8.0.16. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.20 Fix for Bug#30805426, IN CASE OF ISAUTHMETHODSWITCHREQUESTPACKET , TOSERVERS > 1 ARE IGNORED. Fix for...

dependencies
java

Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.21 to 1.2.25. Release notes *Sourced from [fastjson's releases](https://github.com/alibaba/fastjson/releases).* > ## fastjson-1.2.24版本发布 > # Issues > 1. JDK8 ZonedDateTime反序列化报错的 [#980](https://github-redirect.dependabot.com/alibaba/fastjson/issues/980) > 2. 新增加retrofit2内置支持 [#956](https://github-redirect.dependabot.com/alibaba/fastjson/issues/956) https://github.com/alibaba/fastjson/wiki/Retrofit2Support > 3....

dependencies

**环境信息** - 系统: Windows 10 - JDK: 1.8.0_17 - 数据库: oracle 12c - APIJSON: 5.0.0 **问题描述** 1、join目前存在问题,oracle表名不支持as,重写getTablePath()后,inner join可以了,left join依然有问题 2、inner join的问题: 两表联查返回是没问题的,三表联查只能返回主表数据,三个以上的表没有测试 查询的apijson: ``` { "[]": { "join": "&/T_user,&/T_role", "T_user_role":...

Bug 漏洞
Question 使用问题
Oracle