Mysql/MariaDB: implement edit VIEW with GUI or SQL
commit52443996eff721e612ac4afc1eb1a53bb8a3e06f
authorJulien Nabet <serval2412@yahoo.fr>
Sun, 16 Jan 2022 16:42:31 +0000 (16 17:42 +0100)
committerJulien Nabet <serval2412@yahoo.fr>
Sun, 16 Jan 2022 22:38:25 +0000 (16 23:38 +0100)
tree1d034cff28ae679db5f523a425dcd97e112f2da2
parent7a2042dc00c72ac074a21c2c324ace5eac89a5f0
Mysql/MariaDB: implement edit VIEW with GUI or SQL

Delete View works (and the list is updated)
Modifying View works

But, there are at least 2 things to fix:
- adding a view still works but the list isn't updated without manual refresh)
- renaming view doesn't work (a popup error message appear)

Change-Id: I48ffb322910ca64d51a161424f265de387bdd7ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128483
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
connectivity/Library_mysqlc.mk
connectivity/source/drivers/mysqlc/mysqlc_catalog.cxx
connectivity/source/drivers/mysqlc/mysqlc_view.cxx [new file with mode: 0644]
connectivity/source/drivers/mysqlc/mysqlc_view.hxx [new file with mode: 0644]
connectivity/source/drivers/mysqlc/mysqlc_views.cxx [new file with mode: 0644]
connectivity/source/drivers/mysqlc/mysqlc_views.hxx [new file with mode: 0644]