Playing with SQL #3
Playing with SQL #3
Automatic query creation
Known tables highlighting
Current subquery highlighting
Tables/aliases hints
https://delphihtmlcomponents.com/sqlplay3.gif
Automatic query creation
Known tables highlighting
Current subquery highlighting
Tables/aliases hints
https://delphihtmlcomponents.com/sqlplay3.gif
Jeroen Wiert Pluimers all these features (highlighting, context completion, formatting, etc.) are based on SQL parser. Query is parsed into class hierarchy on every editor change.
ReplyDeleteAlexander Sviridenkov cool. Which SQL parser do you use? And which dialects does it support?
ReplyDeleteOwn parser written in Delphi, it is under development now and will be part of SQL framework including in next release of the library.
ReplyDeleteBTW errors and warnings at bottom are generated by parser, query is never passed on SQL server.