What's new with BroadSQL 5.1.5 (2026-09-10)
New features
- Full command line parity for administration, on every platform: 12 new commands let you manage Database Groups, Environments, and per connection login scripts entirely from the command line, without the Windows only
CONFIGscreen:DUPLICATE CONNECTION,SHOW INACTIVE CONNECTIONS,ADD/EDIT/DEL GROUP,ADD/EDIT/DEL ENVIRONMENT,SHOW LOGIN SCRIPT, andADD/EDIT/DEL/MOVE LOGIN SCRIPT LINE. - A Connection's Database Group is now optional: a "standalone" connection can be created with no Database Group at all. Environment stays mandatory and is now validated against the actual Environment list when a Connection is saved.
- A new built in, non production
LOCALEnvironment is created automatically on every Connections Definition File.PULL ... AS H2's auto created connection now registers as a standalone connection underLOCALinstead of an arbitrary existing Database Group. CONFIGandADD CONNECTIONnow mark, in the database type list, any type whose JDBC driver jar is not currently present (the type stays selectable, so a Connection can be prepared before its driver jar is copied in).SCRIPT LISTandLIB LISTnow show only top level entries by default; addListSubfolders=truein the INI file to also list subfolder entries. The@instanceand@environmentheader tags now also accept a comma separated list of values on a single line, in addition to the existing repeated line form.
Problems solved
- Fixed: running
PULL ... AS H2a second time could fail to save its new connection, because it collided with the firstPULL's Database Group/Environment pair.PULLcreated connections are now standalone, underLOCAL, so repeatedPULLcommands no longer collide. CONNECTnow fails with a clear message naming the missing JDBC driver class and where to place it, instead of a rawClassNotFoundException, when a Connection's database type has no available driver.
Installing BroadSQL 5.1.5
See Installation.
Upgrading from previous releases
Existing Connections Definition Files are migrated automatically the first time BroadSQL opens them with this release: a LOCAL Environment is added if missing, and the columns these features rely on are added automatically. No manual steps required.
Known issues
None known at release time.
BroadSQL