You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metamodel.apache.org by "Kasper Sørensen (JIRA)" <ji...@apache.org> on 2015/10/26 17:23:27 UTC

[jira] [Created] (METAMODEL-204) JDBC module does not rewrite newly introduced "APPROXIMATE" keyword

Kasper Sørensen created METAMODEL-204:
-----------------------------------------

             Summary: JDBC module does not rewrite newly introduced "APPROXIMATE" keyword
                 Key: METAMODEL-204
                 URL: https://issues.apache.org/jira/browse/METAMODEL-204
             Project: Apache MetaModel
          Issue Type: Bug
            Reporter: Kasper Sørensen
            Assignee: Kasper Sørensen
            Priority: Critical
             Fix For: 4.4.1


The newly introduced APPROXIMATE keyword (from METAMODEL-200) is passed on to the underlying database's SQL query in the JDBC module.

Discovered via debug in JdbcDataContext line 432 where "queryString" has value like:

{code}
SELECT APPROXIMATE COUNT(*) FROM PUBLIC."CUSTOMERS"
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)