ipl-sql v0.3.0
Version 0.3.0
Breaking changes:
- Interface
ipl\Sql\WhereInterface
now requires a new methodresetWhere()
from implementors (#34) - Interface
ipl\Sql\OrderByInterface
now requires a new methodresetOrderBy()
from implementors (#34) - Interface
ipl\Sql\LimitOffsetInterface
now requires two new methodsresetLimit()
andresetOffset()
from implementors (#34)