stephencelis/SQLite.swift

Thread Safe?

Open

#259 aberto em 22 de out. de 2015

Ver no GitHub
 (6 comments) (0 reactions) (0 assignees)Swift (1.618 forks)batch import
help wanted

Métricas do repositório

Stars
 (10.145 stars)
Métricas de merge de PR
 (Mesclagem média 6d 17h) (4 fundiu PRs em 30d)

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.

Guia do colaborador