go-gorm / playground

GORM Playground (Please Create PR for this project to report issues)
MIT License
88 stars 666 forks source link

Add failing test for NOT with OR (master branch) #710

Closed tsurunoyu closed 2 months ago

tsurunoyu commented 3 months ago

This is paired with https://github.com/go-gorm/playground/pull/711, which runs the same code in v1.25.5 & gets different results.

Thank you to @tsuba3 for https://github.com/go-gorm/playground/pull/696, upon which this is based.