@orderby
should throw an error if incorrect column syntax is used
#288
Labels
@orderby
should throw an error if incorrect column syntax is used
#288
Using
Query.jl
in conjunction withDataFrames.jl
I find that I often make silly mistakes with the syntax, such as:instead of
In such cases,
Query.jl
simply ignores the@orderby
line, and does so silently.I think that if the arguments to
@orderby
do not resolve to something indf
that can be ordered, there should be a warning thrown, if not an error.The text was updated successfully, but these errors were encountered: