njord-rs / njord

A versatile, feature-rich Rust ORM ⛵
https://njord.rs
BSD 3-Clause "New" or "Revised" License
409 stars 21 forks source link

Implement IN and NOT IN #139

Closed chaseWillden closed 1 month ago

chaseWillden commented 1 month ago

Noticed the IN and NOT IN conditions weren't implements. This is needed for the DELETE subquery, so I just split this out.

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
njord ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 7, 2024 2:27pm
mjovanc commented 1 month ago

I merged you previous PR. This now has conflicts. Can you resolve @chaseWillden? Thanks!