FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for APIJSONORM/src/main/java/apijson/orm - pythonzz/APIJSON · GitHub
pythonzz
/
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
apijson
orm
on
master
User selector
Datepicker
Commit history
Commits on Nov 12, 2023
@raw 原始 SQL 片段默认支持 & | ^ ~ &= >> 等位运算
TommyLemon
committed
c085ab5
View commit details
Copy full SHA for c085ab5
View code at this point
Browse repository at this point
新增支持多字段 IN,SQL 函数 作为 表达式 左侧 值 等条件
TommyLemon
committed
0e947d2
View commit details
Copy full SHA for 0e947d2
View code at this point
Browse repository at this point
Commits on Oct 22, 2023
Merge branch 'master' of https://github.com/Tencent/APIJSON
TommyLemon
committed
c6cba97
View commit details
Copy full SHA for c6cba97
View code at this point
Browse repository at this point
全能 CRUD: "@gets": { "User":"" // 空字符串转为与 key 同名值 User },"@put": { "Moment":{} // 自动加 "tag":"Moment" },@post:"Comment[]" 自动转为 "@post":{ "Comment[]":"Comment:[]" }
TommyLemon
committed
790f8c5
View commit details
Copy full SHA for 790f8c5
View code at this point
Browse repository at this point
Commits on Sep 24, 2023
假删除:解决 notDeletetValue 未配置也会用 false 作为默认值
TommyLemon
authored
6148649
View commit details
Copy full SHA for 6148649
View code at this point
Browse repository at this point
Commits on Sep 20, 2023
Merge branch 'Tencent:master' into master
cloudAndMonkey
authored
98ec093
View commit details
Copy full SHA for 98ec093
View code at this point
Browse repository at this point
Commits on Sep 9, 2023
主键类型相关代码全面使用泛型;删除 @Deprecated 代码
TommyLemon
committed
72524b2
View commit details
Copy full SHA for 72524b2
View code at this point
Browse repository at this point
当找不到引用赋值路径对应的非 null 值时在 DEBUG 下返回警告信息
TommyLemon
committed
74f4e73
View commit details
Copy full SHA for 74f4e73
View code at this point
Browse repository at this point
新增对允许但容易导致潜在问题的情况在 DEBUG 下返回警告信息
TommyLemon
committed
83eeaa2
View commit details
Copy full SHA for 83eeaa2
View code at this point
Browse repository at this point
Commits on Sep 3, 2023
解决引用赋值取不到有效值,直接忽略条件仍然执行查询
TommyLemon
committed
83e8780
View commit details
Copy full SHA for 83e8780
View code at this point
Browse repository at this point
Commits on Sep 2, 2023
补充上次少提交的 import 代码
TommyLemon
committed
0852e88
View commit details
Copy full SHA for 0852e88
View code at this point
Browse repository at this point
完善同一个请求内多种不同操作的关键词,新增支持 @post: "User", @gets: { "Privacy": "Privacy-phone" } 等简化写法
TommyLemon
committed
eccf252
View commit details
Copy full SHA for eccf252
View code at this point
Browse repository at this point
远程函数:丰富取常用类型参数值的函数
TommyLemon
committed
d4be7ce
View commit details
Copy full SHA for d4be7ce
View code at this point
Browse repository at this point
解决引用赋值查不到值时返回传入路径导致查询、权限等各种异常
TommyLemon
committed
d748641
View commit details
Copy full SHA for d748641
View code at this point
Browse repository at this point
权限:解决删改不支持 String 类型主键
TommyLemon
committed
1d63078
View commit details
Copy full SHA for 1d63078
View code at this point
Browse repository at this point
解决一个事务内有多类型数据库/多个不同数据库连接有时不能同步提交/回滚;解决特定版本的 MySQL 等部分数据库重复 setAutoCommit/setTransactionIsolation 报错
TommyLemon
committed
d4675cd
View commit details
Copy full SHA for d4675cd
View code at this point
Browse repository at this point
Commits on Aug 25, 2023
Update AbstractSQLConfig.java
Show description for 668ca2a
cloudAndMonkey
authored
668ca2a
View commit details
Copy full SHA for 668ca2a
View code at this point
Browse repository at this point
Commits on Aug 20, 2023
远程函数:getArgVal 新增支持传 Class<T> 返回指定类型,解决用缺省相对路径从当前请求的全局对象及 Parser 全局缓存取不到参数值
TommyLemon
committed
c8c3b92
View commit details
Copy full SHA for c8c3b92
View code at this point
Browse repository at this point
远程函数:默认支持从当前请求的全局对象及 Parser 全局缓存取参数值
TommyLemon
committed
36d4972
View commit details
Copy full SHA for 36d4972
View code at this point
Browse repository at this point
远程函数:新增支持从当前请求的全局对象及 Parser 全局缓存取参数值
TommyLemon
committed
47439d1
View commit details
Copy full SHA for 47439d1
View code at this point
Browse repository at this point
Commits on Jul 30, 2023
远程函数:新增根据路径从当前对象取值的方法 getArgVal(String),方便 Long uid = getArgVal("User/id") 这样取值
TommyLemon
committed
c944c9f
View commit details
Copy full SHA for c944c9f
View code at this point
Browse repository at this point
Commits on Jul 9, 2023
优化代码及注释的格式;完善用异常转换状态码 code
TommyLemon
committed
a94fb96
View commit details
Copy full SHA for a94fb96
View code at this point
Browse repository at this point
SQLConfig 和 SQLExecutor 也指定主键泛型
TommyLemon
committed
e0d9a7c
View commit details
Copy full SHA for e0d9a7c
View code at this point
Browse repository at this point
优化假删除,支持 notDeletedValue,适配 deletedTime = NULL 表示未删除等需求
TommyLemon
committed
7a24178
View commit details
Copy full SHA for 7a24178
View code at this point
Browse repository at this point
新增支持对指定的方法忽略空字符串作为条件值或写入值等
TommyLemon
committed
718a5bb
View commit details
Copy full SHA for 718a5bb
View code at this point
Browse repository at this point
Commits on Jul 8, 2023
新增支持子查询对象内省略关键词 from,自动取最上方的表对象 key 作为 from
TommyLemon
committed
0f1b105
View commit details
Copy full SHA for 0f1b105
View code at this point
Browse repository at this point
新增支持在 @column: value 中传自定义表名,例如 Comment.toId, Moment.userId 等
TommyLemon
committed
247f149
View commit details
Copy full SHA for 247f149
View code at this point
Browse repository at this point
优化通过脚本语言校验参数的代码
TommyLemon
committed
f400f09
View commit details
Copy full SHA for f400f09
View code at this point
Browse repository at this point
Commits on Jun 4, 2023
自动校验参数:解决自定义代码包含 ":" 冒号时可能误判不是语言名称的字符串,导致报错找不到执行引擎
TommyLemon
committed
53b17ed
View commit details
Copy full SHA for 53b17ed
View code at this point
Browse repository at this point
Operation.ON 改为 IF 并新增支持执行自定义代码
TommyLemon
committed
1b7c6f1
View commit details
Copy full SHA for 1b7c6f1
View code at this point
Browse repository at this point
Commits on Jun 3, 2023
对存储过程单独传自定义的 数据库名/模式名 时支持横杠,但不允许 -- 上横杠,例如可写为 @key():"`api-json`.function(arg)",反引号可去掉
TommyLemon
committed
39bdc58
View commit details
Copy full SHA for 39bdc58
View code at this point
Browse repository at this point
开放请求 GET, HEAD 也处理 version 和 tag,解决字段插件配置不能根据版本号生效等问题
TommyLemon
committed
d504e38
View commit details
Copy full SHA for d504e38
View code at this point
Browse repository at this point
请求操作符新增支持监听事件 ON: { "name": { UPDATE:{ "Comment": {"userName@": "User/name" } } } },方便同步修改其它表字段记录值等
TommyLemon
committed
ad743b5
View commit details
Copy full SHA for ad743b5
View code at this point
Browse repository at this point
对 SQLConfig 传入 Parser, ObjectParser, version, tag 等,拿到上下文信息来实现某些需求
TommyLemon
committed
d0130bc
View commit details
Copy full SHA for d0130bc
View code at this point
Browse repository at this point
最外层返回当前时间戳毫秒值,方便前后端同步校准时间等场景
TommyLemon
committed
d325d63
View commit details
Copy full SHA for d325d63
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL