cloudera / hue

Open source SQL Query Assistant service for Databases/Warehouses
https://cloudera.com
Apache License 2.0
1.17k stars 366 forks source link

Escaping ';' char in Beeswax. #30

Closed BrianWolfkamp closed 11 years ago

BrianWolfkamp commented 11 years ago

(Beeswax, Hue version 2.3.0 with CDH4.5 ) When you run a query on a 'test' table like this, select count(1),concat('\;','a') from test;

it will result in ';' not being escaped, and one is forced to used things like '\073' .

romainr commented 11 years ago

This is because Hue now supports multiquery and ';' is the delimiter. We are going to see if we can have Hue be smarter about that.

romainr commented 11 years ago

https://issues.cloudera.org/browse/HUE-1332

romainr commented 11 years ago

Fixed in https://issues.cloudera.org/browse/HUE-1332