Features
Pricing
Blog
Docs
Install DBCode →
{ $focus.focus(document.querySelector('.pagefind-ui__search-input'));});" class=" hidden">
Changelog
1.4.10
2024-11-19
Changed
Added a fallback autocomplete to use when parser cannot parse the SQL.
1.4.9
2024-11-17
Changed
Prevented autocomplete from suggesting a lot of syntax, single character tokens.
Fixed
Tables with foreign keys across schemas would not open correctly in the grid detail feature.
Tables with foreign keys to tables in other schemas which the user did not have access to caused an error. #118
Change MongoDB to use direct connection when not using SVR protocol. #119
1.4.8
2024-11-14
Changed
Added cmd+d,cmd+b and ctrl+d,ctrl+b hotkeys to show the DB Explorer. #106
Improved autocomplete suggestions, including support for update, and common table expressions.
Added autocomplete support for EXEC procedure statements.
Autocomplete will work if statements are not seperated by a semi-colon. #46
1.4.7
2024-11-11
Changed
Added cmd+f and ctrl+f hotkeys to search the grid. #106
Added support for JOIN, GROUP BY, HAVING, and ORDER BY to autocomplete. #59
Fixed
Azure Entra ID authentication was not refreshing the token.
1.4.6
2024-11-10
Changed
Diagrams now show the primary key icon as highlighted.
Diagrams can now be saved as PDFs or PNGs. #38
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15