Open
Description
Feature or enhancement
Proposal:
We can speed up sqlite.Row
subscripting a bit:
- in
pysqlite_row_subscript
, after finding the correct index, use fast tuple API to access data - in
equal_ignore_case
, we can simply assert that we are given two unicode objects
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response