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: rbatis/rbatis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.6.8
Choose a base ref
...
head repository: rbatis/rbatis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 6 files changed
  • 3 contributors

Commits on Jul 18, 2025

  1. 修复不使用`将sql的每一行包裹,导致原始sql有换行时生成的sql粘连问题(例:#pysql[(

    select user_id, user_name \n from user
    
    )], 生成的sql为 : select user_id, user_namefrom user,修改后生成的sql为:select user_id, user_name from user)
    Your Name committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    4f5ac92 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. 重新处理了sql的拼接逻辑

    Jiajie6591 committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    a08e6b0 View commit details
    Browse the repository at this point in the history
  2. 重新处理了sql的拼接逻辑,测试全部通过

    Jiajie6591 committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    249f7f1 View commit details
    Browse the repository at this point in the history
  3. 去除了多余代码

    Jiajie6591 committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    32dc60a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30ba917 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. 优化了拼接函数

    Jiajie6591 committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    bd292f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Merge pull request #586 from JiaJIe6591/master

    修复不使用`将sql的每一行包裹,导致原始sql有换行时生成的sql粘连问题
    zhuxiujia authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    25b382e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. feat: 增加机翻README.md

    cctyl committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    72b6372 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. Merge pull request #594 from cctyl/master

    feat: 增加机翻README.md
    zhuxiujia authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    153dc39 View commit details
    Browse the repository at this point in the history
Loading