without escapage here, creating databases fails. Fixes T6251.
Details
Details
- Reviewers
epriestley chad - Maniphest Tasks
- T6251: Create Database fails with a AphrontQueryException 1064
- Commits
- Restricted Diffusion Commit
rP928b4edffb66: Storage - escape collation type in create database code pathway
ran the command CREATE DATABASE foo COLLATION binary and it failed; ran the command CREATE DATABASE foo2 COLLATION "binary" and it worked; trusting that the %T still works as advertised.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable