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)
Feb 8 2025, 4:32 PM
Unknown Object (File)
Feb 7 2025, 11:38 PM
Unknown Object (File)
Feb 7 2025, 11:38 PM
Unknown Object (File)
Feb 7 2025, 11:38 PM
Unknown Object (File)
Feb 7 2025, 11:38 PM
Unknown Object (File)
Feb 7 2025, 9:31 AM
Unknown Object (File)
Feb 6 2025, 10:32 PM
Unknown Object (File)
Jan 24 2025, 7: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.