Refactor entire codebase and rewrite documentation
This commit is contained in:
parent
b4e9755c15
commit
8e471f2b9f
74 changed files with 3341 additions and 4085 deletions
|
|
@ -4,8 +4,8 @@ import DataLiteCore
|
|||
|
||||
struct BoolTests {
|
||||
@Test func testBoolToSQLiteRawValue() {
|
||||
#expect(true.sqliteRawValue == .int(1))
|
||||
#expect(false.sqliteRawValue == .int(0))
|
||||
#expect(true.sqliteValue == .int(1))
|
||||
#expect(false.sqliteValue == .int(0))
|
||||
}
|
||||
|
||||
@Test func testSQLiteRawValueToBool() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue