https://bugs.freedesktop.org/show_bug.cgi?id=47468
Lionel Elie Mamane <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |WORKSFORME --- Comment #10 from Lionel Elie Mamane <[email protected]> --- Can't reproduce, no information from submitter since more than six months, presuming fixed in some way. If somebody can reproduce on recent LibreOffice, reopen with precise reproduction instructions. Here's what I did to test: LibreOffice 4.0 RC on Debian/GNU Linux amd64 libmyodbc 5.1.10-2 $ mysql -uroot -p -hmysql.localnetwork Server version: 5.1.66-0+squeeze1 (Debian) mysql> CREATE DATABASE TMP; mysql> use TMP mysql> CREATE TABLE `TEST` ( `ID` int(11) NOT NULL, `VAL` varchar(100) NOT NULL DEFAULT 'none', `dVal` datetime NOT NULL DEFAULT '1972-04-06 00:00:00', PRIMARY KEY (`ID`) ) ENGINE=MyISAM; Then, connect in LibreOffice through ODBC; here's the DSN in ~/.odbc.ini: [MySQL] Description = MySQL Driver = MySQL Server = mysql.localnetwork Database = TMP Double-click on TMP/TEST. Enter "1" in "ID" column, and press "down arrow". Works. Enter "2" in "ID" column, and press "down arrow". Works. Enter "3" in "ID" column and "three" in VAL column, and press "down arrow". Works. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
