Refactor entire codebase and rewrite documentation
This commit is contained in:
parent
b4e9755c15
commit
8e471f2b9f
74 changed files with 3341 additions and 4085 deletions
|
|
@ -26,7 +26,7 @@ final class SQLiteRowTests: XCTestCase {
|
|||
XCTAssertEqual(row["name"], .text("Alice"))
|
||||
XCTAssertNil(row["age"])
|
||||
|
||||
row["age"] = SQLiteRawValue.int(30)
|
||||
row["age"] = SQLiteValue.int(30)
|
||||
XCTAssertEqual(row["age"], .int(30))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue