Mario Montoya

Results 57 comments of Mario Montoya

Yes, is necessary to know the schema or have already added the columns: ```rust let q = query.columns(Zone::iter()); //Currently, all columns. // Later. Note you can add columns, but not...

The issue is that the internal list of columns only supports adding. You can't introspect them* (only inside query builder) nor remove them (that will enable this idea). * For...

It helps, but is not the issue of deselect

This is not part of SQL, is of the relational model. Is also very convenient to have.

@ikrivosheev I think so.

How about build zola with musl? I have good success with my projects using https://github.com/messense/cargo-zigbuild

I get the same error now on 0.15.3: > Failed to build the site > Error: Was not able to copy file /Users/mamcx/Proyectos/malab/static/css/main.css to /Users/mamcx/Proyectos/malab/public > Reason: File exists (os...

I noted this only happens if is set `hard_link_static = true`

Yeah I know, the problem is to map both. I'm slowly trying to decipher how convert one in the other and is certainly not easy!