JuliaDBMeta.jl icon indicating copy to clipboard operation
JuliaDBMeta.jl copied to clipboard

improve setting columns with @with

Open piever opened this issue 7 years ago • 1 comments

Currently @with t :a ./= 1 errors, getfield should be replace by calling .

piever avatar Jun 01 '18 22:06 piever

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.

piever avatar Jun 06 '18 15:06 piever