2023-08-17 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in rdlibrary(1) where a SQL call was not properly
	escaped.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-08-17 10:26:27 -04:00
parent faaf7809f0
commit 5f7083839c
2 changed files with 5 additions and 54 deletions

View File

@@ -24347,3 +24347,6 @@
* Fixed typos in the Operations Guide for the 'Duck Panel Button'
['PD'] and 'Set Duck Level' ['MD'] RMLs that incorrectly specified
'dBFS' as the unit for the 'level' parameter.
2023-08-17 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdlibrary(1) where a SQL call was not properly
escaped.