mirror of
https://github.com/ent/ent.git
synced 2026-05-22 09:31:45 +03:00
* dialect/sql/builder: make sql.NotIn() with empty args fallback to False() This is basically the identical change to #2735, but for NotIn(). This bug currently prevents anyone using NotIn() from upgrading from v0.10.x to v0.11.x * Update go.sum untidy * feedback