[MXS-801] strip_db_esc should default to True Created: 2016-07-11 Updated: 2016-08-11 Resolved: 2016-07-19 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 1.4.3 |
| Fix Version/s: | 2.0.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The strip_db_esc parameter for the services should default to True since it is very unlikely that the database names contain significant escape characters. A large majority of connectors do not send the underscores in the database string as escaped values so stripping them by default would be a wise choice. |
| Comments |
| Comment by markus makela [ 2016-07-19 ] |
|
The default value is now true. |