mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Fix for bug #852350. This should work, and it explains why I've never encountered it myself: I don't have mx.DateTime installed. Now we just make sure sqlite thinks *everyone* doesn't have it installed.
This commit is contained in:
parent
2a9d9d1b5d
commit
8e624e6eac
@ -59,6 +59,7 @@ import structures
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
import sqlite
|
import sqlite
|
||||||
|
sqlite.have_datetime = False
|
||||||
Connection = sqlite.Connection
|
Connection = sqlite.Connection
|
||||||
class MyConnection(sqlite.Connection):
|
class MyConnection(sqlite.Connection):
|
||||||
def commit(self, *args, **kwargs):
|
def commit(self, *args, **kwargs):
|
||||||
|
Loading…
Reference in New Issue
Block a user