Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy


Commits:
37fc2605 by Carl Friedrich Bolz-Tereick at 2022-05-17T11:01:21+02:00
this part of sqlite3 is just wrong: converters are for converting the results
coming from the db to Python objects, not for converting the parameters. The
condition was useless, because the converters dict uses str keys, whereas the
lookup used a type as a key, always returning None (expensively)

- - - - -


1 changed file:

- lib_pypy/_sqlite3.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/37fc2605c7e5da0129c09011ed7fa18153995828

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/37fc2605c7e5da0129c09011ed7fa18153995828
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com

Reply via email to