Release Simple DB 0.1.4 with advanced SQL navigation - #9
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
c.nombre->clientes.nombre.Why
0.1.3 introduced database-backed Definition/Declaration navigation but both actions used the same path, Oracle package members could stop on the first occurrence, overloads could be chosen arbitrarily, aliases and synonyms were incomplete, and navigation stopped after opening a virtual database definition. 0.1.4 turns that foundation into a predictable database-IDE navigation workflow while keeping connection/execution simple.
User impact
.sqlfile keeps the existing attached-profile workflow and can now create/select a connection from the same picker.Validation
maincommite05e2a90815783691b41d983575c6896613a58dd.266a8ffaa775b9f939bb3c66a76e937a6b17384e.SIMPLE_DB_LIVE_ENGINES=sqlite npm run test:live-navigationpasses.npm run test:live-navigationharness is included for real PostgreSQL, MySQL, SQL Server, and Oracle profiles. Those four network engines were not executed against live servers in this environment because no real connection profiles/credentials are available.npm audit --omit=dev: 0 vulnerabilities.npm run packagesucceeds and producessimple-db-suzdalenko-0.1.4.vsix(9.19 MB).