Issue15764
Created on 2012-08-22 12:51 by jhlj, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| db-test.py | jhlj, 2012-08-22 12:51 | |||
| Messages (3) | |||
|---|---|---|---|
| msg168881 - (view) | Author: Jens Henrik Leonhard Jensen (jhlj) | Date: 2012-08-22 12:51 | |
The _sqlite modules uses sqlite3_prepare and not sqlite3_prepare_v2. With sqlite3_prepare_v2 enables more optiomation. Workaround: Do not use parameters as the right hand argument to GLOB or LIKE. For more documentation see http://www.sqlite.org/optoverview.html. |
|||
| msg168886 - (view) | Author: STINNER Victor (vstinner) * | Date: 2012-08-22 14:15 | |
Such change cannot be done in a version older than Python 3.4 (older versions only accept bugfixes, this is an improvment). |
|||
| msg168890 - (view) | Author: Martin v. Löwis (loewis) * | Date: 2012-08-22 14:57 | |
This is a duplicate of #9303 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:35 | admin | set | github: 59968 |
| 2012-08-22 14:57:49 | loewis | set | status: open -> closed nosy:
+ loewis superseder: Migrate sqlite3 module to _v2 API to enhance performance |
| 2012-08-22 14:15:59 | vstinner | set | nosy:
+ vstinner messages:
+ msg168886 |
| 2012-08-22 12:51:11 | jhlj | create | |