Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/doctrine/annotations

Annotations Docblock Parser
https://github.com/doctrine/annotations

[2.0] Add missing Query::HINT_CUSTOM_OUTPUT_WALKER - it wasn't possible to change the output walker before without extending and overwriting one large method in Query

64077ac65f2d51b294940128c72e9e7fdf799181 authored almost 15 years ago
[2.0] Missing files from last commit.

cda9c1babd55364a03822184dc8844b48c26ea2d authored almost 15 years ago
[2.0][DDC-92] Fixed. Patch provided by Christian Heinrich. [DDC-274] Started some method renaming. [DDC-142] Fixed (join column names and discriminator column names dont support quoting) [DDC-258] Fixed.

df6ca602fb113932149ac1b07bd0963a1e9d1b3f authored almost 15 years ago
[2.0][DDC-384] Fixed getReference problem with aliases.

715da59ded2e2e2f4cd6cd06dbb88df3fcccba7d authored almost 15 years ago
[2.0][DDC-389] Fixed the PHPDriver that was causing a fatal error when classes uses inheritance type join. Thanks Tiago Ferreira for report and patch.

0af8b665999dbd781fdd025fa0ab082975b18fb5 authored almost 15 years ago
[2.0] Fixed issue with classmetadata cache that was saving the entire inheritance on the same cacheKey.

3eff1d1c5b6fa994dea131ef2beb2f1f5589628c authored almost 15 years ago
[2.0] Fixed issue with classmetadata cache that was saving the entire inheritance on the same cacheKey.

dc1f61c0e39e5d7572506037dc2248b74546d2d8 authored almost 15 years ago
[2.0][DDC-331] Added coverage to CTI not generating valid SQL when fetching for a parent field ona child class.

b6cbcb855b4cdbf7efccd135559409a43c0e75f5 authored almost 15 years ago
[2.0][DDC-387] Fixed wrong variable name in MappingException. Thanks Christian for report

0cbc9aa672b16676ce1d21fe098e65222341aa9e authored almost 15 years ago
[2.0][DDC-379][DDC-384] Implemented Entity namespace alias support.

4ac39f0cbd55d18aa834342c99eead3d9704f31b authored almost 15 years ago
[2.0] Fixed missing argument in AbstractFileDriver.

9427a85e4ec47c9e70fda0ab5ee4d7667759e8cc authored almost 15 years ago
[2.0] Fixed ExprTest that was failing due to one of my previous commits.

c7dff99bbec605b3fd23ec182303c3dac947dffc authored almost 15 years ago
[2.0][DDC-265] Partial support to inheritanceType in AnnotationExporter. Still needs to add the discriminator column.

de29fa97f0183d759941121e64c7efc0a06441ab authored almost 15 years ago
[2.0] Reverted wrong changeset of commit related to 7246

a56689be67ec431a05bd0da6d439e4e6799007a1 authored almost 15 years ago
[2.0][DDC-265] Partial support to inheritanceType in AnnotationExporter. Still needs to add the discriminator column.

fc5960c489b094642c26ea84aac05334729a03ae authored almost 15 years ago
[2.0][DDC-382] Fixed wrong DQL function call. Thanks Ismo for report and patch.

07fd878985d3a4f2fe5aec48f8bdf1db24e1e188 authored almost 15 years ago
[2.0] Refactored UoW#createEntity slightly for perf. reasons (documented properly now).

74a432883324987eb712bfa7138fe30ca0555936 authored almost 15 years ago
[2.0] DDC-381 - Unserialized Entity that was a proxy during serialize() will fatal when accessing methods that call _load() - A check for the existance of entity persister solves the problem.

8fbcf7d5716b6bb7424e8021c6bdf363130856f9 authored almost 15 years ago
[2.0] DDC-353 - Fix UnitOfWork::createEntity and StandardPersister::refresh() not marking created Proxy instances as MANAGED like EntityManager::getReference() does

a0fc09855bc4432b5475a051a45255dc5c85472d authored almost 15 years ago
[2.0][DDC-371] Fixed together with other hydration/initialization issues.

