-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Currently, when the data is output as SQL, the SQL statement is not escaped properly, like the quotation mark '
and comment --
in the string.
Example:
INSERT INTO DUMMY_DATA_10000 (email,name,animal,address_state,username,occupation,noun,city,phone,industry,adjectives) VALUES ('[email protected]','Waylon Padilla','platypus','Delaware','mrmartineau','cosmetologist','servitude','Chesterfield','+6929226895233','Mining & Metals','evergreen');
INSERT INTO DUMMY_DATA_10000 (email,name,animal,address_state,username,occupation,noun,city,phone,industry,adjectives) VALUES ('[email protected]','Rolland Medina','wildcat','North Dakota','jesseddy','administrative assistant','ma'am','Alameda','+2256640101810','Environmental Services','walk-on');
Metadata
Metadata
Assignees
Labels
No labels