Skip to content

8.0.0: NULL on EOF

Compare
Choose a tag to compare
@thekid thekid released this 04 Jul 08:51
· 202 commits to master since this release
  • Merged PR #32: Return null instead of false from ResultSet::next()
    at EOF. Although this is theoretically a BC break typical code using a
    while loop is not affected!
    (@thekid)