lapis icon indicating copy to clipboard operation
lapis copied to clipboard

Standardize SQL commands to uppercase letters

Open edubart opened this issue 5 years ago • 0 comments

Currently there are places that use uppercase letters like SELECT when composing a SQL query, and other places that use lowercase letters like from. It's better to have all SQL commands in uppercase because this is the usual standard in SQL world and also makes much easier to read SQL queries in debug mode because we can differentiate better columns and table names from SQL commands.

edubart avatar Aug 27 '18 15:08 edubart