FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for APIJSON-Java-Server - AniOSDeveloper/APIJSON · GitHub
AniOSDeveloper
/
APIJSON
Public
forked from
APIJSON/APIJSON
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
on
master
User selector
Datepicker
Commit history
Commits on May 4, 2019
Server:打包 apijson-orm-3.5.7.jar
TommyLemon
committed
656ece9
View commit details
Copy full SHA for 656ece9
View code at this point
Browse repository at this point
Server:对存储过程 "@key()":"fun(arg0,arg1...)" 新增格式校验和取值传参;加强对远程函数 "key()":"fun(arg0,arg1...)" 的格式校验
TommyLemon
committed
2bc8925
View commit details
Copy full SHA for 2bc8925
View code at this point
Browse repository at this point
Commits on May 3, 2019
Server: @explain 返回的 sql 去掉多余的 EXPLAIN 关键词
TommyLemon
committed
595c38d
View commit details
Copy full SHA for 595c38d
View code at this point
Browse repository at this point
Server:新增全局默认的 @explain 和 @cache;优化 AbstractSQLExecutor 的缓存
TommyLemon
committed
772c2f9
View commit details
Copy full SHA for 772c2f9
View code at this point
Browse repository at this point
Server:去除数组关键词 explain 和 cache
TommyLemon
committed
f59a653
View commit details
Copy full SHA for f59a653
View code at this point
Browse repository at this point
Server:JSONObject 新增对象关键词 @explain 和 @cache 替代 JSONRequest 里的数组关键词 explain 和 cache
TommyLemon
committed
fa79888
View commit details
Copy full SHA for fa79888
View code at this point
Browse repository at this point
Server:解决 explain 拿到的字段不完整
TommyLemon
committed
57920dc
View commit details
Copy full SHA for 57920dc
View code at this point
Browse repository at this point
Commits on May 2, 2019
Server:解决 MySQL 避免隐式转换后 json_contains 不兼容传数值
TommyLemon
committed
e9e0f6d
View commit details
Copy full SHA for e9e0f6d
View code at this point
Browse repository at this point
Server:新增数组关键词 cache 和 explain;解决 id{} 和 id 同时存在有时候 contains 因为类型不一致导致判断错误而 throw NotExistException;SQLConfig 删除多余的 cacheStatic
TommyLemon
committed
38b09a8
View commit details
Copy full SHA for 38b09a8
View code at this point
Browse repository at this point
Server:MySQL preparedStatement 严格按照类型调用方法,避免隐式转换提高性能
TommyLemon
committed
7d33b02
View commit details
Copy full SHA for 7d33b02
View code at this point
Browse repository at this point
Commits on Apr 30, 2019
Server:打包 apijson-orm-3.5.5.jar
TommyLemon
committed
0628e54
View commit details
Copy full SHA for 0628e54
View code at this point
Browse repository at this point
Server:避免全局默认的 @schema 自动填充进来导致 Table,Column,PgClass,PgAttribute 的 schema 错误,查不到文档
TommyLemon
committed
a58d885
View commit details
Copy full SHA for a58d885
View code at this point
Browse repository at this point
Commits on Apr 29, 2019
Server:解决全局的@database和@schema对 JOIN 的副表在解析生成 JOIN 副表语句时未生效,导致 SQL 内主表和副表引号不一致而报错
TommyLemon
committed
f318d2b
View commit details
Copy full SHA for f318d2b
View code at this point
Browse repository at this point
Server:调整解析 key:{} 和 key[]:{} 抛异常顺序,优化报错和性能
TommyLemon
committed
0e5ae86
View commit details
Copy full SHA for 0e5ae86
View code at this point
Browse repository at this point
Server:解决对表对象数量限制失效
TommyLemon
committed
0e7c251
View commit details
Copy full SHA for 0e7c251
View code at this point
Browse repository at this point
Commits on Apr 28, 2019
apijson-orm-3.5.4.jar
TommyLemon
committed
47c4c33
View commit details
Copy full SHA for 47c4c33
View code at this point
Browse repository at this point
Server:重新打包 apijson-orm-3.5.4.jar
TommyLemon
committed
36c31cd
View commit details
Copy full SHA for 36c31cd
View code at this point
Browse repository at this point
Server:调试模式下输出时间;提高非调试模式下的日志性能
TommyLemon
committed
9f6c73c
View commit details
Copy full SHA for 9f6c73c
View code at this point
Browse repository at this point
Server:打包 apijson-orm-3.5.3.jar
TommyLemon
committed
897bab9
View commit details
Copy full SHA for 897bab9
View code at this point
Browse repository at this point
Server:纠正并完善 sql count 的计算和显示;解决 newSQLConfig 抛 NotExistException 没被 catch 到导致最终返回错误结果
TommyLemon
committed
1776cc1
View commit details
Copy full SHA for 1776cc1
View code at this point
Browse repository at this point
Commits on Apr 27, 2019
Server:优化存储过程的性能
TommyLemon
committed
6738c6e
View commit details
Copy full SHA for 6738c6e
View code at this point
Browse repository at this point
Server:新增存储过程 @key():"fun(...)"; 优化 SQLExecutor 缓存的数据结构,提高性能
TommyLemon
committed
efb1dd6
View commit details
Copy full SHA for efb1dd6
View code at this point
Browse repository at this point
Server:优化访问限制的计算及报错
TommyLemon
committed
7a1a4c8
View commit details
Copy full SHA for 7a1a4c8
View code at this point
Browse repository at this point
重新打包apijson-orm-3.5.3.jar
TommyLemon
committed
51cbea9
View commit details
Copy full SHA for 51cbea9
View code at this point
Browse repository at this point
Server:重新打包apijson-orm-3.5.3.jar
TommyLemon
committed
8832917
View commit details
Copy full SHA for 8832917
View code at this point
Browse repository at this point
Server:MAX_SQL_COUNT提高到1000条;打包apijson-orm-3.5.3.jar
TommyLemon
committed
c1c311f
View commit details
Copy full SHA for c1c311f
View code at this point
Browse repository at this point
Commits on Apr 25, 2019
Server:优化getMaxQueryDepth的判断
TommyLemon
committed
2d01a5a
View commit details
Copy full SHA for 2d01a5a
View code at this point
Browse repository at this point
Server:MAX_QUERY_DEPTH值调高为5
TommyLemon
committed
a39878c
View commit details
Copy full SHA for a39878c
View code at this point
Browse repository at this point
Server:调试模式下输出depth,sql:count等信息
TommyLemon
committed
a4f4ec2
View commit details
Copy full SHA for a4f4ec2
View code at this point
Browse repository at this point
Server:APIJSONORM完善getMaxSQLCount限制
TommyLemon
committed
0991ece
View commit details
Copy full SHA for 0991ece
View code at this point
Browse repository at this point
Server:Parser新增maxQueryDepth限制,优化maxObjectCount和maxArrayCount限制
TommyLemon
committed
335879d
View commit details
Copy full SHA for 335879d
View code at this point
Browse repository at this point
Server:Parser新增maxObjectCount和maxArrayCount限制
TommyLemon
committed
005bc85
View commit details
Copy full SHA for 005bc85
View code at this point
Browse repository at this point
Commits on Apr 7, 2019
Server: 打包 apijson-orm-3.5.1.jar
TommyLemon
committed
760d6b6
View commit details
Copy full SHA for 760d6b6
View code at this point
Browse repository at this point
Server: LEFT JOIN 和 RIGHT JOIN 的 表对象内部的 @group, @having, @order 不加到子查询外层,其它 SQL JOIN 的不允许被 join 键值对里的覆盖
TommyLemon
committed
dabbeeb
View commit details
Copy full SHA for dabbeeb
View code at this point
Browse repository at this point
Commits on Mar 31, 2019
Server:打包apijson-orm3.5.0.jar
TommyLemon
committed
7c3ecb8
View commit details
Copy full SHA for 7c3ecb8
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL