stephencelis/SQLite.swift

Thread Safe?

オープン

#259 opened on 2015/10/22

 (6 件のコメント) (0 件のリアクション) (0 人の担当者)Swift (1,618 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (10,145 個のスター)
PR merge metrics
 (平均マージ 6d 17h) (30d で 4 merged PRs)

説明

Apologies if I missed it, but I looked through the docs and I haven't seen anything mention whether or not SQLite.swift is thread safe.

I'm seeing some random EXC_BAD_ACCESS crashing that pops up inside of SQLite.swift when calling the libsqlite functions and I'm trying to determine if there's a leak or if it's related to using multiple threads to access the DB potentially concurrently.

コントリビューターガイド