Bugs item #2834654, was opened at 2009-08-09 23:13 Message generated for change (Comment added) made by gabriele_modena You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2834654&group_id=56967
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: PF/runtime Group: Clients "stable" Status: Open Resolution: None Priority: 5 Private: No Submitted By: Wouter Alink (vzzzbx) Assigned to: Gabriele Modena (gabriele_modena) Summary: PHP+XQUERY: multiple results not returned correctly Initial Comment: Regarding the use of the XQuery language in the PHP interface: Conforming to the current JDBC behavior (which allows both XQuery and SQL queries): a different row should be returned for each item in a sequence of results. An example: a query like "1 to 4" should return a result with 1 column and 4 rows, containing 1, 2, 3, and 4 respectively. Currently it doesn't seem to do so. See test in pathfinder: tests/clients/Tests/php_monetdb.XQUERY.sh And see example in clients: src/examples/php/xquerysample.php ---------------------------------------------------------------------- >Comment By: Gabriele Modena (gabriele_modena) Date: 2009-08-17 12:29 Message: I'm having a look at it right now. It should be just a matter of letting the native php diver "speak" M4 protocol correctly and then parse the result of an xquery. ---------------------------------------------------------------------- Comment By: Fabian (mr-meltdown) Date: 2009-08-17 09:38 Message: Since we cannot find why this doesn't work, I suggest to fix it differently (by recoding it from scratch ;) ) Gabriele, how about adding support for this to your new driver? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2834654&group_id=56967 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
