Skip to content

ipl-sql v0.3.0

Compare
Choose a tag to compare
@nilmerg nilmerg released this 15 Jun 14:13
v0.3.0

Version 0.3.0

Breaking changes:

  • Interface ipl\Sql\WhereInterface now requires a new method resetWhere() from implementors (#34)
  • Interface ipl\Sql\OrderByInterface now requires a new method resetOrderBy() from implementors (#34)
  • Interface ipl\Sql\LimitOffsetInterface now requires two new methods resetLimit() and resetOffset() from implementors (#34)