Skip to content

v1.0.1.9

Choose a tag to compare

@marcel-maqsood marcel-maqsood released this 10 Apr 10:19
· 13 commits to main since this release

Added:

  • PersistentPDO is now capable of more logic within generated conditions, in this case: if then else conditions have been added.
    This insures that you can either use simple conditions for only certain cols and tables or even conditions that need to contain some more logic, as: if ´COL´ IS NOT NULL then use ´COL´ otherwise use ´otherCOL´