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, Apr 18, 11:43 PM
Unknown Object (File)
Mon, Apr 8, 3:33 PM
Unknown Object (File)
Tue, Apr 2, 2:07 AM
Unknown Object (File)
Sat, Mar 23, 11:33 PM
Unknown Object (File)
Sat, Mar 23, 9:04 PM
Unknown Object (File)
Feb 23 2024, 12:31 AM
Unknown Object (File)
Feb 15 2024, 12:15 PM
Unknown Object (File)
Feb 11 2024, 11:37 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.