Closed tsloughter closed 7 years ago
commit queries2.sql
example please :)
Woops, didn't realize I added that file, haha. I've simply moved the query into queries.sql
.
maybe use A-Za-z
for named parameters?
for queries like SELECT max(:field) FROM users;
and your case
Ah, good point. Making the change.
@artemeff ping
@tsloughter oh, sorry, didn't see the changes!
This is fairly specific to my use, so I'm not sure if it is acceptable. Basically I'd like name parameters to not only break on spaces but also periods and really open to any punctuation being part of the characters that breaks a named parameter.
Thoughts?