Tianbo

Results 4 comments of Tianbo

In my case, happens when published to a Linux distribution but not in Windows

From what I read in the past, multi-thread, multi-process access to the database in LiteDB is quite different than SQLite, maybe that is the reason LiteDB might not have the...

> @TXRock are you using AcquireDistributedLock in async methods? I am not using `AcquireDistributedLock`, but indeed my jobs are executing async methods. But not sure how this is related with...

我遇到的情况: `GetVideoChannelList` 读数据库的时候按 `mediaServerId` 排序,数据库列名首字母是大写 `MediaServerId`。数据库如果列名大小写敏感(例如 postgres)就会报数据库执行错误。反之(例如 mysql/mariadb)就可以正常查询。