Hi Aris,

Try to use the latest Sedna (3.5.161) and turn off indentation. Add

declare option se:output "indent=no;

to the each query.

Ivan Shcheklein,
Sedna Team


Hi,
>
> When I run the php example #5 (5-query.php, available in sedna php
> driver), this is the result:
>
> Category:Anarchism Category:Social philosophy Category:Aristotle
> Category:Data types Category:XML Category:Continents Category:Integral
> calculus Category:Franz Kafka Category:Capitalism Category:NASA
> Category:Cats
>
> But the expected result is without "space" between categories:
>
> Category:AnarchismCategory:Social
> philosophyCategory:AristotleCategory:Data
> typesCategory:XMLCategory:ContinentsCategory:Integral
> calculusCategory:Franz
> KafkaCategory:CapitalismCategory:NASACategory:Cats
>
> But, thats not truly space, bua a "carriage return / EOL", this is the
> var_dump result:
>
>
> array(11) {
>  [0]=>
>  string(18) "Category:Anarchism"
>  [1]=>
>  string(27) "
> Category:Social philosophy"
>  [2]=>
>  string(19) "
> Category:Aristotle"
>  [3]=>
>  string(20) "
> Category:Data types"
>  [4]=>
>  string(13) "
> Category:XML"
>  [5]=>
>  string(20) "
> Category:Continents"
>  [6]=>
>  string(27) "
> Category:Integral calculus"
>  [7]=>
>  string(21) "
> Category:Franz Kafka"
>  [8]=>
>  string(20) "
> Category:Capitalism"
>  [9]=>
>  string(14) "
> Category:NASA"
>  [10]=>
>  string(14) "
> Category:Cats"
> }
>
> Is it a bug?
>
> regards,
> -aris
>
>
> ------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> _______________________________________________
> Sedna-discussion mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sedna-discussion
>
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Sedna-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to