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][DDC-206] Fixed wrong enumeration value. Changed XSD location to point to the document on the website.

a4d41d09ef85369c5b3ced7487661ed827a0ce48 authored about 15 years ago
[2.0][DDC-122][DDC-97][DDC-98][DDC-147] Refactored metadata mapping drivers by removing the useless PRELOAD mode. Introduced ClassMetadataFactory#getAllMetadata. Classloader simplifications. Old classloaders deprecated. New Doctrine\Common\ClassLoader is almost the same as the previous IsolatedClassLoader.

fe7ef4bbeb2b1da767c44b6d31070f1e59854ecd authored about 15 years ago
[2.0][DDC-211] Fixed wrong number in test case.

371761108d84a2a5d9a4cb2fe5744b53ade15fdd authored about 15 years ago
[2.0][DDC-211] Fixed collection diff calculation.

cced2bd6c3c57ecac8f95927635e7c5842028796 authored about 15 years ago
[2.0] Added missing Import of MappingException in XmlDriver

e6a10d36d969784c4c48765ba5f2119cab55ea9e authored about 15 years ago
[2.0] DDC-206 - Bugfix in XML Metadata Driver

49382282342fbde6b46d9f5cad1a3c9e316a4d8d authored about 15 years ago
[2.0] Fixed _doMerge not to use hydrateAdd.

097d1d6bee031dd9f7785e7c1e811e5a2afab301 authored about 15 years ago
[2.0] DDC-40 - Matching annotations <-> auto sequence expectations.

731c9718aa6fd0c75d62f8f2436987a776526d63 authored about 15 years ago
[2.0] DDC-69 - Issue was resolved previously as shown by test-case not failing anymore.

30329f49a4af6aec4171199c39c7dcbf80677b9a authored about 15 years ago
[2.0] DDC-113 - Added test-case that shows it works.

7542482ea794cfe819859cea3a74a5041552469d authored about 15 years ago
[2.0] DDC-169 - Further refactorings, schema max identifier length is now used for asset generation. Added platform-wide test for unique index generation with create table.

fade63a29c981fb6ee938f00d257d565c8c4bd8d authored about 15 years ago
[2.0] DDC-169 - Some refactorings

154666374345eda543b21ffb72303d4882be0890 authored about 15 years ago
[2.0][DDC-171] Fixed (second attempt). Some other cleanups. Performance fix for mock Statement used in hydration performance tests for more accurate and better results.

59a17eb51c9d60d56c0720d40cea545ac3899cf2 authored about 15 years ago
[2.0][DDC-171] Added coverage.

b276574ece8523275cd6d72f58109c47455b11c7 authored about 15 years ago
[2.0][DDC-171] Fixed.

3a39bea9f06ba8f180268d08530ea51891cfc2f7 authored about 15 years ago
[2.0][DDC-202][DDC-132][DDC-185] Fixed.

909e98c6f293249d2a148ab4dbd71e35551d9d9c authored about 15 years ago
[2.0] DDC-169 - Fix Bug in SchemaTool Unique Handling

a26464da4ca21aedfd5225741b729caf95baf1ec authored about 15 years ago
[2.0] DDC-176 - Disallow iterate() over fetch-join collections by the means of an exception on parsing the DQL query.

3e823f065ab47fd5a92ab3019011ba75dce055e7 authored about 15 years ago
[2.0] DDC-156 - Allow to pass custom platforms

03bc9350dc1e41d109b38a6bb66a14a0e26a8256 authored about 15 years ago
[2.0] DDC-194 - Fixed infinite recursion issue with references and @PostLoad annotation by telling proxy to be loaded before calling EntityPersister->load...

845c85552ea29603e2fcc10f6f89d8f7bb3dea9a authored about 15 years ago
[2.0] DDC-168 - Add test-case that proves that the order of reflFields matters for inserting, which causes problems with caching.

59c6449076241e052b1dc8e6b404a1ee829bcecc authored about 15 years ago
[2.0][DDC-199] Fixed.

