There are various places that my application relies upon selecting
constants as columns, such as:

    SELECT a, b, 42 AS c

or

    SELECT a, b, "String" AS c

However Fastbit doesn't seem to support this. Both of those queries
execute, but the results do not contain the 'c' column in the results.
The string version also issues the following warning:

    Warning -- ibis::selectParser encountered syntax error, unexpected
$undefined, expecting end of input at location a, b, "string" AS
c:1.6-7

Is it possible to support this feature in the future?

Thanks,

Michael
_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users

Reply via email to