536aca23daf0a6cd3745839ca538bd65391a2206 authored almost 15 years ago
[2.0] DDC-195 - Updated XSD Schema

457d832f529af7ef5ca322820d597efa6825d008 authored almost 15 years ago
[2.0] DDC-195 - Updated XSD Schema

35d795b25f8e0ed205b1a81225a0bd04af0502ae authored almost 15 years ago
[2.0] DDC-195 - Refactored Mapping Syntax again to be arrays in all annotations, xml and yaml drivers instead of parsing the fields in the AssociationMapping implementations.

eb00a3b81738a860b484b807e9ad3b6cf9f2cda8 authored almost 15 years ago
[2.0] DDC-370 - Fixed bug with CTI and scalar fields DDC-377 - Fixed failing Oracle test

5bf169202fd30bcbbb5a1183091f707846528fd0 authored almost 15 years ago
[2.0] DDC-365 - Added tests for several missing column types - also showing that decimals come and go correctly into the database.

839603dafee8b6c9e42b873a6ad2a181997c463d authored almost 15 years ago
[2.0] Adding support for entity aliases in the query language

7c81b0b00389ea0eca6c78a6c8d7703d2bc9d2a6 authored almost 15 years ago
[2.0] Fixing php error

50e9d8c54700c5cc858910743ca01a5b02ee806f authored almost 15 years ago
[2.0] Fixing ClassMetadataExporterTask to use existing configured annotation driver for given path instead of re-creating it

61a4a35694d790bd6ca76c30a84c1cdbf6a55d1d authored almost 15 years ago
[2.0] Adding getDrivers() method to DriverChain

c8ef304bcc2473be130050aae25b8ec3c6c590e1 authored almost 15 years ago
[2.0] Fixing strict standards notice

3a778e624f25a4954eed6af3982d553e12d0908c authored almost 15 years ago
[2.0] DDC-312 - Revert annoying View and Trigger variables in Schema instance, complete "View" support by just returning a View instance

3e96788438d67bc10ce63042d4e66e0a807b9eaf authored almost 15 years ago
[2.0] Refactored Doctrine\DBAL\Schema API a bit Table::createColumn() was inconsistent with all the other methods being add*

946fa6d7cab73de2b48bcb8ec0cd46f5faee47f9 authored almost 15 years ago
[2.0] Fixed missing parameter in MappingException::mappingFileNotFound

b7de1ed115ead44dffc4c9521b788edea34adf5c authored almost 15 years ago
[2.0] DDC-376 - Fix in XML Mapping Driver 'inheritance-type' attribute.

bbda52a44868905db33b5abe012835b9f0558e97 authored almost 15 years ago
[2.0] DDC-375 - Added another test-case for an uncovered branch of subselects in DQL

d0c9d5b55933d9d165725bf06cbba1d45cb05343 authored almost 15 years ago
[2.0] DDC-375 - Fix a little bug in walkSimpleSelectExpression

248022249fdcc1869293b04878ccfa9243353e1a authored almost 15 years ago
[2.0] DDC-375 - Fix a test-failure related to the latest commit

66783529dc6a1c23f8abeaeab2b9d4c9326eba15 authored almost 15 years ago
[2.0] DDC-375 - Fix two issues related to DQL Subselects

f14dd5690795b028e0de5bbf6a6110068470e12d authored almost 15 years ago
[2.0] DDC-374 - Implement and tested DriverChain Mapping Adapter

43ecaf54a2ca84a69b6808afbb0047b02a048869 authored almost 15 years ago
[2.0] Adding DriverChain mapping driver type to allow you to configure drivers to use for certain entity namespaces

fcd623e8ef0070c2da4319f777328bee996a89aa authored almost 15 years ago
[2.0] Fixed query and result cache to work nice together and avoid unnecessary cache lookups.

e235044c472f7ad0f9257e9e8c725786ad0b4cba authored almost 15 years ago
[2.0][DDC-368] Fixed.

1e6641565e2d7be4c9091650c4d953b7fab006c6 authored almost 15 years ago
[2.0] DDC-367 - Fixed Bug with <discriminator-map /> XML Driver Parsing

