stephencelis/SQLite.swift

Thread Safe?

Open

#259 ouverte le 22 oct. 2015

Voir sur GitHub
 (6 commentaires) (0 réactions) (0 assignés)Swift (1 618 forks)batch import
help wanted

Métriques du dépôt

Stars
 (10 145 stars)
Métriques de merge PR
 (Merge moyen 6j 17h) (4 PRs mergées en 30 j)

Description

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.

Guide contributeur