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 1 commit into
base: main
Choose a base branch
from

Conversation

ManakRaj-7
Copy link

…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.

…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant