mirror of
https://github.com/dbgate/dbgate
synced 2024-11-08 04:35:58 +00:00
Merge branch 'master' into develop
This commit is contained in:
commit
24191870e8
@ -8,6 +8,13 @@ Builds:
|
|||||||
- linux - application for linux
|
- linux - application for linux
|
||||||
- win - application for Windows
|
- win - application for Windows
|
||||||
|
|
||||||
|
### 5.0.5
|
||||||
|
- ADDED: Visualisation geographics objects on map #288
|
||||||
|
- ADDED: Support for native SQL as default value inside yaml files #296
|
||||||
|
- FIXED: Postgres boolean columns don't filter correctly #298
|
||||||
|
- FIXED: Importing dbgate-api as NPM package now works correctly
|
||||||
|
- FIXED: Handle error when reading deleted archive
|
||||||
|
|
||||||
### 5.0.3
|
### 5.0.3
|
||||||
- CHANGED: Optimalization of loading DB structure for PostgreSQL, MySQL #273
|
- CHANGED: Optimalization of loading DB structure for PostgreSQL, MySQL #273
|
||||||
- CHANGED: Upgraded mysql driver #293
|
- CHANGED: Upgraded mysql driver #293
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "5.0.4",
|
"version": "5.0.5",
|
||||||
"name": "dbgate-all",
|
"name": "dbgate-all",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*",
|
"packages/*",
|
||||||
|
Loading…
Reference in New Issue
Block a user