linearregression / hypertable

Automatically exported from code.google.com/p/hypertable
GNU General Public License v2.0
0 stars 0 forks source link

CREATE TABLE does not work with fully qualified table names #793

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This should work:

use '/';
create namespace "/foo";
create table "/foo/bar" (a);

Original issue reported on code.google.com by nuggetwh...@gmail.com on 20 Feb 2012 at 3:59

GoogleCodeExporter commented 9 years ago
Fixed. Also applied to DROP TABLE, RENAME TABLE, ALTER TABLE

Original comment by ch...@crupp.de on 12 Mar 2012 at 3:03