#30008: OperationalError Thrown On Admin Page While Modifying Data
-------------------------------+--------------------------------------
Reporter: Hansheng Zhao | Owner: nobody
Type: Bug | Status: new
Component: Uncategorized | Version: 2.1
Severity: Normal | Resolution:
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Comment (by Paweł Gucwa):
I have the same error:
{{{
>>> import sqlite3
>>> print(sqlite3.version)
2.6.0
>>> print(sqlite3.sqlite_version)
3.26.0
>>> print(sqlite3.connect('file::memory:').cursor().execute('PRAGMA
compile_options').fetchall())
[('COMPILER=gcc-8.2.0',), ('ENABLE_COLUMN_METADATA',),
('ENABLE_DBSTAT_VTAB',), ('ENABLE_FTS3',), ('ENABLE_FTS3_PARENTHESIS',),
('ENABLE_FTS3_TOKENIZER',), ('ENABLE_FTS4',), ('ENABLE_FTS5',),
('ENABLE_JSON1',), ('ENABLE_LOAD_EXTENSION',), ('ENABLE_PREUPDATE_HOOK',),
('ENABLE_RTREE',), ('ENABLE_SESSION',), ('ENABLE_STMTVTAB',),
('ENABLE_UNLOCK_NOTIFY',), ('ENABLE_UPDATE_DELETE_LIMIT',),
('HAVE_ISNAN',), ('LIKE_DOESNT_MATCH_BLOBS',), ('MAX_SCHEMA_RETRY=25',),
('MAX_VARIABLE_NUMBER=250000',), ('OMIT_LOOKASIDE',), ('SECURE_DELETE',),
('SOUNDEX',), ('TEMP_STORE=1',), ('THREADSAFE=1',)]
>>>
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30008#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/071.4587235415bfbd1e7877aad972f57f9b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.