Homec4science

Storage - escape collation type in create database code pathway

Authored by Bob Trahan <btrahan@phacility.com> on Oct 6 2014, 22:03.

Description

Storage - escape collation type in create database code pathway

Summary: without escapage here, creating databases fails. Fixes T6251.

Test Plan: 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.

Reviewers: chad, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T6251

Differential Revision: https://secure.phabricator.com/D10641

Details

Committed
Bob Trahan <btrahan@phacility.com>Oct 6 2014, 22:03
Pushed
aubortJan 31 2017, 17:16
Parents
rPH923f625130cd: Fix incorrect maniphest.update conduit UI
Branches
Unknown
Tags
Unknown

Event Timeline

Bob Trahan <btrahan@phacility.com> committed rPH928b4edffb66: Storage - escape collation type in create database code pathway (authored by Bob Trahan <btrahan@phacility.com>).Oct 6 2014, 22:03