]> granicus.if.org Git - python/commit
sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures
authorPetri Lehtinen <petri@digip.org>
Sun, 19 Feb 2012 19:38:00 +0000 (21:38 +0200)
committerPetri Lehtinen <petri@digip.org>
Tue, 21 Feb 2012 11:49:50 +0000 (13:49 +0200)
commit4fe85abab9f0188733e654a72353217b43f95920
treef8fbb08b8661d4a4ac49a052604a9e70eb453c7e
parent29877e8e04755c919b42ee012495f2e9671f3251
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