canonical / sqlair

Friendly type mapping for SQL databases
Apache License 2.0
17 stars 9 forks source link

Make QueryPart public #15

Closed Aflynn50 closed 1 year ago

Aflynn50 commented 1 year ago

QueryPart is used in ParsedExpr, which is exported. QueryPart is the only field in the struct and will be used in the subsequent stages so should be public too.

fernape commented 1 year ago

LGTM