FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for APIJSON-Java-Server/APIJSONLibrary - apporoad/APIJSON · GitHub
apporoad
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
APIJSON
APIJSON-Java-Server
APIJSONLibrary
on
master
User selector
Datepicker
Commit history
Commits on Oct 16, 2018
m
apporoad
committed
031b8e4
View commit details
Copy full SHA for 031b8e4
View code at this point
Browse repository at this point
Commits on Sep 23, 2018
Server:自动化JOIN新增支持CROSS,SIDE;解决多个JOIN的WHERE条件拼接错误
TommyLemon
committed
509d245
View commit details
Copy full SHA for 509d245
View code at this point
Browse repository at this point
Server:解决自动化LEFT,RIGHT JOIN不能用query:1,2查total
TommyLemon
committed
47670c2
View commit details
Copy full SHA for 47670c2
View code at this point
Browse repository at this point
Commits on Sep 22, 2018
Server:DemoParser内parseCorrectRequest(JSONObject)抽象到AbstractParser
TommyLemon
committed
8592367
View commit details
Copy full SHA for 8592367
View code at this point
Browse repository at this point
Server:Parser新增getMaxQueryCount和getMaxUpdateCount,可重写方法来自定义最大查询数量和最大增删改数量
TommyLemon
committed
198d897
View commit details
Copy full SHA for 198d897
View code at this point
Browse repository at this point
Commits on Sep 9, 2018
Server:新增 formate: Boolean,可将[]等有特殊字符的key转为list等常规的key,方便前端解析
TommyLemon
committed
e482237
View commit details
Copy full SHA for e482237
View code at this point
Browse repository at this point
Commits on Aug 26, 2018
Server:新增支持全局默认@database
TommyLemon
committed
e63c066
View commit details
Copy full SHA for e63c066
View code at this point
Browse repository at this point
Server:新增支持PostgreSQL数据库
TommyLemon
committed
17e3502
View commit details
Copy full SHA for 17e3502
View code at this point
Browse repository at this point
Commits on Aug 20, 2018
Server:解决为字段加别名出错
TommyLemon
committed
70a97f8
View commit details
Copy full SHA for 70a97f8
View code at this point
Browse repository at this point
Server:解决JOIN中SQL语句的外层column不包括子表的
TommyLemon
committed
567c401
View commit details
Copy full SHA for 567c401
View code at this point
Browse repository at this point
Server:@column支持SQL函数,例如 column0,column1:alias;function0(arg0,arg1,...);function1(...):alias...
TommyLemon
committed
e64f2c4
View commit details
Copy full SHA for e64f2c4
View code at this point
Browse repository at this point
Server:@having支持非函数表达式 column?value
TommyLemon
committed
347f0ec
View commit details
Copy full SHA for 347f0ec
View code at this point
Browse repository at this point
Commits on Aug 12, 2018
Server:@having防 _key 绕过安全检查!例如 strcmp(_password,'123456')=0
TommyLemon
committed
c27c180
View commit details
Copy full SHA for c27c180
View code at this point
Browse repository at this point
Server:预编译模式下支持@having:"function0(arg0,arg1,...)operator0 value0;function1(arg0,arg1,...)operator1 value1..."
TommyLemon
committed
9ff6891
View commit details
Copy full SHA for 9ff6891
View code at this point
Browse repository at this point
Commits on Jul 29, 2018
Server:给JOIN的ORDER BY和GROUP BY字段加表前缀
TommyLemon
committed
7bcad30
View commit details
Copy full SHA for 7bcad30
View code at this point
Browse repository at this point
Server:AbstractSQLExecutor.onPutColumn新增解析JOIN结果集的优化思路
TommyLemon
committed
9b5b32c
View commit details
Copy full SHA for 9b5b32c
View code at this point
Browse repository at this point
Server:优化Join类的注释
TommyLemon
committed
3198998
View commit details
Copy full SHA for 3198998
View code at this point
Browse repository at this point
Server:完成INNER JOIN,RIGHT JOIN,优化LEFT JOIN
TommyLemon
committed
7ae52ec
View commit details
Copy full SHA for 7ae52ec
View code at this point
Browse repository at this point
Server:join的副表必传@column
TommyLemon
committed
a85e642
View commit details
Copy full SHA for a85e642
View code at this point
Browse repository at this point
Server:优化JOIN相关代码,配置封装到Join类
TommyLemon
committed
67478ee
View commit details
Copy full SHA for 67478ee
View code at this point
Browse repository at this point
Commits on Jul 28, 2018
Server:新增JOIN,初步完成LEFT JOIN
TommyLemon
committed
cfbb978
View commit details
Copy full SHA for cfbb978
View code at this point
Browse repository at this point
Commits on Jun 18, 2018
Server:解决远程函数 fun-():function(...) 在非 Table:{} 对象内会在 onChildParse 后解析,导致 key@:"fun" 始终得不到值
TommyLemon
committed
705fd94
View commit details
Copy full SHA for 705fd94
View code at this point
Browse repository at this point
Server:远程函数key():function(...)新增优先级key-() > key() > key+(),优化Function执行后的报错
TommyLemon
committed
8e4d2db
View commit details
Copy full SHA for 8e4d2db
View code at this point
Browse repository at this point
Commits on Jun 15, 2018
Server:AbstractSQLExecutor封装字段和表的代码分别抽象为onPutColumn和onPutTable
TommyLemon
committed
af8e007
View commit details
Copy full SHA for af8e007
View code at this point
Browse repository at this point
Commits on Jun 14, 2018
Server:GETS和HEADS请求也不允许传@combine,避免可能绕过Request表里的规则校验
TommyLemon
committed
4dc97ed
View commit details
Copy full SHA for 4dc97ed
View code at this point
Browse repository at this point
Server:解决 @combine:"userId,..." 或 @combine:"userId{},..." 绕过权限校验,优化报错信息
TommyLemon
committed
fe52024
View commit details
Copy full SHA for fe52024
View code at this point
Browse repository at this point
Commits on Jun 12, 2018
Server:优化AbstractParser.onArrayParse缓存取值后数组的性能,远程函数返回的数组不可能在这里用response返回
TommyLemon
committed
618acfe
View commit details
Copy full SHA for 618acfe
View code at this point
Browse repository at this point
Server:完善远程函数中取值类型错误的异常处理
TommyLemon
committed
2784973
View commit details
Copy full SHA for 2784973
View code at this point
Browse repository at this point
Commits on Jun 10, 2018
Server:优化远程函数调用报错
TommyLemon
committed
9a4e4ed
View commit details
Copy full SHA for 9a4e4ed
View code at this point
Browse repository at this point
Server:优化远程函数,传入request作为第一个参数可最大化灵活实现不同类型的取值,且不用再传参数类型
TommyLemon
committed
ee93bfc
View commit details
Copy full SHA for ee93bfc
View code at this point
Browse repository at this point
Server:删除@about,查看表和字段属性文档可用APIJSONAuto接口管理工具(查Table和Column字段),图形化界面更方便
TommyLemon
committed
df9692c
View commit details
Copy full SHA for df9692c
View code at this point
Browse repository at this point
Server:TYPE:{ key:type }校验新增JSON类型,但应用场景太窄已注释
TommyLemon
committed
621d261
View commit details
Copy full SHA for 621d261
View code at this point
Browse repository at this point
Server:Structure新增TYPE:{ key:type }校验值类型
TommyLemon
committed
898e428
View commit details
Copy full SHA for 898e428
View code at this point
Browse repository at this point
Commits on Jun 9, 2018
Server:AbstractSQLConfig.putWhere优化性能
TommyLemon
committed
3f04c57
View commit details
Copy full SHA for 3f04c57
View code at this point
Browse repository at this point
Server:AbstractConfig.putWhere优化条件顺序
TommyLemon
committed
4a2a159
View commit details
Copy full SHA for 4a2a159
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL