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

Multiline Query

Open shiroze opened this issue 3 years ago • 0 comments

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.

shiroze avatar Nov 29 '22 01:11 shiroze