Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.0.1
-
Component/s: Persistence
-
Labels:
-
Environment:MacOSX Lion
-
Testcase included:yes
Description
The attached application contains an n:m relation between Authors and Books.
Authors are fetched eagerly when loading a book.
Bootstrap connects one book ("Book1") with two Authors ("Author1" and "Author2").
In the integration test "BookTests" the expression
Book.findByTitle('Book1').authors
returns only "Author1" but not "Author2".
The reason seems to be that the finderBy leads to a SQL statement that contains the join between books and author as needed for eager fetching but also a "limit"-expression.
This seems to restrict the results that are fetched.
-
Hide
- eagerbug.zip
- 12/Mar/12 6:39 PM
- 130 kB
- Oliver Wahlen
-
- eagerbug/.classpath 0.7 kB
- eagerbug/.idea/.name 0.0 kB
- eagerbug/.idea/compiler.xml 0.6 kB
- eagerbug/.idea/.../profiles_settings.xml 0.1 kB
- eagerbug/.idea/encodings.xml 0.2 kB
- eagerbug/.idea/misc.xml 4 kB
- eagerbug/.idea/modules.xml 0.4 kB
- eagerbug/.idea/scopes/scope_settings.xml 0.1 kB
- eagerbug/.idea/uiDesigner.xml 9 kB
- eagerbug/.idea/vcs.xml 0.2 kB
- eagerbug/.idea/workspace.xml 33 kB
- eagerbug/.project 0.5 kB
- eagerbug/.../org.codehaus.groovy.eclipse.preferences.prefs 0.1 kB
- eagerbug/application.properties 0.1 kB
- eagerbug/Eagerbug-grailsPlugins.iml 3 kB
- eagerbug/Eagerbug.iml 3 kB
- eagerbug/.../ApplicationResources.groovy 0.1 kB
- eagerbug/grails-app/.../BootStrap.groovy 0.5 kB
- eagerbug/grails-app/.../BuildConfig.groovy 2 kB
- eagerbug/grails-app/conf/Config.groovy 4 kB
- eagerbug/grails-app/.../DataSource.groovy 1 kB
- eagerbug/grails-app/.../resources.groovy 0.0 kB
- eagerbug/grails-app/.../UrlMappings.groovy 0.2 kB
- eagerbug/grails-app/.../Author.groovy 0.1 kB
- eagerbug/grails-app/.../eagerbug/Book.groovy 0.1 kB
- eagerbug/grails-app/.../messages.properties 3 kB
- eagerbug/.../messages_cs_CZ.properties 3 kB
- eagerbug/.../messages_da.properties 3 kB
- eagerbug/.../messages_de.properties 4 kB
- eagerbug/.../messages_es.properties 3 kB
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits