currently, line breaks are removed from the clipboard string. Support line breaks to allow such copy statements:
selectx,yfrommy_tableorderbyz;
currently, line breaks are removed from the clipboard string. Support line breaks to allow such copy statements:
```sql
select x, y
from my_table
order by z;
```
jotty
self-assigned this 2026-02-07 09:25:33 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
currently, line breaks are removed from the clipboard string. Support line breaks to allow such copy statements: