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: feigeCode/onetcli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.3
Choose a base ref
...
head repository: feigeCode/onetcli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.4
Choose a head ref
  • 7 commits
  • 22 files changed
  • 1 contributor

Commits on Jul 7, 2026

  1. Configuration menu
    Copy the full SHA
    efd2dfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdb99b9 View commit details
    Browse the repository at this point in the history
  3. fix(sql_editor): 修正游标位置时获取正确的SQL语句

    - 优化 sql_text_for_run_current 函数,避免空语句返回 None
    - 使用解析后语句列表,根据游标前语句数量准确索引当前语句
    - 添加单元测试验证多行语句中游标内语句提取正确性
    - 确保游标落在语句内部时返回完整的多行SQL片段
    feigeCode committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    c975264 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8895dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49dd455 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8024eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7be32e View commit details
    Browse the repository at this point in the history
Loading