Franco Liberali

Results 3 comments of Franco Liberali

Hi @russellgeraghty-bjss, I was having the same problem but if I change the folder now I get an error about the complexity of the password: `Password validation failed. The password...

A first pr https://github.com/FrancoLiberali/cql/pull/35 add the possibility to do a EXISTS over collections. It would still lack the ability to make joins within those sub-series.

Set two times the same one ``` cql.Update[models.Brand]( db, conditions.Brand.Name.IsDynamic().Eq(conditions.City.Name.Value()), // want "github.com/FrancoLiberali/cql/test/models.City is not joined by the query" ).Set( conditions.Brand.Name.Set().Dynamic( conditions.Brand.Name.Value(), ), conditions.Brand.Name.Set().Dynamic( conditions.Brand.Name.Value(), ), ) ```