sqlite
sqlite copied to clipboard
fix(android): Fix parsing of statement type from SQL statement
Currently this fails when running statements with commands shorter than 6 characters like BEGIN.
Fixes https://github.com/capacitor-community/sqlite/issues/526