304e2286e27c85e1c5326586fac9953191587e2e authored about 15 years ago
[2.0] DDC-191 - Added Test-Case to verify the problem works.

4e5044130684f961e19d9b221d92522eab2cc703 authored about 15 years ago
[2.0][DDC-191][DDC-192] Attempt to fix both.

ddb5a66fd88ffe40dfcd48dc2bd48d0506161157 authored about 15 years ago
[2.0] Fixed more STRICT standards notices (only variables should be passed by reference...). @beberlei, error_reporting=E_ALL | E_STRICT

5730a32d918a22dc61fe81f5a1dae09b9cd8ce89 authored about 15 years ago
[2.0] Fixed PHP Notice in SchemaTest (only variables should be passed by reference...) and a few other cosmetics in various parts.

1013eb66c1a5e2d07b1c7e97343dee1553ee3891 authored about 15 years ago
[2.0] DDC-197 - Extended CLOB Test-Case even more with additional update of the string, which still works on OCI8

329d0952611d0d8195d1237d8900bafa73a873b0 authored about 15 years ago
[2.0] DDC-197 - Fix for OCI8 returning CLOBs as OCI-LOB instances, was it that easy? The test suggets that inserting clobs is not even requiring the temporary syntax anymore.. Great!

934feace5777f0c9afe0cf56c4d2600f6601bd1a authored about 15 years ago
[2.0] DDC-197 - Add failing test on oracle as a challenge to fix OCI CLOB handling.

5af891d15760ef221996f00ab6479b85aed68b1e authored about 15 years ago
[2.0] DDC-169 - Some final cleanups for the DBAL refactoring, changed SchemaTool CLI API slightly.

146e2319f1705bc0f610726094b793e187817b40 authored about 15 years ago
[2.0] DDC-169 - Fix implicit/explicit index creation differences between platforms

ba99f53fd5655b84e4131068a6b288237628e2d4 authored about 15 years ago
[2.0] DDC-169 - Fix several complications in update and drop schema code.

bf0ef0d0a767ec7040fd878a5b8cd077e019dbae authored about 15 years ago
[2.0] DDC-169 - Fix bug in Comparator

9fdce97b970cc90987925e161708f2fc083d29ea authored about 15 years ago
[2.0] DDC-169 - Fix order that column and index/fk changes are applied in alter table.

34119d3925874e906a10cebf606826e0e281570e authored about 15 years ago
[2.0] DDC-169 - Replaced SchemaTool::getUpdateSql() with the Schema Comparator Code.

58e99d39d23ff0fc06e65fed01b16ad81c4dfd33 authored about 15 years ago
[2.0] DDC-169 - Finished ALTER Table TableDiff refactoring, adding code to handle index and FK changes. Added a general functional test for alter table against all platforms.

8a46eb04394c753ee9f558d2e6d0e6df105902a2 authored about 15 years ago
[2.0] DDC-169 - AbstractPlatform::getAlterTableSql() now accepts only a TableDiff instance as argument across all platforms.

dd6abf751ff78231175d302737bc7859bf693dab authored about 15 years ago
[2.0] DDC-169 - Refactored Parts of the Platform Tests into an Abstract Test Case

4736f5ee504e5fac06079e31df2e8548d8a8ab36 authored about 15 years ago
[2.0] DDC-169 - Add ColumnDiff and further Comparator column stuff

8bfde413742595fe621aadbbf1df80db9abd96c4 authored about 15 years ago
[2.0] DDC-169 - Add functionality to detect that an add + drop column diff is actually just a rename column.

633937271848a8e5440f4cb1484d827bbfc94df6 authored about 15 years ago
[2.0] DDC-169 - Implemented Index and ForeignKey comparison based on properties and not on names.

35e0121b490e00e2fcf946ed558a832f516959fe authored about 15 years ago
[2.0] DDC-169 - Fixed DatabaseDriver

