https://bugs.documentfoundation.org/show_bug.cgi?id=165991
Robert Großkopf <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dataLoss Summary|MySQL/MariaDB direct |MySQL/MariaDB direct |Connection: Forms need |Connection: Forms need |Databasename.Tablename for |Databasename.Tablename for |connecting to tables |connecting to tables. | |Without this writing data | |will always choose first | |database in alphabetical | |order. --- Comment #2 from Robert Großkopf <[email protected]> --- There seems to be a very irritating part of code in the direct driver: If I create 2 databases (names "dbx" and "dby") and connect a form to SELECT * FROM "Tablename" while connecting to "dby" it will show the data of "Tablenmae" in "dby". But when trying to insert data in this form it writes the data to "dbx". It seems to choose the first database the user will have rights for… Will set the keyword dataLoss for this behavior. -- You are receiving this mail because: You are the assignee for the bug.
