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/27 09:30:27 UTC

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

     [ https://issues.apache.org/jira/browse/METAMODEL-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kasper Sørensen resolved METAMODEL-204.
---------------------------------------
    Resolution: Fixed

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