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-163 - Missing DQL Alias prefix for many-to-many table in SqlWalker lead to duplicate prefix generation in SQL statement when a many-to-many join table is used more than once.
005d3b432b33b7e36c807eb6e3d25ce05cadc6b3 authored almost 15 years ago
005d3b432b33b7e36c807eb6e3d25ce05cadc6b3 authored almost 15 years ago
[2.0] DDC-214, DDC-303, DDC-304 - Fix several errors with Schema Inference from Database and Metadata and Comparisons, aswell as related bugs in DatabaseDriver. DDC-305 - Abstracted TRUNCATE command for all platforms.
ac4c33c371805b08b2757b6dd3ff1322e3512541 authored almost 15 years ago
ac4c33c371805b08b2757b6dd3ff1322e3512541 authored almost 15 years ago
[2.0] Added more configuration options that optionally allow to generate PDepend and PHPMD reports and version them by svn revision
1d7946b7d1f85524daa7019c3bdff684a5f91694 authored almost 15 years ago
1d7946b7d1f85524daa7019c3bdff684a5f91694 authored almost 15 years ago
[2.0] Refactoring of build.xml to generate coverage xml optionally via build.properties. Also added option to set the phpunit xml configuration file.
4585c8fa2bd6ff4f9e7a85fb4fcbf95754b2632d authored almost 15 years ago
4585c8fa2bd6ff4f9e7a85fb4fcbf95754b2632d authored almost 15 years ago
[2.0] Reverted restriction of coverage to library path
724ae3172e5fa25ca6546c218303647588c0573f authored almost 15 years ago
724ae3172e5fa25ca6546c218303647588c0573f authored almost 15 years ago
[2.0] Restriction of coverage to library path
775bd5d0dafc9177b6246cfa622f652a95de0989 authored almost 15 years ago
775bd5d0dafc9177b6246cfa622f652a95de0989 authored almost 15 years ago
[2.0] Add generation of clover coverage report into testing target of build.xml
3fdd9e537a1c950c7939422c245cc4bba1c91d27 authored almost 15 years ago
3fdd9e537a1c950c7939422c245cc4bba1c91d27 authored almost 15 years ago
[2.0] DDC-302 - Fix failures occuring from Sqlite Tests in this regard - No test coverage for this features now.
0b058c0609432c1c8e0f36cc766119eb25a2d2c6 authored almost 15 years ago
0b058c0609432c1c8e0f36cc766119eb25a2d2c6 authored almost 15 years ago
[2.0] Updated Build process to use a new PHPUnit Phing Task and seperate "Common" and "Performance" Tests into different executions, the first one halts on failures the second doesnt.
32eb644c62f6df8c138ff0c957d1d4023ca3391a authored almost 15 years ago
32eb644c62f6df8c138ff0c957d1d4023ca3391a authored almost 15 years ago
[2.0] Fixed two annoyances in OrmFunctionalTestCase::onNotSuccesfulTest overwrite.
0fa136e3694202d73bdaef7a2e7fdc27fe3f83a4 authored almost 15 years ago
0fa136e3694202d73bdaef7a2e7fdc27fe3f83a4 authored almost 15 years ago
[2.0] Exclude performance tests from build "test" target
fcab40ffe182584934f7533bd75e18e20211e079 authored almost 15 years ago
fcab40ffe182584934f7533bd75e18e20211e079 authored almost 15 years ago
[2.0] Exclude performance tests from build "test" target
cf302e41546bda31e490b53169bde1f9d2e0130f authored almost 15 years ago
cf302e41546bda31e490b53169bde1f9d2e0130f authored almost 15 years ago
[2.0] DDC-301 - Fix side-effect to test which caused test-failure because of previous commit.
595993b7aac6d61ab35e7bace71268337843f8f4 authored almost 15 years ago
595993b7aac6d61ab35e7bace71268337843f8f4 authored almost 15 years ago
[2.0] DDC-301 - Fix side-effect to test which caused test-failure because of previous commit.
b59bcc92226d8c3c522a764353a3db51e9dab7aa authored almost 15 years ago
b59bcc92226d8c3c522a764353a3db51e9dab7aa authored almost 15 years ago
[2.0] DDC-301 - Table Primary Key Columns should explicitly set to notnull => true.
e50066916555c5593262012be5055d70476dce67 authored almost 15 years ago
e50066916555c5593262012be5055d70476dce67 authored almost 15 years ago
[2.0] DDC-268 Added missing duplicateAssociationMapping() method to MappingException
7cf8d1ae5224a60f435f35a7266af35af33e34a4 authored about 15 years ago
7cf8d1ae5224a60f435f35a7266af35af33e34a4 authored about 15 years ago
[2.0] DDC-259 - Added SQL statement terminator symbol to dump-sql mode SchemaToolTask
dcfb856ddee3b16109901732b4d37efcdc0625b3 authored about 15 years ago
dcfb856ddee3b16109901732b4d37efcdc0625b3 authored about 15 years ago
[2.0] DDC-268 - Exchanged DoctrineException for MappingException and added missing exception method (thanks to Christian Heinrich for the patch)
703ba989be8a63261fa44445af0adbeabdf5c163 authored about 15 years ago
703ba989be8a63261fa44445af0adbeabdf5c163 authored about 15 years ago
[2.0] DDC-271 - Add columnDefinition for Join-Column in Annotation, XML and YAML driver, updated SchemaTool to use Join Column definition instead of using the column's columnDefinition if specified. Refactored MappingDriverTest to allow for feature specific test-cases instead of one large assertion block. Fixed typos in XmlDriver - Updated doctrine-mapping.xsd Schema File
ee9aa005b26780691e0c41c0d709c8998dddb1e0 authored about 15 years ago
ee9aa005b26780691e0c41c0d709c8998dddb1e0 authored about 15 years ago
[2.0] DDC-296 - Fix in quoting
2fa58ee7b864b52f7799064a2e78c2d2c55f6cad authored about 15 years ago
2fa58ee7b864b52f7799064a2e78c2d2c55f6cad authored about 15 years ago
[2.0] DDC-296 - Implement and document Mysql Session Init 'postConnect' Subscriber
310d98cffebfac78f2fee7d5ce50eaa37cacbc4c authored about 15 years ago
310d98cffebfac78f2fee7d5ce50eaa37cacbc4c authored about 15 years ago
[2.0] DDC-295 - Add OracleSessionInit postConnect Subscriber
cb7fbee1b0186a4b5d32bade776e9e31d9c764d0 authored about 15 years ago
cb7fbee1b0186a4b5d32bade776e9e31d9c764d0 authored about 15 years ago
[2.0] DDC-294 - Added "postConnect" event in Doctrine\DBAL\Connection and refactored TestUtil to allow configuration of DBAL EventManager Subscribers by the use of PHPunit Xml configuration.
e7f5089ea45cb92a2542bfc582ff490b6af217d7 authored about 15 years ago
e7f5089ea45cb92a2542bfc582ff490b6af217d7 authored about 15 years ago
[2.0] DDC-290 - Enhance OCI8 Error handling and convert errors to exceptions where necessary.
3ea1f8064a214c50e291ad34398e3f18ede3b4a7 authored about 15 years ago
3ea1f8064a214c50e291ad34398e3f18ede3b4a7 authored about 15 years ago
[2.0] DDC-289 / DDC-264 - Added a Model and TestCase for OneToMany Unidirectional Assocations using a JoinTable and tested its defining feature (uniqueness).
8d607b1b7892a35d843db833d388b503afd73ff7 authored about 15 years ago
8d607b1b7892a35d843db833d388b503afd73ff7 authored about 15 years ago
[2.0] Fixed little invalid string where array is necesary bug in SchemaTool
3bec7689a7fe988632389978c4c87fe58657e46f authored about 15 years ago
3bec7689a7fe988632389978c4c87fe58657e46f authored about 15 years ago
[2.0][DDC-286][DDC-287] Fixed missing method and casting. Thanks Hannes for reporting and patch.
f6d17b79d886bd7a39c7bcf75d1921476d1ffaa0 authored about 15 years ago
f6d17b79d886bd7a39c7bcf75d1921476d1ffaa0 authored about 15 years ago
DDC-282 - Additional assertions to show that use of (bool) for cascade in xml driver is working correctly
1e135d951e5a59fd89a5fc6cc8a224dc7f96f0d0 authored about 15 years ago
1e135d951e5a59fd89a5fc6cc8a224dc7f96f0d0 authored about 15 years ago
[2.0][DDC-288] Removed deprecated flush modes.
d76096d0453013d346aa92acc7d823e7903f7e9c authored about 15 years ago
d76096d0453013d346aa92acc7d823e7903f7e9c authored about 15 years ago
[2.0][DDC-279] Fixed.
94d41dfbdc1d9f760b992fde68d1b939b276841a authored about 15 years ago
94d41dfbdc1d9f760b992fde68d1b939b276841a authored about 15 years ago
[2.0][DC-460] Refactored cache bulk deletion methods to use driver specific features to retrieve list of keys. Also, refactored tests
so that all methods are tested for all drivers.
Removed:
- Doctrine\Common\Cache\AbstractCache:...
1ad982a4fe2205a013ccbd864aedbc36f3ba370e authored about 15 years ago
[2.0][DDC-281] Fixes for Mapping drivers
a8bcf0f7ac31443d056643ba9bc99106bc1f9b98 authored about 15 years ago
a8bcf0f7ac31443d056643ba9bc99106bc1f9b98 authored about 15 years ago
[2.0][DDC-281] Fixes for Mapping drivers
443a20569b2516ecbabe2ca8e6d3858c7d1de941 authored about 15 years ago
443a20569b2516ecbabe2ca8e6d3858c7d1de941 authored about 15 years ago
[2.0][DDC-281] Fixed several issues with mapping drivers and loading of mapping files.
14ec40e1e69ad5c3085583e9d8e43f6891211656 authored about 15 years ago
14ec40e1e69ad5c3085583e9d8e43f6891211656 authored about 15 years ago
[2.0] DDC-247 - Fix bug with nullable not working in XML field and join-column properties.
a652bc69b3d509ffd2e44fe5afa3c5fe11e0982b authored about 15 years ago
a652bc69b3d509ffd2e44fe5afa3c5fe11e0982b authored about 15 years ago
[2.0] Fixing issue with multiple class directory loading in Annotations driver
9d7bd7336cb7b5fea5d8308f93510a0747f4ff37 authored about 15 years ago
9d7bd7336cb7b5fea5d8308f93510a0747f4ff37 authored about 15 years ago
[2.0] DDC-279 - Commit testcase that shows it works.
8336bcc71c11fc18ee0e2ed449316d0b9ce00d93 authored about 15 years ago
8336bcc71c11fc18ee0e2ed449316d0b9ce00d93 authored about 15 years ago
[2.0] Fix typo in variable name of AbstractFileDriver::getAllClassNames()
4e3edec8997d567e79a82f37e2d2ae2c1b253ed4 authored about 15 years ago
4e3edec8997d567e79a82f37e2d2ae2c1b253ed4 authored about 15 years ago
[2.0] Fix for CLI Configuration and PEAR installer
cfb42d2eb9cb148fd539ba5a5fb2bbc5b7abcfe4 authored about 15 years ago
cfb42d2eb9cb148fd539ba5a5fb2bbc5b7abcfe4 authored about 15 years ago
[2.0] DDC-278 - Add missing "columnDefinition" attribute to field tag of XML Schema for Doctrine Mapping.
f8df62175136617f207c731872eb862690005733 authored about 15 years ago
f8df62175136617f207c731872eb862690005733 authored about 15 years ago
[2.0] Add Message to NoResultException
60d00a63b39981a396c1c7e3d2963b81d1082f78 authored about 15 years ago
60d00a63b39981a396c1c7e3d2963b81d1082f78 authored about 15 years ago
[2.0] DDC-277 - Added entry to UPGRADE_TO_2_0 Readme about removal of default mapping option.
4e8e7b8b0f39d20462589c076c7d433e350b5eb7 authored about 15 years ago
4e8e7b8b0f39d20462589c076c7d433e350b5eb7 authored about 15 years ago
[2.0] DDC-277 - Remove support "default" option in metadata mappings, but keep it as a concept in DBAL layer to support for example versionable entities.
21de3d3ff269b6ee6d6cd76939604f599f9d345a authored about 15 years ago
21de3d3ff269b6ee6d6cd76939604f599f9d345a authored about 15 years ago
[2.0] DDC-277 - Remove support "default" option in metadata mappings, but keep it as a concept in DBAL layer to support for example versionable entities.
eebb7c7e1801e34d4801ea0c84727a7fcac95ee0 authored about 15 years ago
eebb7c7e1801e34d4801ea0c84727a7fcac95ee0 authored about 15 years ago
[2.0] DDC-92 - Refactored Doctrine\DBAL\DriverManager some more in regards to exceptions and added some more test-cases.
2036c958346623b0fe8cf70ee3687e4b8f928ea3 authored about 15 years ago
2036c958346623b0fe8cf70ee3687e4b8f928ea3 authored about 15 years ago
[2.0] DDC-92 - Removed DoctrineException from Doctrine\DBAL\DriverManager and replaced with more specific DBALException's
bbce4a407a386187795c08833bf6ccbb5dacb5ac authored about 15 years ago
bbce4a407a386187795c08833bf6ccbb5dacb5ac authored about 15 years ago
[2.0] Fixed Docblock comment of CliController::__construct
03132fedfdb92d50e1959be74c7270b1385538af authored about 15 years ago
03132fedfdb92d50e1959be74c7270b1385538af authored about 15 years ago
[2.0] Fixed bin/doctrine.php for PEAR distribution.
61d6c17c4961a07cb87f903ff69eb1f4185eb601 authored about 15 years ago
61d6c17c4961a07cb87f903ff69eb1f4185eb601 authored about 15 years ago
[2.0] Removed accidentlly committed .orig patch files.
c0d023c5114ca5377faa84c5a8d3f6825e8a25a5 authored about 15 years ago
c0d023c5114ca5377faa84c5a8d3f6825e8a25a5 authored about 15 years ago
[2.0][DDC-263] Fixed. Patch provided by Christian Heinrich.
4bec3e2c4965f5b539f5a947562cf71d42921262 authored about 15 years ago
4bec3e2c4965f5b539f5a947562cf71d42921262 authored about 15 years ago
[2.0][DDC-260] Fixed/Corrected patch.
c4549c454155c85b7119b178b3d75cbfb976ac0f authored about 15 years ago
c4549c454155c85b7119b178b3d75cbfb976ac0f authored about 15 years ago
[2.0][DDC-260] Fixed/Corrected patch.
572f728153f9415161542206a7d6a095e82c719b authored about 15 years ago
572f728153f9415161542206a7d6a095e82c719b authored about 15 years ago
[2.0][DDC-260] Added support for better error reporting on ClassMetadata
37cb86fe819c3b7a9e1b6d082e00f8c4c1183b9f authored about 15 years ago
37cb86fe819c3b7a9e1b6d082e00f8c4c1183b9f authored about 15 years ago
[2.0] DDC-200 Implemented support for @columnDefinition - even with support to pass the definition to join columns if necessary for relations.
9cd0379f537f8447fcf33c05ce1d2e1418786589 authored about 15 years ago
9cd0379f537f8447fcf33c05ce1d2e1418786589 authored about 15 years ago
[2.0][DDC-251] Fixed.
46ed63d1310ecd87d6222b14d9d8f787c73c703c authored about 15 years ago
46ed63d1310ecd87d6222b14d9d8f787c73c703c authored about 15 years ago
[2.0] Added unit tests for CLI Configuration. Fixed hasAttrbibute() issue of undefined property.
54d4476c475a877974daa07c5acbd42067b7a00c authored about 15 years ago
54d4476c475a877974daa07c5acbd42067b7a00c authored about 15 years ago
[2.0] Added unit tests for CLI Configuration. Fixed hasAttrbibute() issue of undefined property.
4d88f40c810c310d9291558c2a8c4cd2e37bf562 authored about 15 years ago
4d88f40c810c310d9291558c2a8c4cd2e37bf562 authored about 15 years ago
[2.0] Add missing doc-block comments to EntityRepository instance variables.
0cdb7995459409f82fc43d761b7b8cf7c9f3475b authored about 15 years ago
0cdb7995459409f82fc43d761b7b8cf7c9f3475b authored about 15 years ago
DDC-179 - Fixed issue with persistance of date fields by moving ! operator to the convertToPhpValue method.
b521b494029f6a90d872580061b9881f52b408ef authored about 15 years ago
b521b494029f6a90d872580061b9881f52b408ef authored about 15 years ago
[2.0][DDC-248] Fixed and some more unrelated tests.
0a9876b2e818f242c2498fd34aaba408c018cd5e authored about 15 years ago
0a9876b2e818f242c2498fd34aaba408c018cd5e authored about 15 years ago
[2.0][DDC-249] Fixed issue that documentation refers QueryBuilder::select() supports array, but it was only restricted to strings.
d060a48cb4311f0fb4297f2a2690ecc2fc9d1594 authored about 15 years ago
d060a48cb4311f0fb4297f2a2690ecc2fc9d1594 authored about 15 years ago
[2.0][DDC-249] Fixed issue that documentation refers QueryBuilder::select() supports array, but it was only restricted to strings.
8c3ba7dbf098ea5662d8e734fea215e874631e8a authored about 15 years ago
8c3ba7dbf098ea5662d8e734fea215e874631e8a authored about 15 years ago
[2.0][DDC-254] Improved MappingException thrown on missing required configuration of Many-Many mapping
2ff76e44c076c7447d22ae2011c0f7a5bb0fe269 authored about 15 years ago
2ff76e44c076c7447d22ae2011c0f7a5bb0fe269 authored about 15 years ago
DDC-179 - One more test for possible summer-time crazyness
8ebd4449669b0a039977e5e0a6df12f9208ee631 authored about 15 years ago
8ebd4449669b0a039977e5e0a6df12f9208ee631 authored about 15 years ago
DDC-179 - Use ! modifier in Date Format to reset all non-date parts to zero unix timestamp values, i.e. H:i:s => '00:00:00' always
83b247b8127113574d6a574998eb02b404a25696 authored about 15 years ago
83b247b8127113574d6a574998eb02b404a25696 authored about 15 years ago
[2.0] Added some tests for CLI
03d69eea77884ecfa065ea57480781fe67953979 authored about 15 years ago
03d69eea77884ecfa065ea57480781fe67953979 authored about 15 years ago
[2.0][DDC-223] Enhanced CLI re-importing the Global Arguments functionality
d2b59d7a72623480a3077d660f060d0968985ad7 authored about 15 years ago
d2b59d7a72623480a3077d660f060d0968985ad7 authored about 15 years ago
[2.0][DDC-223] Enhanced CLI re-importing the Global Arguments functionality
3ec23c727236f0948d416b8424d8c7aacd4ccbbb authored about 15 years ago
3ec23c727236f0948d416b8424d8c7aacd4ccbbb authored about 15 years ago
[2.0] Small correction to enforce join-column or join-columns in many-to-one in the XSD.
ca2faba1904ab11cdd4a7413cd72f341e6db7d16 authored about 15 years ago
ca2faba1904ab11cdd4a7413cd72f341e6db7d16 authored about 15 years ago
[2.0][DDC-242][DDC-243] Fixed.
674e9beea26ef22953be33ec966d5ec9e885193c authored about 15 years ago
674e9beea26ef22953be33ec966d5ec9e885193c authored about 15 years ago
DDC-233 - Fixed use of array_merge() because it re-assigns the numerical indexes from 0 on.
6e4e45e18e036be05641027833269570460000e1 authored about 15 years ago
6e4e45e18e036be05641027833269570460000e1 authored about 15 years ago
DDC-155 - Skip __sleep in generateMethods
375c470e937e857608d9200c26e015c877ba7f50 authored about 15 years ago
375c470e937e857608d9200c26e015c877ba7f50 authored about 15 years ago
[2.0][DDC-236] Enhanced unique constraints to support names. Fixed general issues on XML and YAML exporters. Fixed issues on XML, YAML, Doctrine 1.X and Annotation drivers.
9f9cc4870d821f8d85008c2e78a299ad06c1c427 authored about 15 years ago
9f9cc4870d821f8d85008c2e78a299ad06c1c427 authored about 15 years ago
[2.0][DDC-236] Enhanced unique constraints to support names. Fixed general issues on XML and YAML exporters. Fixed issues on XML, YAML, Doctrine 1.X and Annotation drivers.
9ad13c473068c70a59612225b73c5bd9f5e0dac0 authored about 15 years ago
9ad13c473068c70a59612225b73c5bd9f5e0dac0 authored about 15 years ago
[2.0][DDC-234] Fixed issue with EntityRepository that was not considering alias of root Entity when instantiating a new QueryBuilder
d8a1c5c5ef236b0761b000ec3fafbded1e941590 authored about 15 years ago
d8a1c5c5ef236b0761b000ec3fafbded1e941590 authored about 15 years ago
[2.0][DDC-240] Fixed issue with StandardEntityPersister that was attempting to delete Entities based on field names instead of column names.
ad578e57f75483cb7bbfc5d8687b57585c0fad5a authored about 15 years ago
ad578e57f75483cb7bbfc5d8687b57585c0fad5a authored about 15 years ago
[2.0][DDC-237][DDC-216] Fixed. If you're using manual proxy generation through the CLI, please regenerate your proxies.
38bf6c665a05f4f7afa1d6e2a83149fa447b0f92 authored about 15 years ago
38bf6c665a05f4f7afa1d6e2a83149fa447b0f92 authored about 15 years ago
[2.0][DDC-234] Make sure is defined in QueryBuilder Expressions.
0a7727e16a033b525201292934aa86f03c549e3d authored about 15 years ago
0a7727e16a033b525201292934aa86f03c549e3d authored about 15 years ago
[2.0] Added support to complex PathExpression in DQL queries
ae4f823f26d5d65edec322bb17b28cd23e0e5696 authored about 15 years ago
ae4f823f26d5d65edec322bb17b28cd23e0e5696 authored about 15 years ago
[2.0] Added support to complex PathExpression in DQL queries
d8ed3387c2fa21e351d0a0cf1304cf6dee2cdfbe authored about 15 years ago
d8ed3387c2fa21e351d0a0cf1304cf6dee2cdfbe authored about 15 years ago
[2.0] Added support to complex PathExpression in DQL queries
2195894ad3029f48c55e74bcb8bd38fb892c5157 authored about 15 years ago
2195894ad3029f48c55e74bcb8bd38fb892c5157 authored about 15 years ago
[2.0] Added support to complex PathExpression in DQL queries
3928ba9dacb69db2adf775388b971f3341831205 authored about 15 years ago
3928ba9dacb69db2adf775388b971f3341831205 authored about 15 years ago
[2.0] More coverage to AbstractSchemaName.
20c8416607e4d88059d6af2b1aa706aec164a0ad authored about 15 years ago
20c8416607e4d88059d6af2b1aa706aec164a0ad authored about 15 years ago
[2.0][DDC-229] Added coverage to reported issue.
b4b64b1ee9395ee7f716904bd0089a124c982513 authored about 15 years ago
b4b64b1ee9395ee7f716904bd0089a124c982513 authored about 15 years ago
[2.0] Refactorings in DQL parser to allow more granular enhancements scheduled for later versions. Fixed issues with missing validations of invalid ResultVariable, Unknown query components and Re-declaration of query compoenents.
262855a66ca67858d57268e564edcd413f8e15d8 authored about 15 years ago
262855a66ca67858d57268e564edcd413f8e15d8 authored about 15 years ago
[2.0] Fixed issue with ConvertMappingTask that was missing brackets on method declaration.
64f59a7a49e1a9e74b5f3c9bab979ce8d5988e4d authored about 15 years ago
64f59a7a49e1a9e74b5f3c9bab979ce8d5988e4d authored about 15 years ago
[2.0] Fix to clear _scheduledFirDirtyCheck properly after a successful flush of a unit of work.
6ffa75ab406d505da28629f910913e99930929a3 authored about 15 years ago
6ffa75ab406d505da28629f910913e99930929a3 authored about 15 years ago
[2.0] Fixing more glitches found with CLI refactoring
bd6ed7cc7680da5a406d83ee7daabdc415c7130c authored about 15 years ago
bd6ed7cc7680da5a406d83ee7daabdc415c7130c authored about 15 years ago
[2.0] Small fix for GenerateProxies CLI ORM Task.
217d41698ea1a1ce2af035aeceeffc08a36d084c authored about 15 years ago
217d41698ea1a1ce2af035aeceeffc08a36d084c authored about 15 years ago
[2.0] Fix for missing method in SchemaToolTask
2e5566f5741c9e6a2f7bf119af7129a12ca5bfbd authored about 15 years ago
2e5566f5741c9e6a2f7bf119af7129a12ca5bfbd authored about 15 years ago
[2.0][DDC-221] Namespace fixes.
afbe3add3064239305c3e5375edd969e18824f9b authored about 15 years ago
afbe3add3064239305c3e5375edd969e18824f9b authored about 15 years ago
[2.0][DDC-183] Fixed issue with Annotations parser failing on identifiers that matches with token types.
42a1af8256c08fc016a4253cae6f96db9bc7c30a authored about 15 years ago
42a1af8256c08fc016a4253cae6f96db9bc7c30a authored about 15 years ago
[2.0] Incorporated CLI refactorings. Added support to namespaces and unlimited depth namespaces. Dropped globalArguments for now, since they interfer in DAG implementation.
bf0cfba2394d3228c8b7e97af7a0baac2886f503 authored about 15 years ago
bf0cfba2394d3228c8b7e97af7a0baac2886f503 authored about 15 years ago
[2.0] Some small cleanups.
60b9fb7c5b790af67dbb3093281b14b463e955d1 authored about 15 years ago
60b9fb7c5b790af67dbb3093281b14b463e955d1 authored about 15 years ago
[2.0][DDC-207] Fixed. Also added fetch-type.
eff87be568a1d67ec08a31ea2d634b43913959db authored about 15 years ago
eff87be568a1d67ec08a31ea2d634b43913959db authored about 15 years ago
[2.0][DDC-215] Fixed.
d54a3ad7d02a936902ef86e6178fc1b7753a186f authored about 15 years ago
d54a3ad7d02a936902ef86e6178fc1b7753a186f authored about 15 years ago
[2.0][DDC-152] Fixed.
27e8023b9b21b785b1bb4563eb14dc1001c2d711 authored about 15 years ago
27e8023b9b21b785b1bb4563eb14dc1001c2d711 authored about 15 years ago
[2.0][DDC-208] Fixed.
c727483ad8176a8f8d092eedf49696a6374ba886 authored about 15 years ago
c727483ad8176a8f8d092eedf49696a6374ba886 authored about 15 years ago
[2.0][DDC-144][DDC-113] Fixed.
30ed439111ea3def133ab05b9ba398b24a952b8b authored about 15 years ago
30ed439111ea3def133ab05b9ba398b24a952b8b authored about 15 years ago
[2.0][DDC-168] Moved INSERT SQL generation to persisters during runtime.
3d14da41053956877358defdc8dc669883a60734 authored about 15 years ago
3d14da41053956877358defdc8dc669883a60734 authored about 15 years ago