Skip to content

Releases: xJuvi/PDOdb

2.1.0

27 Apr 10:51
747d42b

Choose a tag to compare

[2.1.0] – 2026-04-27

Fixed

  • Fixed nested where groups without other objects inside the parent group

What's Changed

  • fix nested where groups by @xJuvi in #4

Full Changelog: v2.0.0...2.1.0

v2.0.0

28 Mar 09:01
6910053

Choose a tag to compare

[2.0.0] – 2026-03-28

Added

  • openWhereGroup() and closeWhereGroup():
    • Allows to create where groups. These groups can be nested and use other where and orWhere conditions inside.
  • Skip decimal normalization for LOBs and non-UTF8

What's Changed

  • Add where groups by @xJuvi in #1
  • Skip decimal normalization for LOBs and non-UTF8 by @xJuvi in #2
  • prepare update to v2.0.0 by @xJuvi in #3

New Contributors

  • @xJuvi made their first contribution in #1

Full Changelog: v1.3.8...v2.0.0