e9f2f6736acd5dc70b9c8391a03a0c782983689e authored about 15 years ago
[2.0] DDC-169 - Fixed DatabaseDriver

a0d26a8409bba7eb42d5014fc752ae8a210eba65 authored about 15 years ago
[2.0] DDC-169 - Added tests for case-handling which is necessary for Comparator

ecfa0eee833e4549835a250e7fc5c3e96325f306 authored about 15 years ago
[2.0] DDC-169 - Stripped case handling since its just a load of complex crap and doesn't solve any problem! Idea: just implement case-insensitivity in the comparator.

0788cdf15eb3413906b784f59820ff1261a3f1b9 authored about 15 years ago
[2.0] DDC-169 - Added possibility to control which case mode schema assets are created with in SchemaManager

70075d8f80d9303a9f2ec72b246fb75e7a523f0b authored about 15 years ago
[2.0] DDC-186 - Fixed DatabaseDriver to work with new Schema abstraction, added functional test-cases for database to yaml convertion.

556f8699ee5e622f0d2375b209cd2e59b3390b55 authored about 15 years ago
[2.0] DDC-186 - Fixed SchemaTool indexes behaviour, changed a functional/integration model to use one index for test-coverage.

466e96b491c1239b0e8214d100f7b8b48d457f02 authored about 15 years ago
[2.0] DDC-191 - Added test that verifies mixed case identifier generation is default, when no case mode is set due to previous commit for DDC-169 ticket.

94cf75b9acf7e6fbc402949e4843d990b3b40588 authored about 15 years ago
[2.0] DDC-169 - Introduced handling of schema / database case-sensitivity differences and to allow compability between different platforms.

b0bbe281f37f0507abee6d764eadeea06c9cc4a1 authored about 15 years ago
[2.0][DDC-187] Fixed. Also fixed some DBAL failures on postgres.

15f84f6eb01c0d73c2673f4bdf8fc2e8737c3fa7 authored about 15 years ago
[2.0][DDC-180] Fixed SmallInt type which was missing to extends Type

73017b536fa89ad492b479981d4a6379495a5045 authored about 15 years ago
[2.0] DDC-169 - Fixed introduced bug in Oracle Platform

745b52b163adcfa82bb7f586ba499c94807c71ef authored about 15 years ago
[2.0] DDC-169 - Changed AbstractPlatform and AbstractSchemaManager Constraint API to accept Constraint interface, which is implemented by indexes and foreign keys.

197224de2e4ebd60fd93b9345f26b7034a07b9ff authored about 15 years ago
[2.0][DDC-162][DDC-94] Fixed.

22375235db725d9557b650cab6fd31fee72d3b2c authored about 15 years ago
[2.0][DDC-174] Fixed.

69a0b597c8e6e336c54ce77b37d43aa2bed3c86b authored about 15 years ago
[2.0] DDC-169 - Changed AbstractPlatform and AbstractSchemaManager and children to accept Sequences in their create and get sql methods.

25c95885921d6fd1fbc723912227987e4dd73cc2 authored about 15 years ago
[2.0] DDC-169 - Changed AbstractPlatform and AbstractSchemaManager and children to accept Table, Index and ForeignKey instances for the respective create*() methods.

8562c8089027a9f3b24d8db8001cb57120f6dc61 authored about 15 years ago
[2.0] DC-169 - Skip all UpdateSchemaTests

4d5a6ac7bc5d191f0a1ef89d90162005e41fd572 authored about 15 years ago
[2.0] DC-169 - New method AbstractSchemaManager::createSchema() which creates a schema instance with full tables and sequences, additionally listTables() was rewritten to return a full Table instance instead of just the table names.

e3314dae16178c4542be3e1ac48f4d3b9b94d531 authored about 15 years ago
[2.0] Temporary fix for 186

b7652f1f4ecdd0835929a6138c4daad8c136bf9b authored about 15 years ago
[2.0] DDC-169 - Fix build, Postgres, Oracle and Sqlite made some minor troubles with regards to sequences.

