Skip to content

Releases: ComPHPPuebla/dbal-fixtures

Fix issue with given IDs in PostgreSQL

27 Jan 03:21
bdfa29d
Compare
Choose a tag to compare

4.1.1 (2022-01-26)

Bug Fixes

  • Fix issue with given IDs in PostgreSQL, by @blafasel42

SQL function calls as values

27 Apr 20:03
Compare
Choose a tag to compare
  • Add support to use SQL function calls as values for columns by using backticks around the value
  • Add CONTRIBUTING and CODE OF CONDUCT files
  • Add documentation explaining how to register platform specific types for the fixtures

Update to Symfony 4

23 Jan 20:32
Compare
Choose a tag to compare
  • Update dependencies to Symfony 4
  • Refactored the implementation of the Processor classes