7.0
cosminadrianpopescu
released this
27 Jul 19:33
·
23 commits
to master
since this release
- profiles are automatically parsed
- revamped autocomplete: no more commands needed (just set the report option,
see theschema report
section from the documentation) - based tables metadata on the schema report generated by
WbSchemaReport
- added the
report
anduse-report
option to the profiles - added events in the sql buffer (
new_instance
andprofile_changed
) - added the possibility to share a buffer connection (see
SWSqlBufferShareConnection
) - added the possibility to go to the reference source in a result set (see the
SWSqlForeignKey
command) - removed the
SWSqlAutocomplete...
commands (not necessary anymore) - in the db explorer added references tree (see
Referenced by
and
References
options) - added the
<leader><c-space>
shortcut in the result set window (will
refresh the currently selected result set) - solved issue #20
- merged pull request #19