antares icon indicating copy to clipboard operation
antares copied to clipboard

When using table aliases the DataGrid doesn't show the changes made

Open nobios opened this issue 1 year ago • 0 comments

Describe the bug The datagrid isn't updated when editing fields when the query uses tables aliases.

To Reproduce Make a select with a table alias, eg: SELECT t.id, t.field1, t.field2 FROM test t and edit the data that is displayed.

Expected behavior The data should reflect the change made.

  • App client [e.g. MySQL]: MySQL
  • App version [e.g. 0.5.2]: 0.7.14
  • Installation source: [e.g. exe, Linux Store, AppImage, dmg] Microsft Store and Ubuntu Software (tested in both)

https://github.com/antares-sql/antares/assets/2378248/71f60d1a-3005-46c4-b935-896e5caab99d

nobios avatar Jul 27 '23 20:07 nobios