You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ah! Thank you for reporting this! I'm not sure how to approach this because:
I have some notes about "fakedata 2.0" (not public yet) and I'm inclined to remove the sql formatter (as far as I understand not many people use it)
it's somewhat a can of worms as there's no "official" interface for quoting in the stdlib (relevant conversation here)
Having said that, it may be reasonable to cover the two cases you just mentioned. I can take care of it myself or happy to provide some direction if you'd like to contribute?
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:
The text was updated successfully, but these errors were encountered: