Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: binyly/Blog.Core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: anjoy8/Blog.Core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 35 files changed
  • 2 contributors

Commits on Dec 3, 2024

  1. ✨调整SqlSugar缓存

    LemonNoCry committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    d0b029f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    593505a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. Configuration menu
    Copy the full SHA
    cc8965b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2025

  1. Configuration menu
    Copy the full SHA
    020ef4b View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. ✨⚡️ 新增SqlSugar DbMaintenance扩展,支持清除SqlSugar表信息缓存功能

    使用场景:
    调用 DbMaintenance.IsAnyTable 时会缓存表的元数据信息, SqlSugar 未提供显式清理该缓存的方法。
    如果通过 DbMaintenance.IsAnyTable(tableName, false) 绕过缓存, 则每次调用都会重新查询所有表信息,影响性能。
    建议在InitTable后进行清理缓存.
    LemonNoCry committed May 22, 2025
    Configuration menu
    Copy the full SHA
    6430fd1 View commit details
    Browse the repository at this point in the history
  2. 📝 增加README说明

    LemonNoCry committed May 22, 2025
    Configuration menu
    Copy the full SHA
    692b0ec View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Configuration menu
    Copy the full SHA
    93559c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Configuration menu
    Copy the full SHA
    bcb4d17 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2026

  1. Configuration menu
    Copy the full SHA
    b36662e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e41f963 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. Configuration menu
    Copy the full SHA
    1ec95ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request anjoy8#378 from LiDoubt/fix-bug-in-tasks

    将 `int jobid` 的类型更改为 `long jobid`,再添加任务时候,创建的ID为雪花ID
    LemonNoCry authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    bbb9aa7 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2026

  1. Configuration menu
    Copy the full SHA
    efb3ffb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc01216 View commit details
    Browse the repository at this point in the history
Loading