Commit Graph

2704 Commits

Author SHA1 Message Date
TommyLemon
1e7b901c0c
Update Document.md 2021-09-27 17:49:34 +08:00
TommyLemon
d2a3b8ff7d
Update Document.md 2021-09-27 17:40:46 +08:00
TommyLemon
e5638a3b70
Update Document.md 2021-09-27 17:35:20 +08:00
TommyLemon
d0cf03908e
Update Document.md 2021-09-27 16:53:17 +08:00
TommyLemon
97fc812545
Update Document.md 2021-09-27 16:27:39 +08:00
TommyLemon
581cace5f3
Update Document.md 2021-09-27 16:17:25 +08:00
TommyLemon
5ccb064d98
Update Document.md 2021-09-27 16:16:58 +08:00
TommyLemon
b23d884466
文档:3.2 功能符 新增全局关键词的说明 2021-09-27 16:15:44 +08:00
TommyLemon
8d780ddcb0 解决表对象中的子表对象数据总是一样以及在 Table[]:{ Table:{ ChildTable:{} } } 情况下只有首个 Table 里返回了 ChildTable 2021-09-27 15:20:33 +08:00
TommyLemon
ed036ef025 优化 Table[]:{ Table:{} } 这种单表数组的查询性能 2021-09-27 00:40:41 +08:00
TommyLemon
47961e3ee4 Parser 移除没必要的方法 parseCorrectResponse 2021-09-26 23:57:11 +08:00
TommyLemon
5c682cbf34 重构 enum RequestRole 为 String 方便用户自定义扩展;删除部分已废弃的方法 2021-09-25 00:58:30 +08:00
TommyLemon
d46d1f3216 RAW_MAP 默认支持 与或非 和 IS NULL 等关键词 2021-09-24 04:06:44 +08:00
TommyLemon
2107040c96 优化名车和空格 2021-09-24 03:35:45 +08:00
TommyLemon
d013830bbe 格式化代码 2021-09-24 03:32:48 +08:00
TommyLemon
3d6dd885fb Merge branch 'master' of https://github.com/Tencent/APIJSON
* 'master' of https://github.com/Tencent/APIJSON:
  Update Document.md
  Update Document.md
  Update Document.md
  新增 apijson-go 的链接,感谢作者的贡献
  新增通用文档的本身说明
2021-09-24 03:29:52 +08:00
TommyLemon
061507810b FunctionsAndRaws 代码移回 AbstractSQLConfig 兼容现有用户代码;完成 PostgreSQL 的窗口函数;解决 PUT "blance+": 1 未加到 update set 导致报错;解决 @column 在 OVER, MATCH 等函数内部分字段解析出错以及可能的 SQL 注入 2021-09-24 03:29:49 +08:00
TommyLemon
51b4d5ed27
Update Document.md 2021-09-23 23:01:33 +08:00
TommyLemon
02a287a98f
Update Document.md 2021-09-23 21:56:56 +08:00
TommyLemon
326c4d24c8
Update Document.md 2021-09-23 21:55:40 +08:00
TommyLemon
0c08c22232
新增 apijson-go 的链接,感谢作者的贡献
https://gitee.com/tiangao/apijson-go
2021-09-23 21:53:57 +08:00
TommyLemon
bf1c7966bf
新增通用文档的本身说明 2021-09-23 21:51:11 +08:00
TommyLemon
532054a6a6
Merge pull request #305 from qiujunlin/master
add orm support 修改@column中的解析代码,使之支持字符串
2021-09-23 19:48:54 +08:00
TommyLemon
77c375b20d 完善请求参数在各种 method 及 tag 下的自动补全;允许 GETS 通过 key[]:{} 来查多条记录 2021-09-23 18:18:47 +08:00
TommyLemon
3a89b6043f Merge branch 'master' of https://github.com/Tencent/APIJSON
* 'master' of https://github.com/Tencent/APIJSON: (44 commits)
  生态周边项目新增 apijson-practice,感谢贡献
  1.根据方法不同拼接聚合语句 2.修改Oracle分组统计语句
  update a problem about oracle
  add delete and update
  Update AbstractObjectParser.java
  Modified:修复put请求key的bug
  使用登记 新增 腾讯科技有限公司
  用户登记新增 腾讯科技有限公司
  用户登记新增 腾讯科技有限公司
  Update README.md
  commit test
  新增包括 1 个腾讯工程师在内的 8 个贡献者,感谢大家的贡献
  新增包括 1 个腾讯工程师在内的 8 个贡献者,感谢大家的贡献
  新增包括 1 个腾讯工程师在内的 8 个贡献者,感谢大家的贡献
  updated users(Tencent)
  Update users(Tencent) and contributors(from Tencent, Zhihu, YTO Express)
  update users(companies) and contributors
  简介新增 "零代码实时满足千变万化的各种新增和变更需求"
  Update CONTRIBUTING.md
  Update CONTRIBUTING.md
  ...
