Skip to content

insertOrUpdate does not zero primary key on update

Compare
Choose a tag to compare
@phpfui phpfui released this 19 Oct 15:11
· 77 commits to main since this release
  • insertOrUpdate no longer sets the primary key of the updated record to zero.
  • Better RelatedRecord class to accommodate non-standard naming conventions with the ability to pass the field to use.