agentgt / jirm

A Java Immutable object Relational Mapper focused on simplicity, convenience, and thread safety.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Partial Parser same=true incorrect comparison

agentgt opened this issue · comments

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