|
From: Dannes W. <di...@us...> - 2015-03-17 20:37:02
|
Branch: refs/heads/develop Home: https://github.com/eXist-db/exist Commit: 046e22049f7fc5391910047a759da1e6a0556648 https://github.com/eXist-db/exist/commit/046e22049f7fc5391910047a759da1e6a0556648 Author: Wolfgang Meier <wol...@gm...> Date: 2015-03-17 (Tue, 17 Mar 2015) Changed paths: M src/org/exist/xquery/LocationStep.java M test/src/xquery/selfAxis.xml Log Message: ----------- [bugfix] Wrong dependency leads to incorrect query result in combination with boolean operator: a unrooted path expression depends on the context item. Difficult to reproduce, but the issue does show up when using the bang operator (see test). Commit: 36e1e69e317ed195a4b31bf81cc075bbb9cd1848 https://github.com/eXist-db/exist/commit/36e1e69e317ed195a4b31bf81cc075bbb9cd1848 Author: Wolfgang Meier <wol...@gm...> Date: 2015-03-17 (Tue, 17 Mar 2015) Changed paths: M src/org/exist/xquery/LocationStep.java Log Message: ----------- [ignore] Improve fix for incorrect dependency in path step: check if current step is the first one in path. Commit: 07be17b3404ef997e9162b5695bff93e0ee22240 https://github.com/eXist-db/exist/commit/07be17b3404ef997e9162b5695bff93e0ee22240 Author: Dannes Wessels <di...@us...> Date: 2015-03-17 (Tue, 17 Mar 2015) Changed paths: M src/org/exist/xquery/LocationStep.java M test/src/xquery/selfAxis.xml Log Message: ----------- Merge pull request #525 from wolfgangmm/develop [bugfix] Wrong dependency leads to incorrect query result Compare: https://github.com/eXist-db/exist/compare/8bbaa0edbb33...07be17b3404e |