andpor / react-native-sqlite-storage

Full featured SQLite3 Native Plugin for React Native (Android and iOS)
MIT License
2.75k stars 521 forks source link

Within promise SQL not able to execute multiple queries #518

Open ronak2810 opened 2 years ago

ronak2810 commented 2 years ago

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