aritmos / crabql

Crustacean certified SQL query creation in Rust
MIT License
0 stars 0 forks source link

Add `case!` macro #3

Closed aritmos closed 1 month ago

aritmos commented 3 months ago

Implement SQL's case matching functionality with a function-like macro returning an expression backed by a hashmap. Time needs to be spent thinking about how to incorporate this into the current state of expressions in the project.

aritmos commented 3 months ago

This is currently on standby until #11 is resolved.

aritmos commented 1 month ago

Completed in 08ab4df