Open frederikhors opened 3 years ago
Yes, I guess we could strip leading/trailing whitespaces.
And in the middle?
Ideally yes, but that requires some care to not strip newlines in string values so you can copy-paste query and execute it manually.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. If there is no update within the next 7 days, this issue will be closed.
If I save the content of a textarea (which includes
\n
for new lines) I can see in my console that bun is logging those new lines.I think this didn't happen with go-pg and I don't think it's either useful or safe anyway.
Do you agree @vmihailenco?