MechanicalRabbit / FunSQL.jl

Julia library for compositional construction of SQL queries
https://mechanicalrabbit.github.io/FunSQL.jl
Other
144 stars 5 forks source link

Documentation code gives error for "CrossJoin" #42

Closed Farreeda closed 1 year ago

Farreeda commented 1 year ago

When I run this line, copied from the documentation, error message appears => CrossJoin is undefined using FunSQL: FunSQL, Agg, Append, As, Asc, Bind, CrossJoin, Define, Desc, Fun, From, Get, Group, Highlight, Iterate, Join, LeftJoin, Limit, Lit, Order, Partition, Select, Sort, Var, Where, With, WithExternal, render

xitology commented 1 year ago

CrossJoin was added in v0.11.0. Please make sure you are using the latest version of FunSQL.

Farreeda commented 1 year ago

oh, noticed :D