react-native-sqlite-storage
react-native-sqlite-storage copied to clipboard
Multiline Query
Insert with multiline Query String failed.
Sample Query :
INSERT INTO A (Name, Address, Phone) VALUES ('ABC', 'ABC', '123456');
INSERT INTO B (Name, Identity, Age, Remarks) VALUES ('ABC', 'Card', 25, '');
Code running without error but data not inserted to table B. when I try run the SQL Query on DB Browser SQLite it's work fine without error.