To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78987





------- Additional comments from [EMAIL PROTECTED] Sun Jul  8 13:03:18 +0000 
2007 -------
Just because I have easier access to MySQL than to PostgreSQL at the moment, for
reproducing this with MySQL:
- on a DB server of your choice, create a table with
  CREATE TABLE `server_default` (
    `ID` Integer NOT NULL AUTO_INCREMENT PRIMARY KEY,
    `text` VARCHAR(50),
    `text_with_default` VARCHAR(50) NOT NULL DEFAULT 'default'
  )
- create a form for this table, containing input fields for all three columns
- open this form for data entry
- go to a new record
- insert some value into the "text" field
- try to save the record
=> an error message pops up saying that "text_with_default" requires an input,
which is not true ...

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to