Page MenuHomePhabricator

Storage - escape collation type in create database code pathway
ClosedPublic

Authored by btrahan on Oct 6 2014, 7:54 PM.
Tags
None
Referenced Files
F13140527: D10641.diff
Fri, May 3, 3:46 AM
F13135001: D10641.diff
Thu, May 2, 6:22 AM
Unknown Object (File)
Mon, Apr 29, 3:50 PM
Unknown Object (File)
Wed, Apr 24, 11:46 PM
Unknown Object (File)
Thu, Apr 18, 11:43 PM
Unknown Object (File)
Mon, Apr 8, 3:33 PM
Unknown Object (File)
Apr 2 2024, 2:07 AM
Unknown Object (File)
Mar 23 2024, 11:33 PM
Subscribers

Details

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.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

btrahan retitled this revision from to Storage - escape collation type in create database code pathway.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added reviewers: epriestley, chad.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Oct 6 2014, 7:57 PM
This revision was automatically updated to reflect the committed changes.