JuliaDBMeta.jl
JuliaDBMeta.jl copied to clipboard
improve setting columns with @with
Currently @with t :a ./= 1 errors, getfield should be replace by calling .
This is actually a deeper issue as it wouldn't work with cols. cols in turn could use some rethinking as using it leads to non-type stable code: it may be necessary to use some generated functions.