FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for APIJSONORM/src/main/java - strivegithub/APIJSON · GitHub
strivegithub
/
APIJSON
Public
forked from
APIJSON/APIJSON
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
src
main
java
on
master
User selector
Datepicker
Commit history
Commits on Nov 30, 2022
一个json支持多种操作, 独立url method: crud
Show description for 1aa6ed2
cloudAndMonkey
authored
1aa6ed2
View commit details
Copy full SHA for 1aa6ed2
View code at this point
Browse repository at this point
增加支持crud方法
cloudAndMonkey
authored
6e43d45
View commit details
Copy full SHA for 6e43d45
View code at this point
Browse repository at this point
Commits on Nov 26, 2022
修改 buildTag 注释
cloudAndMonkey
authored
883b8d3
View commit details
Copy full SHA for 883b8d3
View code at this point
Browse repository at this point
Add files via upload
Show description for b908fd0
cloudAndMonkey
authored
b908fd0
View commit details
Copy full SHA for b908fd0
View code at this point
Browse repository at this point
Commits on Nov 16, 2022
存储过程:新增支持单独指定数据库名/模式名 schema
TommyLemon
committed
af280db
View commit details
Copy full SHA for af280db
View code at this point
Browse repository at this point
远程函数:支持自动且智能解析参数值,兼容 `key`, 'value' 指定键值格式;@raw 支持远程函数和存储过程
TommyLemon
committed
edd8570
View commit details
Copy full SHA for edd8570
View code at this point
Browse repository at this point
远程函数:完善注释
TommyLemon
committed
88e77c2
View commit details
Copy full SHA for 88e77c2
View code at this point
Browse repository at this point
远程函数:新增校验 Function 表中配置的 returnType
TommyLemon
committed
c674916
View commit details
Copy full SHA for c674916
View code at this point
Browse repository at this point
新增 ENABLE_REMOTE_FUNCTION, ENABLE_SCRIPT_FUNCTION, ENABLE_VERIFY_ROLE, ENABLE_VERIFY_CONTENT 等配置
TommyLemon
committed
1b2b65b
View commit details
Copy full SHA for 1b2b65b
View code at this point
Browse repository at this point
远程函数:新增支持 JavaScript 脚本,方便动态配置业务逻辑以及作为 Serveless 服务
TommyLemon
committed
21df376
View commit details
Copy full SHA for 21df376
View code at this point
Browse repository at this point
Commits on Nov 6, 2022
远程函数:解决 key-() 优先执行结果不会作为 SQL 部分,解决非表对象中 key() 执行时机滞后于子对象
TommyLemon
committed
0858141
View commit details
Copy full SHA for 0858141
View code at this point
Browse repository at this point
Commits on Oct 25, 2022
完善对 Presto, Trino 的支持:正则忽略大小写;支持预编译模式等
TommyLemon
committed
f23204e
View commit details
Copy full SHA for f23204e
View code at this point
Browse repository at this point
完善对 Presto, Trino 的支持;解决 SQL JOIN 当部分 JDBC rsmd.getTableName 返回空值导致最终主表字段插到副表对象导致 最终返回 JSON 为空或者副表字段写进主表覆盖同名字段等
TommyLemon
committed
c445c71
View commit details
Copy full SHA for c445c71
View code at this point
Browse repository at this point
新增支持 Elasticsearch, Presto, Trino, InfluxDB, MariaDB, KingBase
TommyLemon
committed
305d12a
View commit details
Copy full SHA for 305d12a
View code at this point
Browse repository at this point
Commits on Oct 17, 2022
Update Join.java
TommyLemon
authored
94a0d55
View commit details
Copy full SHA for 94a0d55
View code at this point
Browse repository at this point
Update SQLExecutor.java
TommyLemon
authored
7e75671
View commit details
Copy full SHA for 7e75671
View code at this point
Browse repository at this point
Update SQLConfig.java
TommyLemon
authored
9c73e74
View commit details
Copy full SHA for 9c73e74
View code at this point
Browse repository at this point
Update AbstractSQLExecutor.java
TommyLemon
authored
74a7717
View commit details
Copy full SHA for 74a7717
View code at this point
Browse repository at this point
Update AbstractSQLConfig.java
TommyLemon
authored
47fbbda
View commit details
Copy full SHA for 47fbbda
View code at this point
Browse repository at this point
Update Log.java
TommyLemon
authored
b605e2b
View commit details
Copy full SHA for b605e2b
View code at this point
Browse repository at this point
Update Log.java
TommyLemon
authored
1eb8609
View commit details
Copy full SHA for 1eb8609
View code at this point
Browse repository at this point
Commits on Oct 9, 2022
解决 JOIN 当主副表都有条件、子查询当内外查询都有条件时可能预编译值错位
TommyLemon
committed
ceca887
View commit details
Copy full SHA for ceca887
View code at this point
Browse repository at this point
解决无数据对应 NotExistException 会对外返回异常而不是空值
TommyLemon
committed
f84c6de
View commit details
Copy full SHA for f84c6de
View code at this point
Browse repository at this point
完善 Oracle, 达梦 等数据库的表和字段结构查询
TommyLemon
committed
c76dccd
View commit details
Copy full SHA for c76dccd
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/Tencent/APIJSON
Show description for 6ca112f
TommyLemon
committed
6ca112f
View commit details
Copy full SHA for 6ca112f
View code at this point
Browse repository at this point
新增支持达梦数据库;优化调试信息及日志打印,解决异常栈不够精准
TommyLemon
committed
b248b42
View commit details
Copy full SHA for b248b42
View code at this point
Browse repository at this point
Commits on Oct 4, 2022
fix: 修复子查询与外查询参数顺序
transtone
committed
09dc7c0
View commit details
Copy full SHA for 09dc7c0
View code at this point
Browse repository at this point
Commits on Aug 11, 2022
fix:解决数据源为Oracle时,使用自增主键,获取不到插入的主键问题
Show description for 8f50678
ifooling
committed
8f50678
View commit details
Copy full SHA for 8f50678
View code at this point
Browse repository at this point
Commits on Aug 9, 2022
fix:解决数据源为Oracle时,@explain 报错问题
Show description for f3e7ed1
ifooling
committed
f3e7ed1
View commit details
Copy full SHA for f3e7ed1
View code at this point
Browse repository at this point
Commits on Aug 8, 2022
新增支持物联网时序数据库 TDengine,版本提升为 5.2.0
TommyLemon
committed
98f2826
View commit details
Copy full SHA for 98f2826
View code at this point
Browse repository at this point
Commits on Jul 15, 2022
新增支持物联网时序数据库 TDengine
TommyLemon
committed
4886ee9
View commit details
Copy full SHA for 4886ee9
View code at this point
Browse repository at this point
Commits on Jul 14, 2022
记录 SQL JOIN 副表的聚合函数结果和之前不一致问题
TommyLemon
committed
f224c5d
View commit details
Copy full SHA for f224c5d
View code at this point
Browse repository at this point
优化一对多 APP JOIN 的缓存逻辑
TommyLemon
committed
8806948
View commit details
Copy full SHA for 8806948
View code at this point
Browse repository at this point
完善数据库版本判断,兼容 MySQL 8.0 以上和以下版本,适配正则匹配、窗口函数等
TommyLemon
committed
e2fb0a1
View commit details
Copy full SHA for e2fb0a1
View code at this point
Browse repository at this point
优化 Join.isOne2Many 判断性能
TommyLemon
committed
4efcfd3
View commit details
Copy full SHA for 4efcfd3
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL