[dba-issues] [Issue 80803] postgresql sdbc driver 0.7 .4 does not work with build OOG680_m1

2007-09-11 Thread eeka1234
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=80803 --- Additional comments from [EMAIL PROTECTED] Wed Sep 12 00:09:15 + 2007 --- I'm having no luck with postgresql-sdbc-0.7.5.zip with OpenOffice.org 2.3 Release C

[dba-issues] [Issue 78988] Date queries add braces ar ound dates, causing an error

2007-08-24 Thread eeka1234
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=78988 --- Additional comments from [EMAIL PROTECTED] Fri Aug 24 20:55:45 + 2007 --- CAST ( expression AS type ) CAST ( '2005-08-20' AS Date ) is valid ANSI SQL. to_d

[dba-issues] [Issue 78987] Can't insert records with NOT NULL fields with DEFAULT values

2007-08-23 Thread eeka1234
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=78987 User eeka1234 changed the following: What|Old value |New value

[dba-issues] [Issue 80803] postgresql sdbc driver 0.7 .4 does not work with build OOG680_m1

2007-08-23 Thread eeka1234
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=80803 --- Additional comments from [EMAIL PROTECTED] Thu Aug 23 21:49:49 + 2007 --- How can the 0.7.4a driver work on Windows when there are no .dll files in the zip a

[dba-issues] [Issue 80803] postgresql sdbc driver 0.7 .4 does not work with build OOG680_m1

2007-08-17 Thread eeka1234
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=80803 --- Additional comments from [EMAIL PROTECTED] Sat Aug 18 06:23:53 + 2007 --- By the way, if I expand the entry for the 0.7.4a driver in the Extensions Manger, t

[dba-issues] [Issue 80803] postgresql sdbc driver 0.7 .4 does not work with build OOG680_m1

2007-08-17 Thread eeka1234
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=80803 --- Additional comments from [EMAIL PROTECTED] Sat Aug 18 06:21:45 + 2007 --- The platform column for postgresql-sdbc-0.7.4a.zip says "ONLY Linux x86". It does

[dba-issues] [Issue 80803] postgresql sdbc driver 0.7 .4 does not work with build OOG680_m1

2007-08-17 Thread eeka1234
Priority|P3 Subcomponent|none Assigned to|dbaneedsconfirm Reported by|eeka1234 --- Additional comments from [EMAIL PROTECTED] Sat Aug 18 05:31:15 + 2007 --- The latest postgresql sdbc driver (v 0.7.4) that I see at http://dba.openoffice.org/drivers

[dba-issues] [Issue 78988] Date queries add braces ar ound dates, causing an error

2007-06-29 Thread eeka1234
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=78988 --- Additional comments from [EMAIL PROTECTED] Fri Jun 29 23:25:41 + 2007 --- This is Open Office 2.1 running on Windows XP with postgresql SDBC Driver 0.7.4 con

[dba-issues] [Issue 78987] Can't insert records with NOT NULL fields with DEFAULT values

2007-06-29 Thread eeka1234
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] Fri Jun 29 19:52:31 + 2007 --- This is Open Office 2.1 running on Windows XP with postgresql SDBC Driver 0.7.4 con

[dba-issues] [Issue 78988] Date queries add braces ar ound dates, causing an error

2007-06-28 Thread eeka1234
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=78988 --- Additional comments from [EMAIL PROTECTED] Fri Jun 29 02:21:56 + 2007 --- According to the Mimer SQL-2003 Validator at http://developer.mimer.com/validator/p

[dba-issues] [Issue 78988] Date queries add braces ar ound dates, causing an error

2007-06-28 Thread eeka1234
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=78988 --- Additional comments from [EMAIL PROTECTED] Fri Jun 29 02:18:02 + 2007 --- The SQL-99 Validator at http://developer.mimer.com/validator/parser99/index.tml say

[dba-issues] [Issue 78988] Date queries add braces ar ound dates, causing an error

2007-06-28 Thread eeka1234
Assigned to|jbu Reported by|eeka1234 --- Additional comments from [EMAIL PROTECTED] Fri Jun 29 01:54:15 + 2007 --- Postgres or the Postgres driver doesn't like the braces that are added around dates when making a query in query Design View

[dba-issues] [Issue 78987] Can't insert records with NOT NULL fields with DEFAULT values

2007-06-28 Thread eeka1234
ty|P3 Subcomponent|none Assigned to|jbu Reported by|eeka1234 --- Additional comments from [EMAIL PROTECTED] Fri Jun 29 01:29:21 + 2007 --- I have a field in PostgreSQL 8.2 of the type timestamptz with a Default Value of now() I also hav