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: sn0wfree/ClickSQL
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: test_code_516_auth_issue
Choose a base ref
...
head repository: sn0wfree/ClickSQL
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.
  • 7 commits
  • 30 files changed
  • 2 contributors

Commits on Oct 19, 2021

  1. update version

    update for debug issue:Code 516,"it is not allowed to use Authorization HTTP header and authentication via parameters simultaneously"
    sn0wfree committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    392a6fa View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. add insert_df

    sn0wfree committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    88548e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    497eb8d View commit details
    Browse the repository at this point in the history
  2. alter requirements.txt

    sn0wfree committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    59add3d View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. add api service

    sn0wfree committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b3aa759 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. feat: Add performance optimizations, async support, MCP tools, and no…

    …des enhancements
    
    - Performance: Add orjson support, QueryCache (LRU+TTL), SessionPool
    - Async: Add insert_df_async(), insert_df_async_server(), execute_async()
    - MCP: Add MCP tools module with 12 AI agent functions
    - Features: Settings passthrough, Variant types, Projections APIs
    - Nodes: Add aggregation functions, merge utilities, update operators
    - Tests: Add test_mcp.py and test_new_features.py
    - Docs: Update README with new features and usage examples
    - Security: Remove sensitive credentials from examples
    sn0wfree committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    723d686 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eafdd09 View commit details
    Browse the repository at this point in the history
Loading