https://kotlinlang.org logo
t

Trevor Stone

12/02/2021, 3:14 PM
Would
Copy code
// attempt to trigger a db migration right away and catch it!
            driver.executeQuery(
                identifier = null,
                sql = "SELECT count(*) FROM sqlite_master",
                parameters = 0
            )
be a smarter "hack"?