natskvi

Results 4 issues of natskvi

### Describe the bug Running ```python meta.reflect(engine) meta.drop_all(engine) ``` on an existing, nonempty SQLite database results in the following exception: ``` (sqlite3.OperationalError) table sqlite_sequence may not be dropped ``` I...

documentation
sqlite
PRs welcome

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

(Duplicate of #5390) ### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and...

enhancement

Thanks for making this library available, I found it useful. Minor problem: Because you specify the `SQLITE_ANY` type in all five `sqlite3_create_function()` statements in `digest.c`, the digest functions cannot be...