Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1533 closed defect (fixed)

[Patch]MultiThread suport for sqlite[magic-removal]

Reported by: limodou@… Owned by: Adrian Holovaty
Component: Database layer (models, ORM) Version: magic-removal
Severity: major Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When I use sqlite in Apache, but I got thd error:

SQLite objects created in a thread can only be used in that same thread.

And I made this patch according #900, this one seems ok when I restart the apache server. And why #900 patch and other DB patch are still not be applied?

Attachments (2)

sqlitebase.patch (2.6 KB ) - added by limodou@… 18 years ago.
sqlitebase_02.patch (2.7 KB ) - added by limodou@… 18 years ago.

Download all attachments as: .zip

Change History (5)

by limodou@…, 18 years ago

Attachment: sqlitebase.patch added

comment:1 by limodou, 18 years ago

Last patch has bugs, and I made a new one

by limodou@…, 18 years ago

Attachment: sqlitebase_02.patch added

comment:2 by Malcolm Tredinnick <malcolm@…>, 18 years ago

Is this problem fixed by #1442?

comment:3 by limodou@…, 18 years ago

Resolution: fixed
Status: newclosed

I think so. :)

Note: See TracTickets for help on using tickets.
Back to Top