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

Comments

  1. 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.

    ReplyDelete
  2. Alexander Sviridenkov cool. Which SQL parser do you use? And which dialects does it support?

    ReplyDelete
  3. Own parser written in Delphi, it is under development now and will be part of SQL framework including in next release of the library.
    BTW errors and warnings at bottom are generated by parser, query is never passed on SQL server.

    ReplyDelete

Post a Comment