agentgt / jirm

A Java Immutable object Relational Mapper focused on simplicity, convenience, and thread safety.
Apache License 2.0
66 stars 10 forks source link

Partial Parser same=true incorrect comparison #26

Closed agentgt closed 11 years ago

agentgt commented 11 years ago

Line 549: boolean validate = ! r.isSame() || ds.getDeclaredSql().equals(r.getDeclaredSql());