Carbunql icon indicating copy to clipboard operation
Carbunql copied to clipboard

Allows to keep raw query without parsing

Open mk3008 opened this issue 1 year ago • 0 comments

There are cases where you don't want to parse for some reason, including bugs, but you want to use the building function.

As a way to deal with it, I think it would be convenient if the raw query could be handled as a VirtualTable.

I can't get the column name because it doesn't parse, but I think it's a good specification. However, if you receive column name information as an argument, please use it as is.

mk3008 avatar Apr 16 '23 02:04 mk3008