deephaven / deephaven-core

Deephaven Community Core
Other
254 stars 80 forks source link

Parameterized query support #4014

Open devinrsmith opened 1 year ago

rbasralian commented 1 year ago

Something to consider — parameterized queries should be able to return errors that are presented cleanly to users, rather than a generic The parameterized query failed: some.package.ExceptionName ... (much like how how custom actions with DHE/Swing UI use JOptionPane to handle input validation and other errors elegantly).

Would be nice to include a way of highlighting parameterized query inputs that specifically failed validation in addition to showing generic error messages somewhere.