Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic tests for sqlean extensions in extensions.rs(Update extensi… #1822

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 16, 2024

  1. Add basic tests for sqlean extensions in extensions.rs(Update extensi…

    …ons.rs)
    
    Add test functions for Sqlean extensions (vss0, math0, fuzzy0, stats0)
    
    - Added tests to extensions.rs for the following Sqlean extensions:
      - vss0: Vector similarity search
      - math0: Mathematical functions (e.g., sin(PI / 2))
      - fuzzy0: String distance (e.g., Levenshtein distance)
      - stats0: Statistical operations (e.g., calculating averages)
      
    - Tests include creating sample tables, executing relevant SQL queries, and verifying the functionality of each extension.
    ManakRaj-7 authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    9fbd2d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

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