Skip to content

Releases: jackalope/jackalope-doctrine-dbal

loosen type hint from DBAL PDOConnection to simply PDO object

20 Oct 17:52
Compare
Choose a tag to compare

various bug fixes and feature additions

20 Oct 08:33
Compare
Choose a tag to compare
  • handle issues with the drop option on Doctrine 2.4 in the InitDoctrineDbalCommand #278
  • fixed bug in CachedClient::getNodeTypes() related to filtering by node type #279
  • also cache queries, remove redundant code, refactor for better efficiency when nodes are not cached #280
  • fixed Argument 1 passed to Jackalope\Transport\DoctrineDBAL\Client::setNamespaces() must be of the type array, object given #291
  • use autoloading for PHPCR-API tests #288
  • implement getting the definition of a node #296
  • fix binary copy #299
  • fix issues with deleting of references #293
  • allow property name to be escaped #300
  • make it possible to create and reference nodes within a single transaction #292

also updated Jackalope and PHPCR Utils core system

fixed issues with node types and namespaces in the CachedClient

25 Jun 11:20
Compare
Choose a tag to compare
Merge pull request #286 from jackalope/cached_client_fixes

Cached client fixes

Respect direction when sorting by numerical properties

07 May 09:27
Compare
Choose a tag to compare
Merge pull request #273 from jackalope/numerical_sort_ordering

Respect direction when sorting by numerical properties

1.2.0

02 May 15:29
@dbu dbu
Compare
Choose a tag to compare
  • Validate namespaces in node paths and throws NamespaceException on unknown prefixes.
  • Throw Exception when user tries to select either jcr:path or jcr:score
  • The jackalope:init:dbal command now only really executes when the --force parameter is given.
  • Fixed Property::getNode() can return the same node multiple times if that node was added to the property multiple times. This has the side effect that
  • the array returned by this method is not indexed by uuid anymore. That index was never advertised but might have been used.
  • RepositoryFactoryDoctrineDbal::getRepository now throws a PHPCR\ConfigurationException instead of silently returning null on invalid parameters or missing required parameters.
  • A bunch of bugfixes
  • A bunch of performance tweaks, notably with the CachedClient.

1.1.5

02 May 18:44
@dbu dbu
Compare
Choose a tag to compare

fixed minimal requirements

1.1.4

02 May 11:35
Compare
Choose a tag to compare

fixed an issue with parameter chunking in sqlite

1.1.3

01 May 15:27
@dbu dbu
Compare
Choose a tag to compare
Merge pull request #263 from jackalope/back_port_force_option

back port force option

1.2.0-RC1

05 Apr 09:44
@dbu dbu
Compare
Choose a tag to compare
1.2.0-RC1 Pre-release
Pre-release
Merge pull request #256 from jackalope/fix-namespaces-cached-client

Handle the ArrayObject in CachedClient as well

1.1.2

07 Aug 19:24
Compare
Choose a tag to compare
Merge pull request #209 from jackalope/nodename_namespace_handling

do not attempt to convert a namespace inside a literal if there is no colon in the literal