Features
Pricing
Blog
Docs
Install DBCode →
{ $focus.focus(document.querySelector('.pagefind-ui__search-input'));});" class=" hidden">
Changelog
1.4.14
2024-12-04
Changed
Datetime columns with timezone information now show in the local time. #85
Datetime columns now display in the locale/region format of the computer. #85
Editing a datetime column will highlight the cell in red if the value does not parse.
Datetime columns that are edited are converted to ISO format when sent to the database.
Fixed
Tab did not set the cell value when editing data and the cell contained a drop down.
1.4.13
2024-12-02
Keybinding to show DB Explorer does not break find next (cmd/ctrl+d). #121
Executing tabs can be closed, will prompt to cancel execution. #125
Potential fix for Postgres queries not returning. #125
Bit fields handled correctly in the data editor.
1.4.12
2024-11-22
Fixed
SQL Server was not handling UTF strings correctly in data changes.
Checkbox removed from the table editor.
1.4.11
2024-11-21
Changed
Moved create database context menu item to the Connection in the DB Explorer.
Added context menu item to add a connection to a group.
Fixed
Connection error with MariaDB 10.5 through 10.6.10.
Added OUTPUT clause to procedure parameters.
1.4.10
2024-11-19
Changed
Added a fallback autocomplete to use when parser cannot parse the SQL.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18