Skip to content

Commit e6c1fe3

Browse files
author
SPRINX0\prochazka
committed
news 6.5.0
1 parent 46e7a5b commit e6c1fe3

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

content/blog/2025-06-17-6-5-0.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
layout: post
3+
title: Version 6.5.0 - DbGate Cloud, Firebird support
4+
categories: development
5+
date: 2025-06-17
6+
---
7+
8+
After almost 2 months, I could announce the new major release of DbGate - 6.5.0, with important changes. We introduced DbGate Cloud, online storage of your connections and SQL scripts. DbGate cloud is available for both Community and premium edition, for cCommunity edition there are some limitations.
9+
10+
<!--more-->
11+
12+
## DbGate Cloud
13+
14+
DbGate Cloud consists of two parts - private online storage and public knowledge base.
15+
16+
### Public knowledge base
17+
You need to see table or index sizes in your database, analyse deadlocks or use sample databases? You could find right script for this task in DbGate public knowledge base. This collection of SQL scripts is quickly accessible in DbGate. The source if this collection is [dbgate-knowledge-base](https://github.com/dbgate/dbgate-knowledge-base) GitHub repository. Feel free to extend this repository with your own favorite scripts, pull requests are welcome.
18+
19+
Knowledge base is accessible also for Community editions, only with one exception - charts, which are supported only in Premium.
20+
21+
<img src="https://media.dbgate.io/img/public-knowledge-base-tables-sizes-light.png" alt="DbGate - public knowledge base" width="800px" />
22+
23+
### Private cloud
24+
Private cloud is available after sign-in. You could use Gmail, GitHub or e-mail with magic link sing-in method, no registration needed. DbGate private cloud in Community edition is limited to 5 connections and 5 SQL files in your private folder.
25+
26+
Premium edition offers unlimited storage and support for shared folders.
27+
28+
## Firebird support
29+
We added support of new database engine - [Firebird](https://www.firebirdsql.org/). Firebird is lightweight and open-source SQL database, used mainly in traditional environments (it's ancestor is Embarcadero/Borland Interbase).
30+
31+
There is also [opened PR](https://github.com/dbgate/dbgate/pull/1131) for DB2 support (thanks [Genrges Bernaba](https://github.com/GergesBernaba1) for this effort), so you could expect DB2 support soon.
32+
33+
## SQL front matter
34+
We also introduced concept of SQL front matter (this idea appeared first in Jekyll static site generator). SQL front matter are meta-data about SQL script stored in the begining of SQL script. There is eg. posibility to automatic execution of the script when opening. You could read more about SQL front matter in [documentation](https://docs.dbgate.io/sql-front-matter).
35+
36+
## 6.5.0
37+
- ADDED: DbGate cloud - online storage for connections, SQL scripts and other objects
38+
- ADDED: Public knowledge base - common SQL scripts for specific DB engines (table sizes, index stats etc.)
39+
- ADDED: Query results could be visualised in charts (Premium)
40+
- REMOVED: Chart from selection, active charts - replaced by query result charts
41+
- ADDED: FirebirdSQL support
42+
- ADDED: SQL front matter - properties of SQL script
43+
- ADDED: Auto-execute SQL script on open (saved in SQL front matter)
44+
- CHANGED: Smaller widget icon panel
45+
- CHANGED: Applications and Single-connection mode removed from widget icon panel
46+
- CHANGED: Temporarily disabled MongoDB profiler support
47+
- FIXED: Pie chart distorted if settings change #838
48+
- FIXED: SQL server generated insert statement should exclude computed and timestamp columns #1111
49+
- ADDED: Added option "Show all columns when searching" #1118
50+
- ADDED: Copy cells/rows (e.g. column names) from Structure view #1119
51+
- ADDED: Setting "Show table aliases in code completion" #1122
52+
- FIXED: Vulnerability - check file paths in web version
53+
- FIXED: Very slow render of tables with very log cells
54+
55+
## 6.4.2
56+
57+
- ADDED: Source label to docker container #1105
58+
- FIXED: DbGate restart needed to take effect after trigger is created/deleted on mariadb #1112
59+
- ADDED: View PostgreSQL query console output #1108
60+
- FIXED: Single quote generete MySql error #1107
61+
- ADDED: Ability to limit query result count #1098
62+
- CHANGED: Correct processing of bigint columns #1087 #1055 #583
63+
- CHANGED: Improved and optimalized algorithm of loading redis keys #1062, #1034
64+
- FIXED: Fixed loading Redis keys with :: in key name

0 commit comments

Comments
 (0)