Martin7-1
|
b71c6587d8
|
Testcontainers with QueryChainTest
|
2023-12-28 21:17:32 +08:00 |
|
Michael Yang
|
236c136497
|
Merge pull request #238 from farukonfly/main
Fix SUBSTRING function for DB2 V10.5
|
2023-12-24 09:50:31 +08:00 |
|
Michael Yang
|
e610f5bfdd
|
Merge pull request #234 from font-C/main
Fixed:GBase_8s 数据库类型 sql语句 无反义处理
|
2023-12-24 09:49:39 +08:00 |
|
farukonfly
|
c931e203ed
|
Merge branch 'mybatis-flex:main' into main
|
2023-12-23 12:05:15 +08:00 |
|
michael
|
c8365e213f
|
build: v1.7.6 release (^.^)YYa!!
v1.7.6
|
2023-12-23 11:26:45 +08:00 |
|
michael
|
1558c59200
|
build: v1.7.6 release (^.^)YYa!!
|
2023-12-23 10:37:37 +08:00 |
|
michael
|
01e05ff3ab
|
build: v1.7.6 release (^.^)YYa!!
|
2023-12-23 10:35:09 +08:00 |
|
michael
|
2caa9ecef3
|
build: v1.7.6 release (^.^)YYa!!
|
2023-12-23 10:27:45 +08:00 |
|
王帅
|
820f143839
|
!393 update docs/zh/core/table.md.
Merge pull request !393 from 1332987/N/A
|
2023-12-22 08:54:09 +00:00 |
|
1332987
|
7c14d1465f
|
update docs/zh/core/table.md.
全局设置 中示例代码new 对象有问题
Signed-off-by: 1332987 <13329870472@163.com>
|
2023-12-22 08:23:12 +00:00 |
|
farukonfly
|
7228387ec2
|
fix:DB2 V10.5 不支持SUBSTRING函数,把SUBSTRING替换成SUBSTR
|
2023-12-21 22:47:23 +08:00 |
|
Michael Yang
|
6688f1ba70
|
!392 fix Db.updateEntitiesBatch 批量部分更新报错的问题
Merge pull request !392 from tangxin/main
|
2023-12-20 23:13:15 +00:00 |
|
tangxin
|
b56b2a0715
|
Merge branch 'main' of https://gitee.com/mybatis-flex/mybatis-flex into main
|
2023-12-21 00:16:25 +08:00 |
|
tangxin
|
23a55bfdca
|
fix Db.updateEntitiesBatch更新部分字段时报错的问题
|
2023-12-21 00:15:59 +08:00 |
|
Michael Yang
|
c2be249a82
|
!391 Db.selectFirstAndSecondColumnsAsMap(QueryWrapper) 支持(查询结果的第一列作为key,第二列作为value)
Merge pull request !391 from tangxin/main
|
2023-12-20 10:45:11 +00:00 |
|
tangxin
|
f14ebbf764
|
Db.selectFirstAndSecondColumnsAsMap(QueryWrapper) 支持(查询结果的第一列作为key,第二列作为value)
|
2023-12-20 18:34:09 +08:00 |
|
michael
|
353a159c25
|
chore: code format
|
2023-12-19 15:13:19 +08:00 |
|
Michael Yang
|
8122762046
|
!390 update docs/zh/core/data-permission.md.
Merge pull request !390 from bf109f/N/A
|
2023-12-19 07:05:15 +00:00 |
|
Michael Yang
|
ab7e3a4526
|
!389 数据权限处理添加统一入口
Merge pull request !389 from bf109f/main
|
2023-12-19 07:04:58 +00:00 |
|
Michael Yang
|
13e717fc9c
|
!388 Db.selectMap 支持,查询的结果列1作为key,列2作为value
Merge pull request !388 from tangxin/main
|
2023-12-19 07:04:26 +00:00 |
|
Font_C
|
7516634cd0
|
Fixed:GBase_8s 数据库类型语句 无反义处理,
|
2023-12-18 18:19:46 +08:00 |
|
bf109f
|
ff366ae83a
|
update docs/zh/core/data-permission.md.
|
2023-12-18 03:53:55 +00:00 |
|
tangxin
|
8999be6026
|
Db.selectFirstAndSecondColumnsAsMap 支持(查询结果的第一列作为key,第二列作为value)
|
2023-12-18 10:02:13 +08:00 |
|
bf109f
|
d1fb7207e8
|
单元测试空指针修改
|
2023-12-17 21:50:46 +08:00 |
|
bf109f
|
211ae4cd87
|
权限入口单元测试修改 使用单独的表测试
|
2023-12-17 21:47:03 +08:00 |
|
bf109f
|
31a58c8b7f
|
权限入口添加单元测试
|
2023-12-17 20:28:18 +08:00 |
|
bf109f
|
978151a53a
|
添加权限处理统一入口
|
2023-12-17 15:40:42 +08:00 |
|
tangxin
|
f7f3295058
|
Db.selectMap 支持(查询结果的第一列作为key,第二列作为value)
|
2023-12-15 18:08:59 +08:00 |
|
michael
|
944e04eeac
|
test: optimize tests
|
2023-12-15 12:33:35 +08:00 |
|
michael
|
6d98841d65
|
fix: fixed issues in gitee #I8NF9T
|
2023-12-13 16:12:40 +08:00 |
|
michael
|
007fa2bbd1
|
fix: fixed issues in gitee #I8CGVM
|
2023-12-13 16:06:52 +08:00 |
|
开源海哥
|
b06b55821f
|
doc: fixed typo
|
2023-12-08 12:08:08 +08:00 |
|
Michael Yang
|
8e72651335
|
!387 FieldWrapper 处理优化,修复entity部分更新时如有字段类型类似Map<String,List<XXX>>报错的问
Merge pull request !387 from tangxin/main
|
2023-12-06 09:45:47 +00:00 |
|
tangxin
|
8851011df4
|
FieldWrapper 处理优化,修复entity部分更新时如有字段类型类似Map<String,List<XXX>>报错的问题
|
2023-12-06 17:22:18 +08:00 |
|
开源海哥
|
6293228aec
|
doc: update readme
|
2023-12-06 10:55:26 +08:00 |
|
开源海哥
|
c3cd2d2b93
|
feat: optimize FlexSqlSessionFactoryBean.java
|
2023-12-06 10:53:25 +08:00 |
|
Michael Yang
|
1902324018
|
Merge pull request #227 from mofan212/unit-test
test: remove System.out.println(), use assert
|
2023-12-06 10:39:04 +08:00 |
|
Michael Yang
|
8f7076db8d
|
Merge pull request #226 from farukonfly/main
Fix DB2 V10.5 Nulls First|Nulls Last syntax
|
2023-12-06 10:35:30 +08:00 |
|
mofan
|
b429ea6475
|
test: modify failed unit test
|
2023-12-05 23:23:48 +08:00 |
|
farukonfly
|
8724014d12
|
1.不传入asc,desc时也能匹配,2.pattern做成静态的,提高速度
|
2023-12-05 10:50:44 +08:00 |
|
mofan
|
adb9f6f27c
|
test: remove System.out.println(), use assert
|
2023-12-04 23:40:57 +08:00 |
|
farukonfly
|
aa8755bd4b
|
Merge branch 'main' of https://github.com/farukonfly/mybatis-flex
|
2023-12-04 21:46:06 +08:00 |
|
farukonfly
|
4aa76995d4
|
fix:DB2 V10.5 不支持Nulls First|Nulls Last 语法,通过把该语法重写为case when解决
|
2023-12-04 21:45:52 +08:00 |
|
开源海哥
|
a594569307
|
Merge branch 'main' of https://github.com/mybatis-flex/mybatis-flex
|
2023-12-03 12:58:27 +08:00 |
|
Michael Yang
|
ab4f362f35
|
Merge pull request #216 from Faputa/getEntityClass
更好的getEntityClass实现
|
2023-12-03 12:06:06 +08:00 |
|
Michael Yang
|
cf5ecc318d
|
Merge pull request #221 from lcxw/main
build(deps): bump mybatis-spring version to 2.1.2
|
2023-12-03 12:04:11 +08:00 |
|
Michael Yang
|
261760d2a2
|
Merge pull request #224 from mofan212/docs
docs: polish docs
|
2023-12-03 12:03:58 +08:00 |
|
Michael Yang
|
0c42f45d90
|
Merge pull request #225 from farukonfly/main
Add support for DB2 10.5 version
|
2023-12-03 12:03:43 +08:00 |
|
farukonfly
|
5f6697fd43
|
fix:DB2 10.5版本不支持offset关键字进行分页,只能使用row_number over 窗户函数分页
|
2023-12-03 01:38:22 +08:00 |
|
mofan
|
6105923d94
|
docs: polish docs
|
2023-11-30 10:48:34 +08:00 |
|