2021-09-19 22:43:01 +08:00
TommyLemon
ac9dc853f3 抽取根据 tag 自动包装请求结构的方法为 wrapRequest 2021-09-19 22:42:58 +08:00
TommyLemon
7a7eed6355
生态周边项目新增 apijson-practice,感谢贡献
https://github.com/vcoolwind/apijson-practice
2021-09-17 17:39:49 +08:00
TommyLemon
2e6d116851
Merge pull request #311 from LiXinnnnnn/master
修改聚合语句的拼接
2021-09-16 15:21:02 +08:00
lixin
60a305c9aa 1.根据方法不同拼接聚合语句
2.修改Oracle分组统计语句
2021-09-16 12:58:45 +08:00
TommyLemon
3a73d7d520
Merge pull request #309 from qiujunlin/master
update  clickhouse delete and update  support
2021-09-13 14:21:49 +08:00
qiujunlin
e2cfc82db8 update a problem about oracle 2021-09-13 14:03:10 +08:00
qiujunlin
59525679b8 add delete and update 2021-09-10 11:05:56 +08:00
TommyLemon
421d30d4e9
Merge pull request #307 from chenyanlann/master
Mod:修复put请求key的bug
2021-09-09 15:29:54 +08:00
chenyanlann
4beced4624
Update AbstractObjectParser.java
简化字符串判断
2021-09-08 19:23:48 +08:00
chenyanlann
07bc89925d Modified:修复put请求key的bug 2021-09-07 21:32:29 +08:00
TommyLemon
baf8176aa2
使用登记 新增 腾讯科技有限公司 2021-09-07 15:38:31 +08:00
TommyLemon
2aedc9dac1
用户登记新增 腾讯科技有限公司 2021-09-07 15:36:13 +08:00
TommyLemon
d982e58040
用户登记新增 腾讯科技有限公司 2021-09-07 15:35:20 +08:00
fineday009
fb437c406e
Merge pull request #306 from kenlig/master
readme增加视频教程链接。
2021-09-06 19:51:38 +08:00
kenlig
175a65ccf2
Update README.md 2021-09-06 17:09:08 +08:00
fineday009
509f21305b commit test 2021-09-06 12:04:19 +08:00
qiujunlin
01b310a3e3 add orm support 2021-09-03 02:18:02 +08:00
TommyLemon
ee5adc0b81
新增包括 1 个腾讯工程师在内的 8 个贡献者,感谢大家的贡献 2021-09-02 22:28:00 +08:00
TommyLemon
0a68549610
新增包括 1 个腾讯工程师在内的 8 个贡献者,感谢大家的贡献 2021-09-02 22:12:53 +08:00
TommyLemon
4fa1d53c1c
新增包括 1 个腾讯工程师在内的 8 个贡献者,感谢大家的贡献 2021-09-02 21:58:19 +08:00
TommyLemon
775fdf44ee
updated users(Tencent) 2021-09-02 21:44:19 +08:00
TommyLemon
e89f8baf1e
Update users(Tencent) and contributors(from Tencent, Zhihu, YTO Express) 2021-09-02 21:43:05 +08:00
TommyLemon
685c835c15
update users(companies) and contributors 2021-09-02 21:37:31 +08:00
TommyLemon
454ec0399f
简介新增 "零代码实时满足千变万化的各种新增和变更需求" 2021-09-02 16:12:14 +08:00
TommyLemon
77177d1ac5
Update CONTRIBUTING.md 2021-09-02 11:16:23 +08:00