李晓双 Li Xiao Shuang
a6197af66f
Add unit tests to TeantCapacityMapperByMySql class ( #9531 )
2022-11-10 15:12:14 +08:00
李晓双 Li Xiao Shuang
ba57944063
Add unit tests to TeantInfoMapperByMySql class ( #9532 )
2022-11-10 15:11:42 +08:00
李晓双 Li Xiao Shuang
6465cd42c5
Add unit tests to AbstractMapper class ( #9533 )
2022-11-10 15:11:07 +08:00
李晓双 Li Xiao Shuang
a42e55e43f
Add unit tests to MapperManager class ( #9534 )
2022-11-10 15:10:16 +08:00
李晓双 Li Xiao Shuang
7c1e5483b6
Add unit tests to GroupCapacityMapperByMySql class ( #9529 )
2022-11-10 15:09:11 +08:00
无处不在
ec7ba18792
[impr]Update some method from RETURN_GENERATED_KEYS replace to String[]{"id"},Avoid database compatibility issues ( #9515 )
2022-11-10 09:42:38 +08:00
李晓双 Li Xiao Shuang
3f1b96b15a
[ISSUE #9516 ] Clean up PersistService invalid code logic ( #9517 )
...
* Clean up PersistService invalid code logic
* Clean up PersistService invalid code logic
* Clean up PersistService invalid code logic
2022-11-10 09:42:35 +08:00
李晓双 Li Xiao Shuang
00dea25de0
[ISSUE #9506 ] Sql extraction of group_capacity table ( #9507 )
...
* sql extraction of group_capacity table
* sql extraction of group_capacity table
* sql extraction of group_capacity table
* sql extraction of group_capacity table
2022-11-09 09:24:23 +08:00
李晓双 Li Xiao Shuang
0348014c17
[ISSUE #9490 ] Optimize datasource name configuration reading ( #9491 )
...
* Optimize data source name configuration reading
* Optimize data source name configuration reading
* Compatible with old and new datasource platform read
* Compatible with old and new datasource platform read
* Compatible with old and new datasource platform read
* Compatible with old and new datasource platform read
* fix unit test
* fix unit test
2022-11-08 09:22:33 +08:00
The-Gamer-01
3750f73bd4
[ISSUE #9486 ]Optimizing paging parameters. ( #9488 )
2022-11-06 17:25:04 +08:00
李晓双 Li Xiao Shuang
6849af1547
Optimizing paging parameters ( #9487 )
2022-11-06 16:59:27 +08:00
李晓双 Li Xiao Shuang
40519a22d5
[ISSUE #9475 ] Abstract common count method ( #9481 )
...
* Abstract common count method
* Abstract common count method
* Abstract common count method
* Abstract common count method
* Abstract common count method
* Abstract common count method
2022-11-06 15:53:05 +08:00
The-Gamer-01
ff2497d999
[ISSUE #9449 ]Add Tenant Capacity mapper. ( #9456 )
2022-11-05 00:44:21 +08:00
李晓双 Li Xiao Shuang
d5fb300dd2
[ISSUE #9475 ] Abstract common count method ( #9476 )
...
* Abstract common count method
* Abstract common count method
* Abstract common count method
* Abstract common count method
2022-11-04 22:52:30 +08:00
李晓双 Li Xiao Shuang
9ea8333373
[ISSUE #9466 ] Modify the findMapper method of MapperManager to be a generic method ( #9467 )
...
* Modify the findMapper method of MapperManager to be a generic method
* Modify the findMapper method of MapperManager to be a generic method
2022-11-04 16:52:27 +08:00
The-Gamer-01
0aeb2bd2cc
[ISSUE #9449 ]Add Tenant Information mapper. ( #9454 )
2022-11-03 13:58:21 +08:00
KomachiSion
68d7f042d1
Fix update config info cas error.
2022-10-27 14:08:11 +08:00
李晓双 Li Xiao Shuang
97ca821cee
fix sql ( #9386 )
2022-10-25 00:58:34 +08:00
The-Gamer-01
7a4897830b
[ISSUE #8312 ]Merge sql. ( #9385 )
...
* [ISSUE #8312 ]Merge sql.
* [ISSUE #8312 ]Fix bugs.
2022-10-24 23:07:05 +08:00
KomachiSion
3cf00c7ccb
Fix some derby datasource plugin sql problem.
2022-10-24 19:53:44 +08:00
The-Gamer-01
398959d931
[ISSUE #8312 ]Finish the datasource plugin. ( #9226 )
...
* [ISSUE #8312 ]Finish the datasource plugin.
* [ISSUE #8312 ]Update derby PersistService impl.
2022-10-24 15:34:40 +08:00
The-Gamer-01
a8d63609f2
[ISSUE #8312 ]Finish all mappers. ( #9199 )
...
* [ISSUE #8312 ]Finish all mappers.
* [ISSUE #8312 ]Fix some bugs about mapper.
2022-10-24 15:34:39 +08:00
The-Gamer-01
6a871b316f
[ISSUE #8312 ]Update the mappers. ( #9190 )
...
* [ISSUE #8312 ]Update the mappers.
* [ISSUE #8312 ]Update derby mappers.
2022-10-24 15:34:38 +08:00
The-Gamer-01
6416e217a8
[ISSUE #8312 ]Update the ConfigInfoMapperByMySql and some derby mappers. ( #9181 )
2022-10-24 15:34:37 +08:00
The-Gamer-01
56c2a5954c
[ISSUE #8312 ]Update the mappers. ( #9171 )
2022-10-24 15:34:35 +08:00
The-Gamer-01
30a9431bfc
[ISSUE #8312 ]Update the mysql implementation of ConfigInfoAggrMapper and ConfigInfoBetaMapper. ( #9159 )
2022-10-24 15:34:35 +08:00
The-Gamer-01
77eb1915c9
[ISSUE #8312 ]Update all mapper. ( #9145 )
2022-10-24 15:34:33 +08:00
The-Gamer-01
0432b95c12
[ISSUE #8312 ] Add more mapper. ( #9119 )
...
* [ISSUE #8312 ] Create ConfigInfoTagMapper, HisConfigInfoMapper and TenantInfoMapper.
* [ISSUE #8312 ] Add more mapper.
* [ISSUE #8312 ]Let mappers extend Mapper.
2022-10-24 15:34:32 +08:00
The-Gamer-01
f44b28461a
[ISSUE #8312 ] Create ConfigInfoBetaMapper.( #8312 ) ( #9118 )
2022-10-24 15:34:30 +08:00
The-Gamer-01
3ebd3b74ff
[ISSUE#8312] Update ConfigInfoMapper and create ConfigInfoAggrMapper. ( #9112 )
...
* Commit ConfigInfoMapper.
* Update ConfigInfoMapper and create ConfigInfoAggrMapper.
2022-10-24 15:34:29 +08:00
The-Gamer-01
a8b4615754
Commit ConfigInfoMapper. ( #9084 )
2022-10-24 15:34:23 +08:00
The-Gamer-01
aa6cd4450f
Create data source plugin framework. ( #9063 )
2022-10-24 15:34:22 +08:00