[Libreoffice-bugs] [Bug 130564] ODBC: Unable to create view through Base-GUI, if no view is created before

2022-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130564 --- Comment #11 from Julien Nabet --- (In reply to Lionel Elie Mamane from comment #10) > Call > SQLGetInfo(handle, SQL_CREATE_VIEW, , ...) > Assuming a "good" ODBC driver, the database supports views if and only if > (result &

[Libreoffice-bugs] [Bug 130564] ODBC: Unable to create view through Base-GUI, if no view is created before

2022-02-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130564 --- Comment #10 from Lionel Elie Mamane --- Call SQLGetInfo(handle, SQL_CREATE_VIEW, , ...) Assuming a "good" ODBC driver, the database supports views if and only if (result & SQL_CV_CREATE_VIEW) to test whether the database

[Libreoffice-bugs] [Bug 130564] ODBC: Unable to create view through Base-GUI, if no view is created before

2022-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130564 Julien Nabet changed: What|Removed |Added CC||lio...@mamane.lu --- Comment #9

[Libreoffice-bugs] [Bug 130564] ODBC: Unable to create view through Base-GUI, if no view is created before

2022-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130564 --- Comment #8 from Julien Nabet --- It's not specific to Postgresql via ODBC, I could reproduce this too with MariaDB. So I suppose it's rather specific to ODBC. -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 130564] ODBC: Unable to create view through Base-GUI, if no view is created before

2022-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130564 Julien Nabet changed: What|Removed |Added Summary|PostgreSQL ODBC: Unable to |ODBC: Unable to create view