Commit Graph

88 Commits

Author SHA1 Message Date
anjoy8
c6ea94f71b Fixed #230 bug. 2022-01-29 15:59:29 +08:00
ansonzhang
dc828820f9
Merge pull request #213 from anjoy8/net6-rc
Net6 rc
2021-11-18 14:48:36 +08:00
tianyu
8eb59ee3da 田雨
修改引用对象 SqlSugarScope
2021-11-18 10:00:48 +08:00
anjoy8
bd53e42a22 update to .net6.0 2021-11-09 18:02:41 +08:00
hudingwen
81e8a44441 分支测试
目录调整
2021-07-29 15:29:56 +08:00
wuare
b2ccdd8426 remove unused param tag 2021-06-01 13:51:55 +08:00
ansonzhang
bdea9208f6
Fixed #180 Bug 2021-04-30 10:51:12 +08:00
zhanganzhong
a26cf8e116 fix bug #165 2021-03-09 09:17:48 +08:00
hudingwen
780d220e6f 开放SqlsugarClient方便DAL层使用 2021-03-03 13:38:17 +08:00
anjoy8
b64e95274c Update IBaseRepository.cs 2020-12-28 11:02:08 +08:00
Mac.Nine
1d4a3f2acb Modify query data list according to
specific column,
modify filter condition (original string) to expression,
which can be used for multiple filter conditions
修改按照特定列查询数据列表,修改过滤条件(原string)修改为表达式,可用于多过滤条件
2020-12-18 14:25:59 +08:00
anjoy8
9fbfd63215 rename mongodb context name 2020-12-07 03:16:21 +00:00
Mac.Nine
e25324c6f9 按照特定列查询数据列表带条件排序 2020-12-04 16:41:06 +08:00
anjoy8
e4156c3f07 sqlsugar specific column query
sqlsugar特定列查询
2020-12-04 06:15:08 +00:00
anjoy8
bda0cf026e Update Blog.Core.Repository.csproj 2020-12-03 03:29:19 +00:00
anjoy8
e31fe21b87 Ⓜ️ Inherit MongoDB functionality
集成MongoDb功能
2020-12-03 03:01:58 +00:00
ansonzhang
cb41ccb259 try to use event bus in project
尝试使用事件总线
2020-11-19 11:59:36 +00:00
ansonzhang
47b45a14c9 💯 Migrate to.NET 5.0
迁移到.net 5.0
2020-11-11 12:52:56 +00:00
anjoy8
f2ebb921d5 Update BaseRepository.cs 2020-10-11 10:10:44 +08:00
835318109@qq.com
25887556fe 菜单修改时,批量更新关系表中的接口与菜单的关系 2020-08-15 17:11:08 +08:00
anjoy8
01fedb3996 Update BaseRepository.cs 2020-08-14 12:03:39 +08:00
anjoy8
42369ee018 weakrepo 2020-07-30 18:33:09 +08:00
anjoy8
af0195f47a migrate 2020-07-09 17:50:03 +08:00
anjoy8
8fb8d80f20 rename webapi 2020-06-22 12:04:09 +08:00
anjoy8
17cf90660d test muchtable for page 2020-06-12 18:13:32 +08:00
anjoy8
5d27ef4b6a Reflection generates all models
反射生成全部实体
2020-06-08 13:29:39 +08:00
anjoy8
6819c3a899 remove all no need using
去掉不必要的引用
2020-06-04 22:58:53 +08:00
anjoy8
7b752536fb sqlsugar mapper much table 2020-05-18 19:40:04 +08:00
Simon
436b99cf0d Update To Support Publish The Release Configuration 2020-05-18 06:55:53 +08:00
Simon
c2ab75b60e 1.Update DbFirstController For Development Environmental;
2.Update FrameSeed To Support MutiDB.
2020-05-18 06:46:08 +08:00
anjoy8
f6738efd35 add sql query
增加sql语句查询
2020-04-27 11:27:39 +08:00
anjoy8
7e8ca10541 add some console.alert
增加输出信息
2020-04-22 23:09:41 +08:00
anjoy8
403b30a3ed add quartz.net
增加 任务调度 quartz.net
2020-03-22 22:09:16 +08:00
anjoy
55ae4fbd9b add alert when seeding data
在项目启动的时候,提示数据库信息
2019-12-25 16:02:59 +08:00
anjoy
7176aa198c Implement multiple database operations 🍊
实现多个数据库的操作
2019-12-23 18:50:09 +08:00
anjoy
b0100b9936 Muti DB Connect (1)
多库操作(二)
2019-12-17 17:26:43 +08:00
anjoy
584de77224 Muti DB Connect (1) more 2019-12-17 13:36:36 +08:00
ansonzhang
00b9ec48c0 Multi-table query -> Role Module Map #40 🍈
将授权处理器中的角色菜单关系改造成多表查询。
2019-12-12 23:02:11 +08:00
anjoy
64b8e7a7d6 Revert "Multi-table query -> Role Module Map"
This reverts commit a623ada3d3.
2019-12-12 19:18:03 +08:00
anjoy
a623ada3d3 Multi-table query -> Role Module Map
将授权处理器中的角色菜单关系改造成多表查询。
2019-12-12 18:39:09 +08:00
anjoy
a72ae8a3a1 Project upgraded to netcore 3.1
项目升级到 netcore 3.1
2019-12-04 12:17:39 +08:00
anjoy
58e6af0fa6 add func -> update db without using object
1、新增不使用对象实例来更新数据库数据;
2、完善上传图片接口,一边更好配合editor
3、修复工作单元中 SqlAOP 日志记录
2019-11-21 12:14:41 +08:00
anjoy
322d5971d5 fix transactions do not work in MSSQL
简单修复了下在SQL server中,事务会出现偶尔无效的问题
2019-10-23 14:09:06 +08:00
anjoy
a1b8497d6a Merge branch 'netcore3.0'
将主分支更新到 3.0
2019-10-21 12:02:14 +08:00
anjoy
9498a4ffe2 Resolve memory leaks 2019-09-27 14:09:13 +08:00
anjoy8
72fd639566 Test Sqlsugar Multi-table queries 🍵 2019-07-03 23:50:21 +08:00
anjoy8
6aa61ebe32 fixed naming error 🐬 2019-06-20 18:14:48 +08:00
anjoy8
7d05e1b8a4 Update BaseRepository.cs 2019-06-06 18:14:26 +08:00
anjoy8
62f5fc8218 Update BaseRepository.cs 2019-06-01 11:59:54 +08:00
anjoy8
9da9841395 Update BaseRepository.cs 2019-05-28 16:46:23 +08:00