31be2519f666f317c4cb7c8be12407ff5ed5a529 authored about 15 years ago
[2.0] DDC-169 - Converted introspection queries of all platforms to return Column, Sequence, Index, ForeignKey Schema Instances instead of arrays, heavily pimped Oracle support thereby.

af48974a750ce39c8bfa9f266c5c20049a81cdcf authored about 15 years ago
[2.0] DDC-169 - Finalized implementation of Schema diff algorithm, added diffs of sequences and foreign keys. Fixed several bugs and changed the API of the Schema objects.

709dfb52c4278f904abf25577a93711b8a2b599c authored about 15 years ago
[2.0] - DDC-169 - Fixed another regression in refactored SchemaTool, began porting of eZ Components Database Schema Comparator, SchemaDiff and TableDiff.

f22a56cdd7451f6c245ef03ed8e6e9a3f70fe81f authored about 15 years ago
[2.0] - DDC-169 - Extracted Method for the generation of a Schema Instance from Doctrine Metadata.

e4a38a74c5e13b9d21ceced0a8c6ff73c342bc48 authored about 15 years ago
[2.0] - DDC-169 - Refactored lots of sections with duplicate code in gather relations part of SchemaTool::getCreateSql()

b21553c5a86808d778c881972cc0161e7f8cc337 authored about 15 years ago
[2.0] - DDC-169 - Completed refactoring of SchemaTool::getCreateSql() to use new DBAL Schema API, several internal optimizations in SchemaTool are now possible. Stripped out shared functionality with getUpdateSql() so that this part of SchemaTool is still completly working with the old API.

2c27435bb2c52dad5cd63fe065bda281c6a831b9 authored about 15 years ago
[2.0] - DDC-169 - Fix for breaking the building of Single-Table Inheritence in SchemaTool

ba01175700e1f0caf79cef642531fcfdb40478a6 authored about 15 years ago
[2.0] DDC-169 - Savepoint for Refactorings in Schema-Tool - It is now generating DDL according to the old and the new mechanisms in parallel. Equality of generation has been verified on Sqlite, Mysql, Oracle. If Postgres is also verified, the old code will be removed in favour of the new one completly.

44cc6465be89149dabe10fcabe464a0809344bd2 authored about 15 years ago
[2.0] - DDC-169 - Added DropSchemaSql Visitor - Refactored Visitor package a bit, however its still not very appealing to have that much use statements cluttered in the code

bdae89cb577504e5edfddc68da9af4ac5b2d64ea authored about 15 years ago
[2.0] - DDC-169 - Added DropSchemaSql Visitor - Refactored Visitor package a bit, however its still not very appealing to have that much use statements cluttered in the code

0902527476db4be48bee8c275ab7de2829cab01d authored about 15 years ago
[2.0] - DDC-169 - Began refactoring of DBAL code, introduced object notation for a database schema, including Tables, Indexes, Constraints, Sequences and Columns. Added a CreateSql Visitor which transforms a schema object graph into the required SQL statements to create it. Next: Replacing SchemaTool::getCreateSql() with new syntax...

22cfa37f431a88753c5d79a6688396a8c06b78bf authored about 15 years ago
[2.0] Fix for optimistic locking.

fdd9b051580f62cfebc215eb7179f7acde0613a2 authored about 15 years ago
Fix create/drop database against PgSQL. Thanks Hannes and Russ for patch

ba4d1bb39305e367d281e2e917b249e28af5cf5b authored about 15 years ago
[2.0][DDC-164][DDC-165] Fixed. Cleaned up ManyToManyMapping. Cleaned up identifier handling and handling of composite identifiers in some places.

555b097641c8efb4c1edf56a6485f17ef2b5fdce authored about 15 years ago
[2.0] Refactor Exceptions from Query and AST\InputParameter into QueryException class.

a9d739a74342d8f1f2f8ce582fb1574534082c69 authored about 15 years ago
DDC-127 - Special Case with invalid input parameter in DQL leads to php notice instead of an exception.

