Re: Possible bug transaction rollback or SQLite backend

2015-12-09 Thread Jonas H.
> On 03 Dec 2015, at 17:04, Carl Meyer wrote: > >> I use Python 3.5, SQLite 3.9.2 and I can reproduce the crash on Django >>> =1.8.4,<1.9. > > This might be useful information to add to > https://code.djangoproject.com/ticket/24080, if it's not already present > there. > > Does the version ran

Re: Possible bug transaction rollback or SQLite backend

2015-12-03 Thread Carl Meyer
Hi Jonas, On 12/03/2015 07:02 AM, Jonas H wrote: > Hi there, > > there seems to be something wrong with either the SQLite backend, the > SQLite library itself or Django's transaction handling. Whenever I try > to run the test suite of a specific project of mine > (https://github.com/jonashaag/fah

Re: Possible bug transaction rollback or SQLite backend

2015-12-03 Thread Jonas H
Tim, thanks for the pointer. I'm not sure if my issue is related. I've found a minimal example for another (same?) issue: https://code.djangoproject.com/ticket/25860 -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itsel

Re: Possible bug transaction rollback or SQLite backend

2015-12-03 Thread Tim Graham
Hi Jonas, I wonder if https://code.djangoproject.com/ticket/24080 might be related. If you could distill the project you linked into a minimal example to reproduce that would be ideal. By the way, "is it a bug?" questions normally go to django-users. Tim On Thursday, December 3, 2015 at 9:02:54

Possible bug transaction rollback or SQLite backend

2015-12-03 Thread Jonas H
Hi there, there seems to be something wrong with either the SQLite backend, the SQLite library itself or Django's transaction handling. Whenever I try to run the test suite of a specific project of mine (https://github.com/jonashaag/fahrtkostenrechner), using `fahrtkostenrechner/manage.py test