Skip to content

Commit

Permalink
Merge pull request #262 from kennethshackleton/sqlcipher-4.5.0
Browse files Browse the repository at this point in the history
SQLCipher 4.5.0.
  • Loading branch information
kennethshackleton authored Nov 28, 2021
2 parents 82f5528 + 4a70eb9 commit 5d5a995
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@ internal class SQLiteTest {

@Test
fun keywordCount(): Unit = SQLite.run {
assertEquals(145, keywordCount())
assertEquals(147, keywordCount())
}

private fun openConnection(flags: SQLOpenOperation = SQL_OPEN_READWRITE or SQL_OPEN_CREATE): Pointer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ internal class SelektTest {

@Test
fun libVersion() {
assertEquals("3.34.1", Selekt.sqliteLibVersion())
assertEquals("3.36.0", Selekt.sqliteLibVersion())
}

@Test
fun libVersionNumber() {
assertEquals(3_034_001, Selekt.sqliteLibVersionNumber())
assertEquals(3_036_000, Selekt.sqliteLibVersionNumber())
}

@OptIn(Experimental::class)
Expand Down
2 changes: 1 addition & 1 deletion SQLite3/src/main/external/sqlcipher
Submodule sqlcipher updated 342 files

0 comments on commit 5d5a995

Please sign in to comment.