[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-962) CriteriaObjectsInitializer needs to execute multiple queries in cases where the underlying database has a limit on the total amount of query parameters

Hardy Ferentschik (JIRA) noreply at atlassian.com
Thu Oct 27 05:49:19 EDT 2011


CriteriaObjectsInitializer needs to execute multiple queries in cases where the underlying database has a limit on the total amount of query parameters
-------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: HSEARCH-962
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-962
             Project: Hibernate Search
          Issue Type: Bug
          Components: engine
    Affects Versions: 4.0.0.CR1, 3.4.1.Final
            Reporter: Hardy Ferentschik


CriteriaObjectsInitializer already takes care of the case that some databases only support a limited amount of entries per IN clause. However, in some databases there exists also a overall limit of parameter which can be set per query, eg SQLServer.

See also: https://forum.hibernate.org/viewtopic.php?f=9&t=1013066 and HHH-1123

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list