To provide a more generic parser abstraction, we need to do some refactor on the current implementation. Generally, all of the SQL dialects follow some basic rules, with which we can design our own ...
Quite a few months ago, Red-gate came out with SQLRefactor, a tool that let's you setup templates to organize your SQL code, rename objects, etc. I contacted them about getting a license so I could ...
Refactor SQL queries in store/sqlstore/plugin_store.go to use the squirrel builder #14424 ...