fix: don't log errors caused by empty SELECT

This commit is contained in:
James Houlahan
2021-01-14 14:00:41 +01:00
parent 014c8af560
commit c677b78f16
2 changed files with 11 additions and 1 deletions

View File

@ -9,6 +9,7 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
### Removed
### Changed
* GODT-97 Don't log errors caused by SELECT "".
### Fixed
* GODT-979 Fix panic when trying to parse a multipart/alternative section that has no child sections.