I'd like to have these in future versions Ability to add and use snippets. And list of SQL functions|keywords with short help on each. This functionality works great in HeidiSQL, it would be great if You copy it to DBeaver!
it's a short part of code, stored for reuse... for example, I often need to insert "AND DT BETWEEN STR_TO_DATE( '2012-08-01 00:00:00' , '%Y-%m-%d %H:%i:%s' ) AND STR_TO_DATE( '2012-08-16 23:59:59' , '%Y-%m-%d %H:%i:%s' ) " in my queries. I make a snippet "where-date" and store this text and then simply drag'n'drop snippet to query
Snippets (or templates) support will be added in the next version (2.0). It will reuse standard Eclipse templates technology. BTW if you have a set of standard (database independent) snippets which may be included in default list then please post it here. I'll include them in default configuration.