SeaQL / sea-query

🔱 A dynamic SQL query builder for MySQL, Postgres and SQLite
https://www.sea-ql.org
Other
1.12k stars 182 forks source link

Call the right method in `Expr::not_equals` doctest #796

Open Expurple opened 1 month ago

Expurple commented 1 month ago

The doctest was probably copy-pasted from Expr::equals and never tested not_equals.

PR Info

New Features

Bug Fixes

Breaking Changes

Changes