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

Should be able to use column types for named queries. #133

Closed
JakeWharton opened this issue Feb 16, 2016 · 3 comments
Closed

Should be able to use column types for named queries. #133

JakeWharton opened this issue Feb 16, 2016 · 3 comments

Comments

@JakeWharton
Copy link
Member

Correctly illegal:

text TEXT NOT NULL

but incorrectly illegal:

text:
SELECT * FROM words WHERE things='text'
@JakeWharton
Copy link
Member Author

#GrammarProblems

@AlecKazakova
Copy link
Collaborator

column types are force caps now so this is fixed. Unless you're trying to name your query TEXT in which case im fine with that failing.

@JakeWharton
Copy link
Member Author

It was the latter.

On Mon, Jun 6, 2016, 7:52 AM Alec Strong notifications@github.com wrote:

Closed #133 #133.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#133 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AAEEEdfRrVCz6K-Om34Ts0fRBJ04Hp80ks5qJAnfgaJpZM4HbedE
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants