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: pavanjava/qql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: pavanjava/qql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/refractor-batch-grpc-async-support
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 19 files changed
  • 2 contributors

Commits on May 24, 2026

  1. feat: add async execution and batched programmatic APIs

    Add async QQL support with AsyncConnection and AsyncExecutor, plus sync
    and async batching helpers for running multiple statements through one
    programmatic API. Introduce BEGIN BATCH syntax, parameterized query
    helpers, and optional gRPC connection settings.
    
    Refactor shared parser and executor logic into qql.utils so sync and
    async paths can reuse filter conversion, vector shaping, topology parsing,
    batch grouping, and search parsing helpers.
    
    Update tests and docs for async usage, batching, parameterized queries,
    gRPC configuration, and batch block execution.
    srimon12 committed May 24, 2026
    Configuration menu
    Copy the full SHA
    8a066e1 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2026

  1. Configuration menu
    Copy the full SHA
    43e0b3a View commit details
    Browse the repository at this point in the history
  2. feat: enhance batch processing and query handling with improved error…

    … management and null support
    srimon12 committed May 25, 2026
    Configuration menu
    Copy the full SHA
    9865b0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfb81c4 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2026

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