Changes by Philippe Devalkeneer :
--
nosy: +flupke
___
Python tracker
<http://bugs.python.org/issue1525806>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Philippe Devalkeneer :
--
nosy: +flupke
___
Python tracker
<http://bugs.python.org/issue14076>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Philippe Devalkeneer :
--
nosy: +flupke
___
Python tracker
<http://bugs.python.org/issue22327>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Philippe Devalkeneer :
--
nosy: +flupke
___
Python tracker
<http://bugs.python.org/issue6717>
___
___
Python-bugs-list mailing list
Unsubscribe:
Philippe Devalkeneer added the comment:
Here a new patch with sqlite3_int64 type, and unit test.
--
Added file:
http://bugs.python.org/file20313/broken_long_sqlite_userfunctions.diff
___
Python tracker
<http://bugs.python.org/issue8
Philippe Devalkeneer added the comment:
Ok I will redo a patch in the next few days with possibly type sqlite3_int64,
and include tests.
Thank you for the review.
--
___
Python tracker
<http://bugs.python.org/issue8
Philippe Devalkeneer added the comment:
No, I made a mistake in my build, test_sqlite runs actually fine before and
after the patch.
--
___
Python tracker
<http://bugs.python.org/issue8
Philippe Devalkeneer added the comment:
The regression tests do not work anymore in test_sqlite with the patch, I will
check more in details why... sorry.
--
___
Python tracker
<http://bugs.python.org/issue8
Philippe Devalkeneer added the comment:
Hello,
Here is a patch to fix it :)
( and don't blame me too much if something is not correct, it's the first patch
I submit :) )
Philippe
--
keywords: +patch
nosy: +flupke
Added file:
http://bugs.python.org