example: source sql: select * from userinfo u inner join role r on u.id = r.id inner join blog b on u.id = b.id where a=123 and diy=234 formated sql: select * from userinfo u inner join role r on u.id ...
x:postgresql xf:sql editorSQL Editor and Editor Services like autocompletion, highlighting, folding, formatting, etc.SQL Editor and Editor Services like autocompletion, highlighting, folding, ...
Everything else with SQL and DateTime seems to work so well. i.e. it just works I can declare a DateTime in C# and it will drop straight into SQL with no problems or anything.<BR><BR>However, getting ...