王超
|
0d22266837
|
update docs/zh/base/parts/base-mapper-query-methods.md.
Signed-off-by: 王超 <920806536@qq.com>
|
2023-10-12 08:34:26 +00:00 |
|
王超
|
2571721b20
|
update docs/zh/base/parts/base-mapper-query-methods.md.
Signed-off-by: 王超 <920806536@qq.com>
|
2023-10-12 08:31:27 +00:00 |
|
王超
|
f30f28454f
|
update docs/zh/base/service.md.
Signed-off-by: 王超 <920806536@qq.com>
|
2023-10-12 08:30:09 +00:00 |
|
Michael Yang
|
d5cf8f53ea
|
!364 SQLSERVER_2005 多表分页bug修复
Merge pull request !364 from 简单风/fix-bug-#I87AOA
|
2023-10-12 08:26:52 +00:00 |
|
王超
|
8b532e18df
|
update docs/zh/base/parts/base-mapper-delete-methods.md.
Signed-off-by: 王超 <920806536@qq.com>
|
2023-10-12 08:22:33 +00:00 |
|
王超
|
7ca4279e04
|
update docs/zh/base/parts/base-mapper-query-methods.md.
Signed-off-by: 王超 <920806536@qq.com>
|
2023-10-12 08:14:46 +00:00 |
|
chenjh3
|
857baa6cbe
|
fix-bug:#I87AOA QueryWrapper 构建的SQL 与 执行的SQL不一致
|
2023-10-12 15:23:04 +08:00 |
|
Michael Yang
|
75cb543b2a
|
!363 增加QueryColumnBehavior内置的规则,方便使用
Merge pull request !363 from 简单风/flex-feature-queryColumnBehavior
|
2023-10-12 03:25:55 +00:00 |
|
chenjh3
|
893cabc9bb
|
QueryColumnBehavior增加内置的忽略规则,方便使用
|
2023-10-12 11:13:46 +08:00 |
|
Michael Yang
|
83a22fa5b0
|
!361 test: 测试 Row 包含 null 值字段
Merge pull request !361 from 王帅/main
|
2023-10-11 11:50:33 +00:00 |
|
Suomm
|
eccc24a4f9
|
test: 添加 Assert 断言。
|
2023-10-11 18:04:03 +08:00 |
|
Suomm
|
e2317d525a
|
test: 测试 Row 包含 null 值字段。
|
2023-10-11 16:52:40 +08:00 |
|
开源海哥
|
34289fbcd5
|
fix: fix and close #184
|
2023-10-11 09:51:22 +08:00 |
|
Michael Yang
|
8b5b1798f7
|
!360 customConfig变更为putAll方法
Merge pull request !360 from 李楠/main
|
2023-10-10 06:36:45 +00:00 |
|
LeeNan
|
32a7072c64
|
提供了GlobalConfig的customConfig的getter/setter,代码生成器参数列表加入customConfig (变更为putAll方法)
|
2023-10-10 14:29:30 +08:00 |
|
LeeNan
|
2670654bd4
|
Merge branch 'main' of https://gitee.com/qq925966998/mybatis-flex
# Conflicts:
# mybatis-flex-codegen/src/main/java/com/mybatisflex/codegen/generator/impl/ControllerGenerator.java
# mybatis-flex-codegen/src/main/java/com/mybatisflex/codegen/generator/impl/EntityGenerator.java
# mybatis-flex-codegen/src/main/java/com/mybatisflex/codegen/generator/impl/MapperGenerator.java
# mybatis-flex-codegen/src/main/java/com/mybatisflex/codegen/generator/impl/MapperXmlGenerator.java
# mybatis-flex-codegen/src/main/java/com/mybatisflex/codegen/generator/impl/ServiceGenerator.java
# mybatis-flex-codegen/src/main/java/com/mybatisflex/codegen/generator/impl/ServiceImplGenerator.java
# mybatis-flex-codegen/src/main/java/com/mybatisflex/codegen/generator/impl/TableDefGenerator.java
|
2023-10-10 14:27:30 +08:00 |
|
LeeNan
|
1ce69ada5a
|
提供了GlobalConfig的customConfig的getter/setter,代码生成器参数列表加入customConfig (变更为putAll方法)
|
2023-10-10 14:21:05 +08:00 |
|
Michael Yang
|
ce80ed795c
|
!358 完善修改:给core的所有的测试用例都加上断言判断
Merge pull request !358 from 简单风/flex-update-core-tester
|
2023-10-10 04:27:18 +00:00 |
|
Michael Yang
|
c2742a9e68
|
!359 代码生成器中没有将自定义配置customConfig添加至参数列表
Merge pull request !359 from 李楠/main
|
2023-10-10 04:26:27 +00:00 |
|
LeeNan
|
6a3ace95da
|
提供了GlobalConfig的customConfig的getter/setter,代码生成器参数列表加入customConfig
|
2023-10-10 11:52:52 +08:00 |
|
chenjh3
|
4644dfaad8
|
完善:给core的所有的测试用例加上断言
|
2023-10-10 11:48:23 +08:00 |
|
Michael Yang
|
2885fbf10e
|
!357 fix:重置dynamicTableProcessor,防止影响其他的测试用例
Merge pull request !357 from 简单风/flex-fix-accountsqltester
|
2023-10-10 02:31:49 +00:00 |
|
chenjh3
|
040878355e
|
1.fix:重置dynamicTableProcessor,防止影响其他的测试用例。2.把AccontSqlTester中所有的测试用例都加上断言判断。
|
2023-10-10 10:07:28 +08:00 |
|
开源海哥
|
32409b871b
|
build: v1.7.0 release (^.^)YYa!!
v1.7.0
|
2023-10-09 17:44:01 +08:00 |
|
开源海哥
|
67a187484f
|
build: v1.7.0 release (^.^)YYa!!
|
2023-10-09 17:43:54 +08:00 |
|
开源海哥
|
0e83e5f860
|
fix: github fix and close #181
|
2023-10-09 17:29:57 +08:00 |
|
开源海哥
|
f12af070e2
|
build: v1.6.9 release (^.^)YYa!!
|
2023-10-09 11:31:36 +08:00 |
|
开源海哥
|
9521f4fa8b
|
build: v1.6.9 release (^.^)YYa!!
v1.6.9
|
2023-10-09 11:19:14 +08:00 |
|
开源海哥
|
444c080f4e
|
build: v1.6.9 release (^.^)YYa!!
|
2023-10-09 11:19:08 +08:00 |
|
开源海哥
|
9b12d5f75b
|
fix: replaceResultMap error
|
2023-10-09 10:30:37 +08:00 |
|
开源海哥
|
bc6694a8a6
|
style: code format
|
2023-10-08 18:49:13 +08:00 |
|
Michael Yang
|
c5fb1fbea8
|
!356 Mapper支持Entity作为入参进行查询与删除
Merge pull request !356 from 王超/main
|
2023-10-08 10:38:53 +00:00 |
|
Watcher.Wang
|
150416a7c3
|
Mapper增加Entity作为入参进行查询与删除的方法,根据Entity的主键进行查询与删除。
IService增加引用上述方法。
|
2023-10-08 17:27:57 +08:00 |
|
Michael Yang
|
230742fe5d
|
!355 添加ifNull函数 lambda getter 参数模式下可能缺失的非lambda getter elseColumn参数
Merge pull request !355 from 关梦园/main
|
2023-10-07 14:27:35 +00:00 |
|
guanmengyuan
|
df07c66a5d
|
添加ifNull函数lambda下缺失的非lambda elseColumn参数
|
2023-10-07 22:04:02 +08:00 |
|
开源海哥
|
a40763e7b6
|
fix: throw IllegalStateException if config "valueField" for @Relation annotations
|
2023-10-07 16:11:00 +08:00 |
|
开源海哥
|
bb900008cd
|
Merge branch 'main' of https://github.com/mybatis-flex/mybatis-flex
|
2023-10-07 09:45:26 +08:00 |
|
Michael Yang
|
a146a2c036
|
Merge pull request #178 from DanielLiu1123/processor-optional
Configuration processor and autoconfigure processor should be optional
|
2023-10-07 09:42:02 +08:00 |
|
Freeman Liu
|
a40c3ecf23
|
feat: configuration-processor and autoconfigure-processor should be optional
|
2023-10-06 23:42:18 +08:00 |
|
开源海哥
|
d2e5c79e4b
|
Merge branch 'main' of https://gitee.com/mybatis-flex/mybatis-flex
|
2023-10-02 12:09:27 +08:00 |
|
Michael Yang
|
276c6915a7
|
!354 feat:Lambda 方式支持构建 allColumns 或者 defaultColumns
Merge pull request !354 from 王帅/main
|
2023-10-02 04:09:11 +00:00 |
|
Michael Yang
|
7b1a74eb56
|
Merge pull request #174 from shaoerkuai/main
feat:增加QueryMethods使用
|
2023-10-02 11:34:39 +08:00 |
|
Suomm
|
3b90348ada
|
test: 测试 Lambda 方式 SQL 列构建。
|
2023-10-01 19:58:41 +08:00 |
|
Suomm
|
8880033464
|
feat: Lambda 方式支持 allColumns 和 defaultColumns 构建。
|
2023-10-01 19:58:21 +08:00 |
|
Suomm
|
aeabd8fc50
|
build: 在测试环境添加一个 SQL 格式化依赖。
|
2023-10-01 19:57:04 +08:00 |
|
Michael Yang
|
5eadf0e31b
|
!353 feat:新增当审计消息达到一定数量时,发送审计消息的收集器。
Merge pull request !353 from 王帅/main
|
2023-09-29 14:07:41 +00:00 |
|
Suomm
|
d03367e8b6
|
feat: 计数消息收集器。
|
2023-09-28 22:12:41 +08:00 |
|
Suomm
|
5bcf62d56c
|
feat: 继承抽象消息收集器。
|
2023-09-28 22:09:30 +08:00 |
|
Suomm
|
001d0f5e1c
|
feat: 抽象消息收集器。
|
2023-09-28 22:09:17 +08:00 |
|
开源海哥
|
c6e691012a
|
build: v1.6.8 release (^.^)YYa!!
v1.6.8
|
2023-09-28 18:26:14 +08:00 |
|