cbd8133308c6f0b88d9c33eefb929c6c02264fe5 authored almost 15 years ago
[2.0] First draft for onFlush event.

a1a809388843d415c5da15ba1fd8424a911557e0 authored almost 15 years ago
[2.0][DDC-366] Fixed. Fully qualified names were borked in the lexer as well. Tests didnt catch it because of unfortunate namespace constellations. Fixed now.

7badced187d49759fbac569c1a79e8ac8eb594cc authored almost 15 years ago
[2.0][DDC-364] Added Doctrine\Common\Version which provides the current version of Doctrine. Also added CLI tasks for Common and DBAL, since they may vary in the future.

b274a69ec27d5747dfcff9541511443fc607d36e authored almost 15 years ago
[2.0][DDC-362] Fixed missing namespace declaration on __call method of EntityRepository. Thanks Marcel Walter for the patch.

96a79b62b9213297757f04e6bbcb1716e86da44e authored almost 15 years ago
[2.0] DDC-358 - Refactored UnitOfWork Event triggering capabilities - Revert preUpdate change - Its not good!

50190c64d30668c2fcadf99c842014e1ca33180e authored almost 15 years ago
[2.0][DDC-345] Fixed.

82e42123de5568edc67c144ffaf1e6255ec6537d authored almost 15 years ago
[2.0][DDC-355] Fixed. Patch provided by Christian Heinrich.

4685a9ab6a1f5ec3115fcf2e35a3f0fdbf1c0725 authored almost 15 years ago
[2.0] DDC-358 - Refactored UnitOfWork Event triggering capabilities - Removed check for EntityManager instance. This is deep in the code and can hardly be get wrong.

cbad4bff3ab23c1740abd7aac859a771d835811f authored almost 15 years ago
[2.0][DDC-350] Fixed. Patch provided by Christian Heinrich.

96eaf67e0f6bec6b3b38a4b9256c3619f2c454fb authored almost 15 years ago
[2.0] DDC-358 - Refactored UnitOfWork Event triggering capabilities

ac62e4d9bb3cab75553f08a1c4b2b77a6f01e830 authored almost 15 years ago
[2.0] Applied convention over configuration using default cache implementation if none is defined in AnnotationReader.

30712c6cb544bfc83e50e030e5e5a8ccd6eabc35 authored almost 15 years ago
[2.0] DDC-338 - Changed DQL Parser to comply with ordered collections when they are fetch joined (OMG, thanks to roman and guilherme for the detailed discussion on how to implement this)

81d02278ad3d8d08852b9237a618e5f370d58303 authored almost 15 years ago
[2.0] Added feedback message when orm:ensure-production-settings is correctly configured.

31120bcb3340b01609791159be7ce4a8df9e69a3 authored almost 15 years ago
[2.0][DDC-339][DDC-340] Fixed.

22fce635c03e12bdc1b9e84d5dd01b16342e6ecf authored almost 15 years ago
[2.0][DDC-316][DDC-346] Implemented support to first result and max results aswell as different hydration mode support in orm:run-dql task

ec880fe5554447497c99f98cabff5fb687213779 authored almost 15 years ago
[2.0] DDC-351 - Fix Delete in JoinedSubclassPersister

e5ed3f66ac8db9bbfc853873b0732069639aa446 authored almost 15 years ago
[2.0] DDC-92 - Completly removed DoctrineException in DBAL package

d5fd881c27868cbedf2e0ac88238e93d9fa60afc authored almost 15 years ago
[2.0] DDC-92 - Completly removed DoctrineException in DBAL package

07e73880f5d99fab180987ffc7758646fea96639 authored almost 15 years ago
[2.0][DDC-335][DDC-347][DDC-317] Fixed. Also prepared DQL for CASE/COALESCE/NULLIF support.

639718e95c1ee483d0c5f889b0326ec39aa187c5 authored almost 15 years ago
[2.0] DDC-336 DDC-337 - Commit missing file

