-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Support Additional Virtual Table Functionality in apsw 3.41.0.0 #344
Comments
Yeah! I started working on this, but had some problems compiling from source. With the new release I should be able to jus use the wheel. Will finish the branch. |
@betodealmeida - see discussion in rogerbinns/apsw#428. You need to increment the value of the argvIndex in your function BestIndexObject():
|
Ah, thanks, I'll fix it! |
By the way - I applied your bestindex branch to 1.2.0 and built it and everything is working great. Also was able to get the multiselect constraintargs in the Filter() method. if you're interested I can share my changes for that - although I wonder whether that's not too specific to my use case. |
You mean supporting |
Yes, that's why I went with the BestIndexObject you provided. Shall I checkout a branch off the bestindex branch? |
The best index branch has been merged in master, so you can just use master. |
(I should start deleting branches.) |
hi, can you elaborate how to support |
See release notes, specifically:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: