• Joined on 2021-07-07
ahall commented on issue xorm/xorm#1979 2021-07-08 13:25:25 +00:00
Problems with busy_timeout with SQL lite, xorm seems to be ignoring it

Did you get a chance to look at this @lunny ? :).

ahall commented on issue xorm/xorm#1979 2021-07-07 16:00:07 +00:00
Problems with busy_timeout with SQL lite, xorm seems to be ignoring it

It is _busy_timeout, that is picked up by mattn/go-sqlite3.

1157a4212d/sqlite3.go (L1137)

Default busy timeout is 5 seconds…

ahall opened issue xorm/xorm#1979 2021-07-07 15:33:07 +00:00
Problems with busy_timeout with SQL lite, xorm seems to be ignoring it