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

Tokens, reserved words and possible limitations #1

Closed
filhodanuvem opened this issue Feb 17, 2014 · 0 comments
Closed

Tokens, reserved words and possible limitations #1

filhodanuvem opened this issue Feb 17, 2014 · 0 comments
Labels

Comments

@filhodanuvem
Copy link
Owner

Let's go!
Gitql will never insert data, just read them from a git repository.
At first, many reserved words (e.g. "in" , "group by", "join" ...) will not be supported.
Below, the list of reserved words and their tokens for the first release.

Reserved word (lexeme) Token
select T_SELECT
from T_FROM
where T_WHERE
order T_ORDER
by T_BY
limit T_LIMIT
desc T_DESC
asc T_ASC
* T_WILD_CARD
, T_COMMA
; T_SEMICOLON
> T_GREATER
< T_SMALLER
>= T_GREATER_OR_EQUAL
<= T_SMALLER_OR_EQUAL
= T_EQUAL

links:
http://en.wikipedia.org/wiki/Lexical_analysis
http://us3.php.net/manual/pt_BR/tokens.php

filhodanuvem pushed a commit that referenced this issue Dec 24, 2016
Fixing Conflicts for accepting #14 and #38
Closes #38
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

1 participant