Skip to content

Releases: nilportugues/sql-repository

1.1.5

13 Mar 18:56
Compare
Choose a tag to compare
Update composer.json

1.1.4

13 Mar 15:47
Compare
Choose a tag to compare

1.1.3

10 Mar 23:05
Compare
Choose a tag to compare
  • Fixes a bug when addAll is called with new entities only on Postgres #22

1.1.2

14 Aug 22:55
Compare
Choose a tag to compare
  • Avoid reaching exception by ignoring filtering of

1.1.1

09 Aug 23:30
Compare
Choose a tag to compare

Fixed

  • Ajusting update behaviour for transactional and non-transactional queries 1358f4b
  • Securing hydration in failed or empty addAll e27d7b1
  • Use id placeholders for addAll 0fc415b
  • Boolean to tinyint 806a0fe, 756ea6a

1.1.0

09 Aug 21:48
Compare
Choose a tag to compare
  • Added getDriver method to Repositories.
    • Provides external access to Doctrine's Query Builder to implement custom actions in classes acting as repository wrappers.

1.0.0

07 Aug 13:08
Compare
Choose a tag to compare

Initial release.

1.0.0-beta

05 Aug 12:27
Compare
Choose a tag to compare
1.0.0-beta Pre-release
Pre-release
  • Functional release.
  • Missing documentation. As soon as it is ready, 1.0.0 will be released.