`a xdesc select from t:([]a:`x`a`b)

Is this expected behavior? What happened to the `a ?

q).z.K

3f

q).z.k

2012.05.29

q)a xdesc select from t:([]a:xab)

a

x

b

Can not reproduce your example. On my machine I have got the correct answer. Can you count the element to verify that it is really 3 and not 2?

Von meinem iPhone gesendet

Am 30.05.2012 um 06:12 schrieb ag <anuj.goyal@gmail.com>:

Is this expected behavior? What happened to the `a ?

q).z.K

3f

q).z.k

2012.05.29

q)a xdesc select from t:([]a:xab)

a

x

b


Submitted via Google Groups

interesting. This happens on w32 only. We’ll look into it.

thanks