FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for APIJSONORM - ifooling/APIJSON · GitHub
ifooling
/
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
APIJSONORM
on
master
User selector
Datepicker
Commit history
Commits on Dec 8, 2024
升级版本为 7.1.0
TommyLemon
committed
86be77f
View commit details
Copy full SHA for 86be77f
View code at this point
Browse repository at this point
新增支持分页页码 page 从 1 开始
TommyLemon
committed
2b6a2a9
View commit details
Copy full SHA for 2b6a2a9
View code at this point
Browse repository at this point
Commits on Nov 24, 2024
解决 key[ 表示 length(key) 和 key{ 表示 json_length(key) 不支持 = 和 != 比较
TommyLemon
committed
067e7b9
View commit details
Copy full SHA for 067e7b9
View code at this point
Browse repository at this point
新增支持 key[ 表示 length(key) 和 key{ 表示 json_length(key),可与 与或非逻辑符、其它各种功能符 组合使用
TommyLemon
committed
1f3b59b
View commit details
Copy full SHA for 1f3b59b
View code at this point
Browse repository at this point
Commits on Oct 17, 2024
1.对某些需要输出null值字段的需求,增加输出null值的开关
Show description for 6ea0b9b
calmcc
committed
6ea0b9b
View commit details
Copy full SHA for 6ea0b9b
View code at this point
Browse repository at this point
Commits on Sep 26, 2024
fix:调整parseResponse获取SQLExecutor方式
alittle-yu
authored
b749e53
View commit details
Copy full SHA for b749e53
View code at this point
Browse repository at this point
Commits on Aug 29, 2024
增加SQLite支持
afumu
committed
8dbdc4f
View commit details
Copy full SHA for 8dbdc4f
View code at this point
Browse repository at this point
Commits on Aug 11, 2024
getSQLTableWithAlias 带上原表名,避免 alias 与其它表名/字段 冲突;优化 GitHub 对 tab 和 IDE 处理不一致导致缩进显示问题
TommyLemon
authored
6bfb218
View commit details
Copy full SHA for 6bfb218
View code at this point
Browse repository at this point
Commits on Aug 7, 2024
fix: 处理自关联查询时,对Table:alias的写法sql表名拼写异常的问题
LY
committed
746f291
View commit details
Copy full SHA for 746f291
View code at this point
Browse repository at this point
Commits on Jun 30, 2024
升级到 7.0.3
TommyLemon
committed
02865ec
View commit details
Copy full SHA for 02865ec
View code at this point
Browse repository at this point
解决 format: true 对应 key 返回不是小驼峰,而是强制小写,例如 User[] 返回不是 userList 而是 userlist
TommyLemon
committed
8dbaa2d
View commit details
Copy full SHA for 8dbaa2d
View code at this point
Browse repository at this point
新增把引用赋值路径 URL encode 后的值 decode 回原始值,例如 %2Fuser%2Flist -> /user/list
TommyLemon
committed
3501258
View commit details
Copy full SHA for 3501258
View code at this point
Browse repository at this point
Commits on Jun 16, 2024
key[]:{ query:2 或 query:"All" } 解决列表数据为空不返回列表分页信息
TommyLemon
committed
0093589
View commit details
Copy full SHA for 0093589
View code at this point
Browse repository at this point
key[]:{ query:2 或 query:"All" } 默认返回列表分页信息 调整 total 的 key 名,避免同级多列表导致重名
TommyLemon
committed
09a60dc
View commit details
Copy full SHA for 09a60dc
View code at this point
Browse repository at this point
key[]:{ query:2 或 query:"All" } 在已有 total 和 keyListInfo 字段时不返回默认的列表分页信息
TommyLemon
committed
8715e12
View commit details
Copy full SHA for 8715e12
View code at this point
Browse repository at this point
新增支持 key[]:{ query:2 或 query:"All" } 默认返回列表分页信息
TommyLemon
committed
f058353
View commit details
Copy full SHA for f058353
View code at this point
Browse repository at this point
Commits on Jun 2, 2024
getSQLSchema 根据优先级处理不同情况
TommyLemon
authored
c3a3399
View commit details
Copy full SHA for c3a3399
View code at this point
Browse repository at this point
feat: 实现和配置 TABLE_SCHEMA_MAP
csx-bill
committed
201c078
View commit details
Copy full SHA for 201c078
View code at this point
Browse repository at this point
Commits on May 19, 2024
JavaScript: Number.MAX_SAFE_INTEGER ~ Number.MIN_SAFE_INTEGER
TommyLemon
authored
7590236
View commit details
Copy full SHA for 7590236
View code at this point
Browse repository at this point
数字转字符串范围优化为 JavaScript 的 Number.MAX_SAFE_INTEGER ~ Number.MIN_SAFE_INTEGER
TommyLemon
authored
aab39ff
View commit details
Copy full SHA for aab39ff
View code at this point
Browse repository at this point
升级版本为 7.0.0
TommyLemon
committed
4a2e7f5
View commit details
Copy full SHA for 4a2e7f5
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/Tencent/APIJSON
TommyLemon
committed
7716a9b
View commit details
Copy full SHA for 7716a9b
View code at this point
Browse repository at this point
大数转 String 返回,避免前端/客户端拿到精度丢失甚至严重失真的值,支持重写 getNumVal 来自定义
TommyLemon
committed
9f62724
View commit details
Copy full SHA for 9f62724
View code at this point
Browse repository at this point
Commits on May 12, 2024
Merge pull request #717 from Tencent/springboot3
Show description for 22644eb
TommyLemon
authored
22644eb
View commit details
Copy full SHA for 22644eb
View code at this point
Browse repository at this point
Commits on Mar 14, 2024
RN列数字段加上双引号,遵循数据库规范
jettisonJava
committed
c03d0d3
View commit details
Copy full SHA for c03d0d3
View code at this point
Browse repository at this point
Commits on Mar 12, 2024
Merge pull request #689 from Tencent/master
Show description for c3b7754
TommyLemon
authored
c3b7754
View commit details
Copy full SHA for c3b7754
View code at this point
Browse repository at this point
升级 maven-compiler-plugin 3.12.1
TommyLemon
authored
83d606a
View commit details
Copy full SHA for 83d606a
View code at this point
Browse repository at this point
Commits on Feb 18, 2024
Update AbstractSQLConfig.java
Show description for f0b16a1
jia199807
authored
f0b16a1
View commit details
Copy full SHA for f0b16a1
View code at this point
Browse repository at this point
Commits on Feb 7, 2024
Update AbstractSQLConfig.java
Show description for fefc4cb
ostrichManX
authored
fefc4cb
View commit details
Copy full SHA for fefc4cb
View code at this point
Browse repository at this point
Commits on Jan 24, 2024
Update Log.java
TommyLemon
authored
c0c4af3
View commit details
Copy full SHA for c0c4af3
View code at this point
Browse repository at this point
Update pom.xml
TommyLemon
authored
268535c
View commit details
Copy full SHA for 268535c
View code at this point
Browse repository at this point
Commits on Jan 23, 2024
Create jitpack.yml
TommyLemon
authored
29516bd
View commit details
Copy full SHA for 29516bd
View code at this point
Browse repository at this point
Commits on Jan 22, 2024
Update pom.xml
Show description for 9844506
komiblog
authored
9844506
View commit details
Copy full SHA for 9844506
View code at this point
Browse repository at this point
Commits on Jan 21, 2024
Merge branch 'springboot3' into master
TommyLemon
authored
fec206c
View commit details
Copy full SHA for fec206c
View code at this point
Browse repository at this point
Commits on Jan 13, 2024
解决某些情况下 @raw 对 @having:value 中 value 中的外层表达式不生效
TommyLemon
committed
5b9b34c
View commit details
Copy full SHA for 5b9b34c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL