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

Commits on May 24, 2026

  1. Merge pull request #44 from pavanjava/qql22

    fix for the issue#42
    srimon12 authored May 24, 2026
    Configuration menu
    Copy the full SHA
    dbb6713 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2026

  1. feat: add support for SSL certificate verification in CLI and connect…

    …ion (#47)
    
    * feat: add support for SSL certificate verification in CLI and connection
    
    * fix: ensure client is closed after connection attempt in CLI
    srimon12 authored May 28, 2026
    Configuration menu
    Copy the full SHA
    4a67ba6 View commit details
    Browse the repository at this point in the history
  2. Feat/refractor batch grpc async support (#48)

    * 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.
    
    * feat: enhance batch processing with strict result count checks and null handling
    
    * feat: enhance batch processing and query handling with improved error management and null support
    
    * feat: enhance InExpr and NotInExpr handling with null support in filter building
    
    ---------
    
    Co-authored-by: Srimon <srimon12mckv@gmail.com>
    pavanjava and srimon12 authored May 28, 2026
    Configuration menu
    Copy the full SHA
    4a1fa92 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2026

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

Commits on Jun 13, 2026

  1. feat: add gRPC support with configurable options for Qdrant connection (

    #51)
    
    * feat: add gRPC support with configurable options for Qdrant connection
    
    * feat: improve error handling and parameter validation in Qdrant connection and executor
    srimon12 authored Jun 13, 2026
    Configuration menu
    Copy the full SHA
    df98498 View commit details
    Browse the repository at this point in the history
Loading