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
Unknown Object (File)
Thu, Jan 9, 8:26 PM
Unknown Object (File)
Dec 5 2024, 2:56 PM
Unknown Object (File)
Dec 5 2024, 12:58 AM
Unknown Object (File)
Dec 5 2024, 12:35 AM
Unknown Object (File)
Nov 26 2024, 6:49 PM
Unknown Object (File)
Nov 20 2024, 3:27 AM
Unknown Object (File)
Nov 16 2024, 10:59 AM
Unknown Object (File)
Nov 12 2024, 12:01 AM
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.