FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for APIJSON-Java-Server/APIJSONORM/src/main - xi1314/APIJSON · GitHub
xi1314
/
APIJSON
Public
forked from
APIJSON/APIJSON
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
APIJSON
APIJSON-Java-Server
APIJSONORM
src
main
on
master
User selector
Datepicker
Commit history
Commits on May 4, 2020
Server:新增支持重写方法 onMissingKey4Combine 来自定义 @combine:value 中 value 的 key 在 Request 中的 value 不存在或为 null
TommyLemon
committed
2f9c6bb
View commit details
Copy full SHA for 2f9c6bb
View code at this point
Browse repository at this point
Server:支持自动补全 Comment:[] 这种每个项都自定义的 批量新增/修改 的请求配置,将这种请求返回的结构 Table[]:{} 改为和单个新增/修改 一样的结构 Table:{}
TommyLemon
committed
a86832a
View commit details
Copy full SHA for a86832a
View code at this point
Browse repository at this point
Server:支持 @order 排序值中 rand() 可与 id+ 等其它排序方式组合
TommyLemon
committed
8b3ee34
View commit details
Copy full SHA for 8b3ee34
View code at this point
Browse repository at this point
Server:新增支持随机函数 rand() 来排序
TommyLemon
committed
1c421bc
View commit details
Copy full SHA for 1c421bc
View code at this point
Browse repository at this point
Server:新增支持 IBM DB2 数据库
TommyLemon
committed
c819558
View commit details
Copy full SHA for c819558
View code at this point
Browse repository at this point
Server:调整 SIDE, CROSS JOIN 的实现;完善 OUTER, ANTI, FOREIGN JOIN 的无条件边界情况;重命名错误单词 outter 为 outer
TommyLemon
committed
e4b6304
View commit details
Copy full SHA for e4b6304
View code at this point
Browse repository at this point
Commits on May 1, 2020
Server:新增 ( ANTI JOIN 和 ) FOREIGN JOIN
TommyLemon
committed
2b35c83
View commit details
Copy full SHA for 2b35c83
View code at this point
Browse repository at this point
Server:新增撤回 ^ SIDE JOIN 修改的说明
TommyLemon
committed
1eebd7b
View commit details
Copy full SHA for 1eebd7b
View code at this point
Browse repository at this point
Revert "Server:调整 ^ SIDE JOIN(ANTI JOIN) 的实现为 ! (A & B),和原来的实现 (A & ! B) | (B & ! A) 查询结果不一致,一般数量更多!"
Show description for bd96636
TommyLemon
committed
bd96636
View commit details
Copy full SHA for bd96636
View code at this point
Browse repository at this point
Server:调整 ^ SIDE JOIN(ANTI JOIN) 的实现为 ! (A & B),和原来的实现 (A & ! B) | (B & ! A) 查询结果不一致,一般数量更多!
TommyLemon
committed
5ebfa8d
View commit details
Copy full SHA for 5ebfa8d
View code at this point
Browse repository at this point
Commits on Apr 28, 2020
Server:删除注释中多余的一个括号
TommyLemon
authored
566f40e
View commit details
Copy full SHA for 566f40e
View code at this point
Browse repository at this point
Commits on Mar 22, 2020
Server:解决 AbstractSQLConfig.getWhereItem 可能的 NPE 异常
TommyLemon
committed
d31f211
View commit details
Copy full SHA for d31f211
View code at this point
Browse repository at this point
增加了@raw关键字,支持自定义where条件拼接
330233789
committed
92a9cf1
View commit details
Copy full SHA for 92a9cf1
View code at this point
Browse repository at this point
解决PUT方法,某个字段加减时,类型keyType没有重置的BUG
330233789
committed
a5c895e
View commit details
Copy full SHA for a5c895e
View code at this point
Browse repository at this point
Commits on Mar 8, 2020
Server:解决分页详细信息 info 中页码 key 错误
TommyLemon
committed
b5d2cba
View commit details
Copy full SHA for b5d2cba
View code at this point
Browse repository at this point
Server:分页详细信息关键词 page 改为 info,避免歧义和冲突
TommyLemon
committed
a0a634f
View commit details
Copy full SHA for a0a634f
View code at this point
Browse repository at this point
Server:新增是否成功 ok、详细的分页信息 page
TommyLemon
committed
d71bc85
View commit details
Copy full SHA for d71bc85
View code at this point
Browse repository at this point
Server:优化批量新增、修改后返回的字段,保持和规范统一;删除 APIJSONBoot 和 APIJSONBootTest 中多余的 apijson-orm 依赖
TommyLemon
committed
050ee40
View commit details
Copy full SHA for 050ee40
View code at this point
Browse repository at this point
Commits on Mar 7, 2020
Server:完善远程函数的环境变量,方便做更细致的操作
TommyLemon
committed
ec1509e
View commit details
Copy full SHA for ec1509e
View code at this point
Browse repository at this point
Server:Parser.noVerify 改成 needVerify
TommyLemon
committed
f20e3cf
View commit details
Copy full SHA for f20e3cf
View code at this point
Browse repository at this point
Server:重命名 APIJSONORM 的包名 apijson.server 为 apijson.orm
TommyLemon
committed
143cd08
View commit details
Copy full SHA for 143cd08
View code at this point
Browse repository at this point
Server:将 APIJSONboot 抽取为 APIJSONFramework 和新的 APIJSONBoot;新增简单 Demo,叫 APIJSONBootTest
TommyLemon
committed
5419338
View commit details
Copy full SHA for 5419338
View code at this point
Browse repository at this point
Commits on Mar 5, 2020
解决多表join,生成的sql未按join参数顺序,乱序问题
330233789
committed
54b6690
View commit details
Copy full SHA for 54b6690
View code at this point
Browse repository at this point
Commits on Mar 2, 2020
Server:PUT 支持单独设置每项的批量修改,格式和 POST 批量新增相比多了 id;Structure 新增对 OBJECT[], ARRAY[] 的校验并优化代码;完善操作参数的 Operation 的注释;Operation,RequestRole 和正则匹配 COMPILE_MAP 中 key 强制名称大写
TommyLemon
committed
92ad9a1
View commit details
Copy full SHA for 92ad9a1
View code at this point
Browse repository at this point
Server:新增对批量新增 Table[]:[{}] 的校验,修复任意批量新增其它表的安全漏洞;新增对 DATE, TIME, DATETIME 及对应数组的类型校验;删除废弃的大驼峰命名的校验类型
TommyLemon
committed
0aad761
View commit details
Copy full SHA for 0aad761
View code at this point
Browse repository at this point
Commits on Mar 1, 2020
Server:ORM 库包名 zuo.biao.apijson 重命名为 apijson;提升版本号为 4.0.0
TommyLemon
committed
1c80d4c
View commit details
Copy full SHA for 1c80d4c
View code at this point
Browse repository at this point
Server:解决远程函数对比版本错误;解决批量新增可能被绕过权限和参数校验;删除已被废弃的 Operation
TommyLemon
committed
79f1778
View commit details
Copy full SHA for 79f1778
View code at this point
Browse repository at this point
Server:新增支持数据库自增 id
TommyLemon
committed
f87ebea
View commit details
Copy full SHA for f87ebea
View code at this point
Browse repository at this point
Commits on Feb 27, 2020
解决批量新增打包编译问题,完善git忽略文件
330233789
committed
692c9fc
View commit details
Copy full SHA for 692c9fc
View code at this point
Browse repository at this point
Commits on Feb 26, 2020
Update AbstractObjectParser.java
Show description for 8bd133f
330233789
authored
8bd133f
View commit details
Copy full SHA for 8bd133f
View code at this point
Browse repository at this point
Commits on Dec 22, 2019
Server:解决全局默认的 @explain 或 @cache 放到子查询内导致 SQL 语法报错
TommyLemon
committed
6b62775
View commit details
Copy full SHA for 6b62775
View code at this point
Browse repository at this point
Server:允许非 GET 方法使用子查询,以便实现多对多关联操作;解决子查询额外加的 []/0 路径导致嵌套层级过深报错
TommyLemon
committed
9747549
View commit details
Copy full SHA for 9747549
View code at this point
Browse repository at this point
Commits on Oct 27, 2019
Server:打包 apijson-orm-3.8.6.jar;同步 APIJSONBoot 代码到 APIJSONFinal
TommyLemon
committed
534e1dc
View commit details
Copy full SHA for 534e1dc
View code at this point
Browse repository at this point
Server:APIJSONORM 解决 JOIN 下 SQL 函数的参数都加了表名前缀导致语法错误
TommyLemon
committed
370000d
View commit details
Copy full SHA for 370000d
View code at this point
Browse repository at this point
Server:APIJSONORM 解决 SQL 函数中参数的 : 被转成 AS;APIJSONBoot:数据库 URI 改为 localhost
TommyLemon
committed
e3a748e
View commit details
Copy full SHA for e3a748e
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL