react-native-sqlite-storage icon indicating copy to clipboard operation
react-native-sqlite-storage copied to clipboard

Within promise SQL not able to execute multiple queries

Open ronak2810 opened this issue 3 years ago • 0 comments

Within a promise txns with both SELECT and INSERT/UPDATE sql cannot be executed. On running SELECT sql, the promise is automatically resolved before executing the other sqls like INSERT or UPDATE

ronak2810 avatar May 05 '22 11:05 ronak2810