]> granicus.if.org Git - python/commit
sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures
authorPetri Lehtinen <petri@digip.org>
Tue, 21 Feb 2012 11:58:40 +0000 (13:58 +0200)
committerPetri Lehtinen <petri@digip.org>
Tue, 21 Feb 2012 12:04:46 +0000 (14:04 +0200)
commit4ab701b2d30f1975bbea837234f6dfe52785c3d5
tree24bfc442848675af9290debb7d06e737e2fb0022
parent36b7361fe76733b3a4944ef92b49bcea4584b740
sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures

Closes #8033.
Lib/sqlite3/test/userfunctions.py
Misc/ACKS
Misc/NEWS
Modules/_sqlite/connection.c