dbschema icon indicating copy to clipboard operation
dbschema copied to clipboard

Copy-paste tables names with schemas & split it with line break character

Open ask9 opened this issue 1 year ago • 0 comments

It would be nice to copy-paste names of tables/views with schemas as well.

https://github.com/user-attachments/assets/20fe1950-a31c-4bf1-973e-ee5a7e539946

  1. Please check DbSchema Help / Output logs for errors.

  2. Please include the DbSchema version, operating system and used database DbSchema 9.6.3 build 241010 Windows 10 Postgres 16

  3. The steps to reproduce this issue

  • open Layout
  • select items
  • press Ctrl + C
  • paste clipboard content in notepad

Expected: table names are pasted with schemas Actual: no schemas

By the way, when copy-paste a list of tables from the node "Schemas" - "", the list of objects is copied correctly: all the objects have schemas. Also each object is double quoted.

Another suggestion: it would be also nice to split them with line break character, not a space character.

ask9 avatar Oct 12 '24 18:10 ask9