6f6628c22ac9c021761421050b1fa5227f008026 authored almost 15 years ago
[2.0] DDC-336 DDC-337 - Changed @OrderBy annotation to take a DQL not SQL snippet, restrict it to field names and positional orderings. Changed all test-cases and added a test-case that shows the behaviour for OneToMany JoinedSubclassPersister Managed Entities.

31b0705ed5454bb369859e0a6267a440f48ddbe0 authored almost 15 years ago
[2.0] DDC-337 - Collections that are fetched through StandardEntityPersister and ordered are sorted by any given ORDER BY snippet. Now only the DQL Parser is missing in this regard.

1f417616cda12517052bd3bdf18426b1a267aaca authored almost 15 years ago
[2.0] DDC-337 - Collections that are fetched through StandardEntityPersister and ordered are sorted by any given ORDER BY snippet. Now only the DQL Parser is missing in this regard.

30d1b54db1a2d6da24e50137a3cbde4397288b19 authored almost 15 years ago
[2.0] DDC-336 - Support specification of an OrderBy SQL snippet in OneToMany and ManyToMany Associations in Annotation, XML and YAML Drivers

ab3a6cc16ed2cd3133cb1e23c377a36b0fb73a14 authored almost 15 years ago
[2.0] DDC-330 - Fix SIZE(collectionValueExpression) using a COUNT(field) to COUNT(*) because in many to many scenarios and with several join columns a COUNT(fieldA, fieldB) would have been generated, which is not valid sql.

e83f1517adc60a24f97dbd11e6d1c297da58c039 authored almost 15 years ago
[2.0] Fixed hardcoded version field access in optimistic locking.

da582e112588e5280263456ee1eb522692dca766 authored almost 15 years ago
[2.0] DOCS - Example on using multiple entities in FROM clause, added test for this sql generation also, since it seems this was untested before.

6356886cec73762d8142b982e7ef0694131d2740 authored almost 15 years ago
[2.0] DDC-135 DDC-177 Implement missing WITH clause, disallow use of ON clause by throwing an exception

077d9fb0e6aed2c4eda9ed6b7f69f29734384447 authored almost 15 years ago
[2.0] DDC-327 - Always Deep Clone all Schema Assets

446a2ea7bb1628722d66c82d05ca63df78579dd9 authored almost 15 years ago
[2.0] DDC-329 - Allow Reverse Engineering with multiple column foreign keys

49d2dd9bf28e3d9c8275fceb97f44aaf84e2978a authored almost 15 years ago
[2.0] DDC-328 - Query and Result Cache Keys now depend on the hydrationMode also

5a96217d4d1c4a554f86dc50b6faa4838c678042 authored almost 15 years ago
[2.0] DDC-325 - Fix Order of LOCATE to be LOCATE(needle, haystack [, offset])

8b2ca0d484843445afae372fc2abcf7f77b6f0fb authored almost 15 years ago
[2.0] DDC-318 - Fix successive calls to AnnotationDriver::getAllClassNames()

627124583150dfeeb3e1e01ee5a5b3020cf0304d authored almost 15 years ago
[2.0] DDC-325 - Fixed LOCATE() support for all platforms.

6bfbab9f7da83617f70d06bc27b6b96074f463dc authored almost 15 years ago
[2.0] DDC-321, DDC-323, DDC-324 - Implemented way to define UDFs from PHP in Sqlite Driver and registered to required default callbacks for SQRT and MOD, allowing functional tests for DQL MOD and SQRT to pass for all platforms.

371f3d5ecc950fa598095cd47930b7b9efa1fee3 authored almost 15 years ago
[2.0] DDC-322 - Fixed Trim across all platforms using AbstractPlatform::getTrimExpression()

13bf8a760fa6d29f13b76d23fccd2967dc84875c authored almost 15 years ago
[2.0] DDC-320 - Fixed Substring across all platforms using AbstractPlatform::getSubstringExpression() instead of the "hand-built" one.

8357289050089ab9fbb127657a32f00e6d6c5615 authored almost 15 years ago
[2.0] DDC-318 - Committed 3 commented tests for Operators that fail however

