Masha Kachalova

Results 1 comments of Masha Kachalova

ios9: the following code crashes in `connection.scalar` method with `Thread 7: EXC_BREAKPOINT (code=EXC_ARM_BREAKPOINT, subcode=0xdefe)` let connection = try! Connection(fullPath) try! connection.run("CREATE TABLE Records (id INTEGER, name TEXT NOT NULL)") for...