Beto Dealmeida
Beto Dealmeida
@Karlodun unfortunately I don't think this used to work the way you described. We only store the hash of the user password, and the impersonation has always worked by only...
This is hard to debug. What architecture are you using, and what version of apsw do you have? (you can run `SELECT VERSION()` to see the version.)
@DLT1412 can you give more context on what you're trying to do here? Thanks!
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.
Ah, thanks, I'll fix it!
> Also was able to get the multiselect constraintargs in the Filter() method. You mean supporting `IN` statements? That would be great!
The best index branch has been merged in master, so you can just use master.
(I should start deleting branches.)
@AndrewFucher do you want to write a PR? All you need to do is add: ```python import_dbapi = dbapi ``` Here: https://github.com/betodealmeida/shillelagh/blob/cd2c6b1859eef3a6929edddc9305ab15992cc028/src/shillelagh/backends/apsw/dialects/base.py#L61
Added in https://github.com/betodealmeida/shillelagh/pull/452.