d197c814f39536c2c76f6ec9b0e154dabb1eab3e authored almost 15 years ago
[2.0] Added DQL Functions and Aggregate Functional Test-Case and fixed two small bugs in DQL Parser that came to light, also it seems that some of the functions are not supported by Oracle and Sqlite and some cases of SUBSTRING and TRIM produce bugs on MySQL.

57ef5f5aeb6a7a2380c9cc1e51582200b11fa2d2 authored almost 15 years ago
[2.0] DDC-313 - Removed lots of dead and unnecessary code

b9daf621cfa018a6a727d727d1b2fb042af0d124 authored almost 15 years ago
[2.0] DDC-313 - Removed abstracted trigger support, list functions, list users and the platform specific code to generate the queries for this stuff.

5b43f72e273a06dbf729c619eda8ca4ab536c6a9 authored almost 15 years ago
[2.0] Fixed proxy classes to not invoke parent class constructors. We never call constructors to reconstitute persistent entities and proxies always represent persistent entities.

86c12a07e581701de0ec4d53d8bf8962034f810f authored almost 15 years ago
[2.0] DDC-312 - Prepared View and Trigger support in DBAL\Schema

962ecab75e2334539593b51f521bd144e77c207d authored almost 15 years ago
[2.0] DDC-312 - Refactored View support of all platforms a little - Oracle now also supports the retrieval of the sql used to generate a view so that a common datastructure View is a viable option.

22edbcec336e138e829515f67e61485672e1e617 authored almost 15 years ago
[2.0] DDC-302 - Drop convenience methods since their API is somewhat strange, have to think about something else. Dropped AbstractSchemaManager::listTableConstraints() support - since it only returns the names of all constraints, which are already returned much more nicely with listTableIndexes().

3de3bbb969ef6f8c4d5f8392cdcb1e24a0c6c859 authored almost 15 years ago
[2.0][DDC-311] Fixed.

ae6e597dcadc6d3034911a7bfb732d56fe1ccdb1 authored almost 15 years ago
[2.0] DDC-125 - Query Hints are now included in both QueryCache and ResultCache - QueryCache now also uses firstResult and maxResults for the cache key - ResultCache was fixed to use "getSql()" instead of "getDql()"

04832e2789086a0ee88826b97a9e39076d5f84be authored almost 15 years ago
[2.0][DDC-79][DDC-261] Fixed. Also fixed support for deleting objects by reference (getReference() + remove() + flush()) to effectively delete objects without loading them.

ca23555c3ee176e59f35f0d54cb1d4cb3b796a47 authored almost 15 years ago
[2.0][DDC-308] Implemented SIZE() function support to many2many relations

30f9403790ce01c54a48bacf5c49351aa0f4218b authored almost 15 years ago
[2.0][DDC-307] Fixed wrong generation of SQL when using MOD() function

d642fb9642812385cf4a8eff8f9ccc8749a12e81 authored almost 15 years ago
[2.0][DDC-306] Fixed issue with non-existant class DoctrineException

527c9e760fa0bfd9a2585be1975602675ebd78e7 authored almost 15 years ago
[2.0] DDC-297 - Fixed XCache object serialization problem.

aea43e90df96edd4b2629685c834f79d9f5045b3 authored almost 15 years ago
[2.0] DDC-309 - Allow multiple IteratbleResult instances and work on them concurrently.

54010a55b0829a397db337d40626f7b263e1f366 authored almost 15 years ago
[2.0] DDC-214 - Changed MysqlPlatform::geTListTableForeignKeySql() slightly to be performant again, thanks Eric Durand-Tremblay for the patch!

bf3277595306650990cfeb16f54160aca397acd8 authored almost 15 years ago
[2.0][DDC-284] Fixed. API polish and some convention over configuration simplifications for join columns and join tables.

4adc289596ef640d5c8c605e2aea5674e6502b46 authored almost 15 years ago
[2.0] Fix casing bug in Parser - IfFunction checks lower-case the function name, but register methods don't.

da2c329e60fbdd5dc4177c9deaa27ede79186f57 authored almost 15 years ago
[2.0] Add missing Docblock comments in AbstractCollectionPersister

98a77d9387f48f99b2dd146a3ab434d0613bd196 authored almost 15 years ago