Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Column aliases do not work #227

Open
dantleech opened this issue Dec 10, 2014 · 0 comments
Open

Column aliases do not work #227

dantleech opened this issue Dec 10, 2014 · 0 comments
Labels

Comments

@dantleech
Copy link
Contributor

PHPCRSH > select [i18n:de-title] AS title from [nt:unstructured] AS a 
    WHERE title IS NOT NULL;
0 rows in set (0.13842 sec)
select [i18n:de-title] AS title from [nt:unstructured] AS a 
    WHERE [i18n:de-title] IS NOT NULL;
330 rows in set (1.77691 sec)
@lsmith77 lsmith77 added the bug label Dec 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants