summaryrefslogtreecommitdiffstats
path: root/Lib/sqlite3/test/userfunctions.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-40784: Fix sqlite3 deterministic test (GH-20448)Miss Islington (bot)2020-05-291-9/+27
* bpo-34041: Allow creating deterministic functions in Connection.create_functi...Sergey Fedoseev2018-07-081-0/+23
* Modernize sqlite3 testsBerker Peksag2016-06-121-44/+18
* Issue #23758: Improve num_params docs of create_{function,aggregate} functionsBerker Peksag2016-03-271-0/+31
* Issue #17073: Fix some integer overflows in sqlite3 module.Serhiy Storchaka2013-02-071-12/+48
|\
| * Issue #17073: Fix some integer overflows in sqlite3 module.Serhiy Storchaka2013-02-071-12/+48
* | Merge branch '3.2'Petri Lehtinen2012-02-211-0/+18
|\ \ | |/
| * sqlite3: Fix 64-bit integer handling in user functions on 32-bit architecturesPetri Lehtinen2012-02-211-0/+18
* | Make sqlite3 tests editable with EmacsPetri Lehtinen2012-02-021-1/+1
|/
* change deprecated unittest method calls into their proper names.Gregory P. Smith2009-07-041-28/+28
* Merged revisions 62011 via svnmerge fromMartin v. Löwis2008-03-301-1/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+1
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-081-8/+9
* Fix the sqlite test. Blobs should be created using buffer(b"blob"),Guido van Rossum2007-08-291-3/+3
* Make the sqlite tests pass.Gerhard Häring2007-08-101-2/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-6/+6
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-8/+8
* Make unit tests pass: replace apply() and adapt to different attribute message.Guido van Rossum2006-08-171-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-19/+88
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+14
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+330