go-gorm / postgres

GORM PostgreSQL driver
MIT License
225 stars 119 forks source link

Fix same type comparing #264

Closed 0marq closed 5 months ago

0marq commented 5 months ago

What did this pull request do?

Previous PR (https://github.com/go-gorm/postgres/pull/261) introduced a bug. The condition was wrong. This fixes it.

User Case Description

0marq commented 5 months ago

@jinzhu