Create a table in postgresql with LO → Tools → SQL like CREATE TABLE name ( id SERIAL, name VARCHAR(50), PRIMARY KEY (id) ); Open this table with LO 4.0.2.2 or any version before. The field "id" is shown with "AutoField". You could enter data in the field "name". "id" is created automatically. Since LO 4.0.3.3 field "id" isn't shown as "AutoField". You could enter data in the field "name". "id" shows for every row '0'. If you refresh the table "id" shows the right incremented values.
This bug has confirmed here: https://bugs.freedesktop.org/show_bug.cgi?id=66662
Have tested a little bit more. Last working version is LO 4.0.2.2, first available version with this bug is 4.0.3.1
Lionel Elie Mamane committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=fc1b46e03f9b93a6b9ad6f9cc25bf8066715088f fdo#67269 adapt checkTable to getTableName change The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Lionel Elie Mamane committed a patch related to this issue. It has been pushed to "libreoffice-4-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=cb859a727dd796f5c9d47deb860df8b25b17fe97&h=libreoffice-4-1 fdo#67269 adapt checkTable to getTableName change It will be available in LibreOffice 4.1.1. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Lionel Elie Mamane committed a patch related to this issue. It has been pushed to "libreoffice-4-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=c39c9c8ca312e569066e9d717c00bc99613b3189&h=libreoffice-4-0 fdo#67269 adapt checkTable to getTableName change It will be available in LibreOffice 4.0.5. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.