[dba-issues] [Issue 115024] Postgresql ODBC driver er ror with views

2010-10-17 Thread mechtilde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115024


User mechtilde changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from mechti...@openoffice.org Sun Oct 17 06:34:42 
+ 2010 ---
invalid - closed

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 115024] Postgresql ODBC driver er ror with views

2010-10-15 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115024


User oj changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from o...@openoffice.org Fri Oct 15 10:10:05 + 
2010 ---
The problem is that Postgres doesn't support updateable cursors. Therefore views
are not handled correctly.
To avoid the problem you have to follow 
http://comments.gmane.org/gmane.comp.openoffice.dba.devel/3037

and run this script.

Dim settings as Object
  settings = ThisDatabaseDocument.DataSource.Settings
  settings.RespectDriverResultSetType = TRUE
  ThisDatabaseDocument.store


-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 115024] Postgresql ODBC driver er ror with views

2010-10-13 Thread r4zoli
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115024


User r4zoli changed the following:

What|Old value |New value

 Assigned to|dbaneedsconfirm   |oj





--- Additional comments from r4z...@openoffice.org Wed Oct 13 06:00:10 
+ 2010 ---
assign developer.

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 115024] Postgresql ODBC driver er ror with views

2010-10-11 Thread r4zoli
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115024
 Issue #|115024
 Summary|Postgresql ODBC driver error with views
   Component|Database access
 Version|DEV300m89
Platform|All
 URL|http://user.services.openoffice.org/en/forum/viewtopic
|.php?f=40t=34843p=159735#p159735
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|r4zoli





--- Additional comments from r4z...@openoffice.org Tue Oct 12 05:22:33 
+ 2010 ---
The problem Postgresql through ODBC driver with View problem found in forum 
post:
http://user.services.openoffice.org/en/forum/viewtopic.php?f=40t=34843p=159735#p159735


I can reproduce it with any OOo, 3.2.1, OOO330m9, DEV300m89, on win7 32bit, with
psqlODBC0804, and postgersql 9.0.
I created a view in psql, I can access it via JDBC driver, but get error with 
ODBC:

The data content could not be loaded.
SQL Status: 42703
Error code: 7
ERROR: column ctid does not exist;
Error while executing the query
The SQL command leading to this error is:
SELECT * FROM openoffice.public.Test_view

-
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org