To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85849
                 Issue #|85849
                 Summary|postgresql-sdbc: Unable to populate DECIMAL fields
               Component|Database access
                 Version|680m244
                Platform|PC
                     URL|
              OS/Version|Linux
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|none
             Assigned to|dbaneedsconfirm
             Reported by|simonaw





------- Additional comments from [EMAIL PROTECTED] Mon Feb  4 07:34:54 +0000 
2008 -------
Having a PostgreSQL-Table of the structure

# \d sales;
            Table "public.sales"
 Column |          Type          | Modifiers 
--------+------------------------+-----------
 id     | integer                | not null
 pos    | character varying(100) | 
 price  | numeric                | 
Indexes:
    "sales_pkey" PRIMARY KEY, btree (id)

I am unable to fill any value (e.g. 300.34) into the price field.  The error
message is:

pq_preparedstatement; setObjectWithInfo not implemented

PostgreSQL SDBC Driver Version is 0.7.5

---------------------------------------------------------------------
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