To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=104342
                 Issue #|104342
                 Summary|needs  to filter hsql constructions in postgesql-sdbc 
               Component|Database access
                 Version|1.0.0
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|none
             Assigned to|jbu
             Reported by|denis0





------- Additional comments from den...@openoffice.org Wed Aug 19 17:49:21 
+0000 2009 -------
If i try to filter postgresql table by field of date type, OOo change trivial
sql like:

SELECT * FROM tablename WHERE date_type_col = '2009-01-01'
by
SELECT * FROM tablename WHERE date_type_col = {D '2009-01-01'}



Postgresql doesn`t like that syntax.

If i`ll try to use "native SQL", filters are off... :(

Can you filter that syntax in postgresql-sdbc driver?

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

Reply via email to