We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60dbd8c commit 8894baaCopy full SHA for 8894baa
doc/CHANGELOG.md
@@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
6
The format is based on [Keep a Changelog](http://keepachangelog.com/)
7
and this project adheres to [Semantic Versioning](http://semver.org/).
8
9
+## [1.9.2] - 2022-01-17
10
+### Fixed
11
+- Parameter placeholders containing hyphens in names would break the query on Mysql 8, changed name format to camelcase
12
+
13
## [1.9.1] - 2021-02-01
14
### Fixed
15
- The netgen.default.information_collection.form.use_csrf parameter was directly injected into service, now it is retrieved via ConfigResolver
0 commit comments