Hello,
I got this error "sqlite3.OperationalError: database or disk is full? and I
researched about it and created another directory that has lot of space and
pointed SQLITE_TMPDIR, TMPDIR, TMP, TEMP to the newly created directory. I also
used sqlitecur.execute("PRAGMA temp_store = 1;?) but it looks like sqlite is
still using /tmp directory to write temporary files. Can anyone help me on how
to solve this issue ?Thanks, Rohit

