To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89685
Issue #|89685
Summary|[postgresql] Unable to enter data into a table contain
|ing "bytea" columns
Component|Database access
Version|DEV300m12
Platform|All
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] Tue May 20 14:58:28 +0000
2008 -------
Consider the following PostgreSQL table:
mco=# \d testtable
Table "public.testtable"
Column | Type | Modifiers
--------+-----------------------+-----------
id | numeric(16,0) | not null
name | character varying(50) |
data | bytea |
Indexes:
"testtable_pkey" PRIMARY KEY, btree (id)
- Connect via native pg driver 0.7.5
- Open table and enter some data into the "NOT NULL" columns
- Error message raised:
pq_preparedstatement: setObjectWithInfo not implemented
Not sure whether really a DEFECT since "not implemented" is more like a driver
ENHANCEMENT.
---------------------------------------------------------------------
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]