26a2ec2e6339a18b5564585528778f7be784e207 authored about 15 years ago
DDC-126 - Make Query, NativeQuery Fluent-Interfaces for all their set Methods, renamed setExpireQueryCache() and setExpireResultCache() to expireQueryCache() and expireResultCache(). Updated UPGRADE_TO_2_0 document accordingly.

f9ab94737215b71f245611434179ce7f71eeee53 authored about 15 years ago
DDC-127 - Commit missing changes to Query Error handling which make testsuite fail.

fc98f26371d30021a5939cc76adef6fde0db503a authored about 15 years ago
DDC-154 - Commit patch by giorgiosironi which improves SchemaTool error messages.

3b9fd15dd6df78d396f37a88b0f0e1d75be61eb0 authored about 15 years ago
DDC-127 - Enhance IterableResult by making it implement the Iterator interface, wrote a unit-test for this scenario, also added some additional tests for special cases in the query api that lead to exceptions.

5930a7c42d550050c2314f25213975ad8b343f29 authored about 15 years ago
[2.0][DDC-159] Fixed.

32e608e5e2326c3c4d474a74bae910c3fc0e7b82 authored about 15 years ago
[2.0] Fixed dirty state of lazy-initialized collection with new elements prior to initialization.

7db2f9abd97010d7ddfe51b106d8702980c5760e authored about 15 years ago
[2.0][DDC-158] Small correction to previous patch. Moved takeSnapshot up in order not lose new objects that were added before initialization.

ba496fd3ad1c4ea2b74ac52ca68cbf71512ec87d authored about 15 years ago
[2.0][DDC-158] Fixed. Collections did not take snapshots after lazy initialization leading to wrong change sets.

61f09e335ecd3b249725169f4be12a2faa4db29b authored about 15 years ago
[2.0] Fixing the IsolatedClassLoader to work with null ns

220e30e5198df6d8591560d22d81d01518f063d9 authored about 15 years ago
[2.0] Major refactorings to CLI. New documentation applied. Missing validation and tests

50f727b58e65daafee003dd4642e5f26ec096e0d authored about 15 years ago
[2.0] Major refactorings to CLI. New documentation applied. Missing validation and tests

67665aa574cec01ec5dc59786313640b8cbb6c64 authored about 15 years ago
[2.0][DDC-149] Fixed.

ea4f5c172a85d827301f92737684eb704c5f2695 authored about 15 years ago
[2.0][DDC-137] Fixed.

124cbe90865652d8c90cb3f1c51b3c068a0c7c56 authored about 15 years ago
[2.0][DDC-145] Fixed.

c3ef01954912c7d472eac9f27ba422a3aa17e197 authored about 15 years ago
[2.0][DDC-74] Fixed.

94d771172e63c8a5d73e3f1afc24a6871556a52f authored about 15 years ago
[2.0][DDC-141] Fixed.

3a282b1e9ca94647766ffb76e44fe70d6a2e7a0f authored about 15 years ago
[2.0] Increasing time allowed for hydration performance test

fa99b94420325541c8d71943678a4b9e69215213 authored about 15 years ago
[2.0][DDC-81] Fixes issue with wrong class names when using sub-namespaces

1a08dd2d9030df394254c47f1a529eabc6697539 authored about 15 years ago
[2.0][DDC-72] Fixes issue with converting D1 column aliases to D2 field names

fdd1954a7b80a8855c6258c61ff854a2f4a8d8b9 authored about 15 years ago
[2.0][DDC-66] Fixing mapping of D1 timestamp to D2 datetime

fa4046787ee2162a585bd0db0344cbef7f0820ef authored about 15 years ago
[2.0][DDC-64] Fixing issue with converting D1 schema clob to D2

2a663bee05d96fb073c9cda67a5789ca9a756b06 authored about 15 years ago
[2.0][DDC-71] Fixing call to incorrect method name

d047f0e25e2c76cad73cd9e63e85d543d2ce1c67 authored about 15 years ago