jackalope/jackalope-doctrine-dbal
Doctrine DBAL-based Jackalope backend for PHPCR, enabling content repository storage on SQL databases. Provides a DBAL transport layer, schema management, and integration pieces for running Jackalope with Doctrine DBAL across multiple database platforms.
defaultTableOptions.collate or charset in the Doctrine connection, or alternatively
set the encoding explicitly with Client::setCaseSensitiveEncoding() (e.g. utf8mb4_bin).symfony/cache, you need to restrict psr/simple-cache to ^1.0 || ^2.0 in your application because Symfony 5 does not declare a conflict with it, but fails at runtime.Repository::login with null credentials, there used to be an error. It now correctly works.
If you use jcr:createdBy or jcr:lastModifiedBy in node types, those properties are not set if the credentials are null.deleteProperties (#421)jackalope.case_sensitive_encoding to set Client::setCaseSensitiveEncoding.jackalope.uuid_generatorChanges since 2.0.0-beta3
xml_parse.symfony/cache, you need to restrict psr/simple-cache to ^1.0 || ^2.0 in your application because Symfony 5 does not declare a conflict with it, but fails at runtime.Repository::login with null credentials, there used to be an error. It now correctly works.
If you use jcr:createdBy or jcr:lastModifiedBy in node types, those properties are not set if the credentials are null.deleteProperties (#421)symfony/cache, you need to restrict psr/simple-cache to ^1.0 || ^2.0 in your application because Symfony 5 does not declare a conflict with it, but fails at runtime.Repository::login with null credentials, there used to be an error. It now correctly works.
If you use jcr:createdBy or jcr:lastModifiedBy in node types, those properties are not set if the credentials are null.deleteProperties (#421)2.*. Cache 1.* is EOL.
If you use doctrine/cache 2, you need a PSR implementation, e.g. symfony/cache, and need to pass a cache instance to the CachedClient." in the search expression.
Note that with MySQL, searching for a node name with double quote no longer works due to wrong XPath handling in MySQL.Improve performance for xml parsing by using the PHP ext-xml instead of ext-dom.
Jackalope\Transport\DoctrineDBALClient::mapPropertyFromElement is no longer called within the client. If you extended the client and call the method, things will still work as before, but it is recommended to refactor your code to use the XmlToPropsParser.
If you overwrote the method behaviour, your changes will no longer be applied because the method is not called anymore. We are not aware of any use case to overwrite the method - if you are affected, let us know in a github issue so that we can discuss how the problem can be fixed.
0 or null as cache misses.How can I help you explore Laravel packages today?