[casacore] r21568 committed - Fixed bug that TaQL did not make a RefTable

1 view
Skip to first unread message

casa...@googlecode.com

unread,
Feb 18, 2015, 9:38:16 AM2/18/15
to casacor...@googlegroups.com
Revision: 21568
Author: gervandiepen
Date: Wed Feb 18 14:38:02 2015 UTC
Log: Fixed bug that TaQL did not make a RefTable

https://code.google.com/p/casacore/source/detail?r=21568

Modified:
/trunk/tables/Tables/TableParse.cc

=======================================
--- /trunk/tables/Tables/TableParse.cc Wed Nov 12 14:14:03 2014 UTC
+++ /trunk/tables/Tables/TableParse.cc Wed Feb 18 14:38:02 2015 UTC
@@ -2930,9 +2930,9 @@
{
resultName_p = name;
resultType_p = type;
- if (resultType_p == 0 && !resultName_p.empty()) {
- resultType_p = 3; // default type is PLAIN if a name is given
- }
+ ///if (resultType_p == 0 && !resultName_p.empty()) {
+ /// resultType_p = 3; // default type is PLAIN if a name is given
+ ///}
}
//# Keep the resulting set expression.
void TableParseSelect::handleGiving (const TableExprNodeSet& set)
Reply all
Reply to author
Forward
0 new messages