Skip to content

improve collection handling and query parameter serialization

Latest

Choose a tag to compare

@michelphp michelphp released this 16 Mar 12:52
· 1 commit to main since this release
  • QueryBuilder: Convert iterable parameters/entities into a comma-separated string (ideal for SQL IN clauses).
  • MigrationDirectory: Add auto-creation of missing directories with recursive permissions.
  • ObjectStorage: Add fromArray and fromObjectStorage static factory methods.
  • MichelPaperORMPackage: Fix incorrect PackageInterface namespace and optimize logger injection.