PySimpleSQL / pysimplesql

SQLite3 binding for PySimpleGUI
GNU Lesser General Public License v3.0
45 stars 16 forks source link

use get_description_for_pk for sg.Text field() if fk #311

Closed ssweber closed 1 year ago

ssweber commented 1 year ago

Do you can do: field(“Order.person_id”, sg.Text) and it’ll show persons name instead of int

ssweber commented 1 year ago

I have a slew of changes, so I’ll combined into several commits in one pull