prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
583 stars 62 forks source link

added missing #[cfg(feature = "uuid")] #420

Closed drewlloyd closed 1 year ago

drewlloyd commented 1 year ago

one liner, found it by forgetting to enable uuid feature.

pimeys commented 1 year ago

Congratulations for the cool PR number, let's merge when the tests are green.

BTW. why on earth there's a breaking change in chrono without a new major version?

drewlloyd commented 1 year ago

I'll make another PR tonight

pimeys commented 1 year ago

Rebase and try again.

pimeys commented 1 year ago

Thx