Re: Django shared-cache for in-memory SQLite3 is not working

18 views
Skip to first unread message

Krishna Chaitanya

unread,
Sep 25, 2020, 5:25:03 PM9/25/20
to django...@googlegroups.com
On Sat, Sep 26, 2020 at 1:20 AM Krishna Chaitanya
<chaitan...@gmail.com> wrote:
>
> Hi,
>
> I am using Django 1.11 (default on 18.04). But I am still seeing
> https://code.djangoproject.com/ticket/12118 which is fixed in 1.8.
>
> models.save() in a thread is not being committed and not reflected in the
> main thread. I am using py3.6 and sqlite3 version is also met.
>
> $ python3 -c "from sqlite3 import dbapi2 as Database; print
> (Database.__name__, Database.sqlite_version__info)"
>
> sqlite3.dbapi2 (3, 22, 0)
>
> Am I missing something? Any help is appreciated.
>
> Cheers.
Reply all
Reply to author
Forward
0 new messages