Mysql/MariaDB: after creating a view then refresh, make it appear as a view
commiteb69767d7c1bb8e6e780fd9503f08c9d7f5ecb45
authorJulien Nabet <serval2412@yahoo.fr>
Tue, 25 Jan 2022 18:22:42 +0000 (25 19:22 +0100)
committerJulien Nabet <serval2412@yahoo.fr>
Tue, 25 Jan 2022 20:07:26 +0000 (25 21:07 +0100)
tree61c7ad2ee8b740ef9aa1554b77de67dacdcd09f2
parent67240ca4191bfda561b2949905d29e6c2ed4a09f
Mysql/MariaDB: after creating a view then refresh, make it appear as a view

For this, I took example on hsqldb part this time (instead of Firebird which is uncomplete).

Also, deleting a brand new created table works now.

Of course, there are still pb with schema containing special characters like "`"

Change-Id: I4849f412ed5b3c2f35fbb4caaf06577828cc255a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128943
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
connectivity/source/drivers/mysqlc/mysqlc_catalog.hxx
connectivity/source/drivers/mysqlc/mysqlc_tables.cxx
connectivity/source/drivers/mysqlc/mysqlc_tables.hxx
connectivity/source/drivers/mysqlc/mysqlc_views.cxx