Allow PRAGMA statements that change and return a result in executeNonQuery()
This fixes an issue where execPerConnectionSQL() would fail with certain PRAGMA statements that both set a value and return a result, such as busy_timeout, max_page_count, etc. Bug: 197128690 Test: atest CtsDatabaseTestCases Change-Id: I1904ccfd6795c38ce55800bdd074ffba083638af
Loading
Please register or sign in to comment