Changeset 5076

Show
Ignore:
Timestamp:
10/13/08 20:08:48 (9 months ago)
Author:
pookey
Message:

[1.0] Releasing Doctrine 1.0.3

Files:
6 modified
1 copied

Legend:

Unmodified
Added
Removed
  • branches/1.0/CHANGELOG

    r4950 r5076  
     11.0.3 
     2----- 
     3     * [r4912] fixes #1323 
     4     * [r4948] Fixing uncaught exception in test suite. 
     5     * [r4950] Updating 1.0 branch for Doctrine 1.0.2 
     6     * [r4953] fixes #1446 
     7     * [r4954] fixes #1453 
     8     * [r4955] Added coverage for #1452 
     9     * [r4956] Fixing some wording. 
     10     * [r4957] fixes #1450 
     11     * [r4958] fixes #1447 
     12     * [r4959] fixes #1413 
     13     * [r4961] Fixing use_dql_callbacks so it can be specified at the connection level as well as the manager level. 
     14     * [r4968] undefined variable 
     15     * [r4969] [1.0] Fixes issue with DQL deletes which use SoftDelete behavior 
     16     * [r4970] Fixed #1466: fixed Oracle's lastInsertId() 
     17     * [r4973] Fixed #1499. Fixed #1492. 
     18     * [r4975] [1.0] Adding coverage for #1395 
     19     * [r4976] [1.0] Added coverage for #1480 
     20     * [r4977] [1.0] Removing references to FETCH_ARRAY 
     21     * [r4978] [1.0] Adding missing test 
     22     * [r4979] [1.0] fixes #1457 Removed the dummy data code and updated documentation 
     23     * [r4980] [1.0] fixes #1481 Fixing missing support for cascade: [delete] option to YAML 
     24     * [r4981] [1.0] fixes #1469 Adds PDO as a dependency in the PEAR package.xml 
     25     * [r4982] [1.0] Added coverage for #1461 
     26     * [r4983] [1.0] Adding coverage for #1454 
     27     * [r4984] [1.0] Removed deprecated task 
     28     * [r4985] [1.0] fixes #1458 Fixes undefined variable 
     29     * [r4986] [1.0] fixes #1459 Removing unused file 
     30     * [r4987] [1.0] fixes #1473 Fixes issue with not being able to set created and updated at values manually with Timestampable 
     31     * [r4988] [1.0] fixes #1456 Making postDelete() run inside transaction 
     32     * [r4989] [1.0] fixes #1469 
     33     * [r4990] [1.0] fixes #1337 Fixes issue with oracle export driver 
     34     * [r4991] [1.0] fixes #1064 
     35     * [r4992] [1.0] Adding coverage for #1380 
     36     * [r4993] [1.0] fixes #1380 Hydrating calculated columns to base component 
     37     * [r4994] [1.0] Cleaning up test for #1395 
     38     * [r4995] [1.0] fixes #1395 Fixes regression with calculated columns in preHydrate() 
     39     * [r4996] [1.0] Fixing debug print_r() 
     40     * [r4997] [1.0] fixes #1486 Fixes issue with CURRENT_TIMESTAMP default value in mysql 
     41     * [r4998] [1.0] fixes #1150 Fixes issue with validating length of multibyte character strings 
     42     * [r4999] [1.0] Added coverage for #1507 
     43     * [r5000] [1.0] fixes #1507 Fixes issue with Doctrine_Configurable::getParam() namespaces 
     44     * [r5001] [1.0] fixes #1254, fixes #1454, fixes #1480 Fixes issue with subqueries and shared information 
     45     * [r5002] [1.0] fixes #1465 Throw exception when bad DQL is used for joining components. 
     46     * [r5003] [1.0] Removing isset() that is not needed in the hydrator 
     47     * [r5004] [1.0] fixes #1475 Fixes issue with pgsql and quoting boolean values 
     48     * [r5005] [1.0] Fixed test case that was failing because test not being setup properly. 
     49     * [r5006] [1.0] fixes #1476 Fixes issue with ON and WITH keywords for joins being case insensitive 
     50     * [r5007] [1.0] Fixes issue with exporting records with only a primary key and no other columns 
     51     * [r5008] [1.0] Fixes test that fails incorrectly 
     52     * [r5009] [1.0] Another commit to fix #1476 and fixes possible unexpected behavior introduced in r5006. 
     53     * [r5010] [1.0] Fixes issue with serializing Connection objects with PDO instances 
     54     * [r5011] Renaming sfYaml to YamlSf, since Symfony's simple autoloader incorrectly refers to Doctrine file instead of Symfony's one. 
     55          Issue reported by francoisz. I hope the patch fixes the issue. 
     56     * [r5012] Fixes #1518. Thanks for the tip and patch! 
     57     * [r5015] [1.0] Fixed #1510. 
     58     * [r5017] [1.0, 1.1] fixes #1336 - fixes issue with RawSql adding primary keys on distinct queries 
     59     * [r5020] [1.0, 1.1] fixes #1517 Implemented serialize()/unserialize() for Doctrine_Connection instances 
     60     * [r5024] [1.0, 1.1] Fixed array_merge_recursive warnings when using Doctrine with PHP 
     61     * [r5026] [1.0, 1.1] fixes #1294 
     62     * [r5028] [1.0, 1.1] fixes #1441 fixes issue where update column is not set for dql update queries 
     63     * [r5037] [1.0, 1.1]Fixed unexpected conversion of Doctrine_Null into null when second calling _get. 
     64          Issue reported by user jesepe in #doctrine channel. 
     65     * [r5038] [1.0, 1.1] Added color outputting to tests as well as a new fails and fixed fails lines at the end report. 
     66     * [r5040] [1.0, 1.1] Fixes issue with caching last runs results 
     67     * [r5041] [1.0, 1.1] fixes invalid ticket test case #1213 
     68     * [r5042] [1.0, 1.1] Fixes issue with changes in tests 
     69     * [r5044] [1.0, 1.1] Fixes hardcoded path 
     70     * [r5045] [1.0, 1.1] fixes #1434 
     71     * [r5046] [1.0, 1.1] fixes #1511 
     72     * [r5047] [1.0, 1.1] fixes #952 
     73     * [r5049] [1.0] fixes #632 Fixes issue where unsetting a record from a collection will delete the record from the reference table as well as the related object. 
     74     * [r5050] [1.0] Documentation updates 
     75     * [r5051] [1.0, 1.1] Added coverage for #1483 
     76     * [r5052] [1.0, 1.1] Added coverage for #1523 
     77     * [r5053] [1.0, 1.1] fixes #1527 
     78     * [r5056] [1.0, 1.1] fixes issue with subqueries and shared information as well as cloning query objects 
     79     * [r5058] [1.0, 1.1] Added coverage for #1537 
     80     * [r5059] [1.0, 1.1] fixes #1543 Fixed regression with Timestampable behavior. 
     81     * [r5060] [1.0, 1.1] fixes #1533 fixes with with Doctrine_Data::purge() and no argument 
     82     * [r5061] [1.0, 1.1] fixes #1536 
     83     * [r5062] [1.0, 1.1] Added check for fixture path existance in data-dump task. 
     84     * [r5063] [1.0, 1.1] fixes #1540 Fixes issue with query condition parser. 
     85     * [r5064] [1.0, 1.1] fixes #1545 Fixes issue with record filters implementation 
     86     * [r5065] [1.0, 1.1] fixes #1545 - fixes issue with record filters and null values 
     87     * [r5066] [1.0, 1.1] fixes #1483, #1488, #1513, #1514. 
     88          Improved JoinCondition handling. 
     89          Added possibility to use placeholders in functions. 
     90     * [r5067] Oracle shouldn't have index definition in CREATE TABLE DDL. Only UNIQUE indexes should be there but defined as CONSTRAINT index_name UNIQUE (fields). 
     91          Btree indexes need to be defined as standalone CREATE INDEX statement. 
     92     * [r5069] Fixes #1549: added delimiter of SQL queries in exported file as connection parameter 
     93     * [r5071] fixes #1530. Thanks a lot for your help to address the ticket! 
     94     * [r5074] [1.0, 1.1] fixes #1534 Issue with params and dql callbacks. 
     95 
    1961.0.2 
    297----- 
  • branches/1.0/lib/Doctrine.php

    r5069 r5076  
    3737     * VERSION 
    3838     */ 
    39     const VERSION                   = '1.0.2'; 
     39    const VERSION                   = '1.0.3'; 
    4040 
    4141    /** 
  • branches/1.0/package.xml

    r4989 r5076  
    2222  <active>yes</active> 
    2323 </lead> 
    24  <date>2008-09-11</date> 
    25  <time>21:16:31</time> 
     24 <date>2008-10-13</date> 
     25 <time>21:04:04</time> 
    2626 <version> 
    27   <release>1.0.2</release> 
    28   <api>1.0.2</api> 
     27  <release>1.0.3</release> 
     28  <api>1.0.3</api> 
    2929 </version> 
    3030 <stability> 
     
    255255     </dir> <!-- /lib/Doctrine/Pager --> 
    256256     <dir name="Parser"> 
    257       <dir name="sfYaml"> 
     257      <dir name="Spyc"> 
     258       <file name="YamlNode.php" role="php" /> 
     259      </dir> <!-- /lib/Doctrine/Parser/Spyc --> 
     260      <dir name="YamlSf"> 
    258261       <file name="Dumper.php" role="php" /> 
    259262       <file name="Inline.php" role="php" /> 
    260263       <file name="Parser.php" role="php" /> 
    261       </dir> <!-- /lib/Doctrine/Parser/sfYaml --> 
    262       <dir name="Spyc"> 
    263        <file name="YamlNode.php" role="php" /> 
    264       </dir> <!-- /lib/Doctrine/Parser/Spyc --> 
     264      </dir> <!-- /lib/Doctrine/Parser/YamlSf --> 
    265265      <file name="Exception.php" role="php" /> 
    266266      <file name="Json.php" role="php" /> 
    267267      <file name="Serialize.php" role="php" /> 
    268       <file name="sfYaml.php" role="php" /> 
    269268      <file name="Spyc.php" role="php" /> 
    270269      <file name="Xml.php" role="php" /> 
     270      <file name="YamlSf.php" role="php" /> 
    271271      <file name="Yml.php" role="php" /> 
    272272     </dir> <!-- /lib/Doctrine/Parser --> 
     
    357357      <file name="Query.php" role="php" /> 
    358358      <file name="Record.php" role="php" /> 
    359       <file name="Scorer.php" role="php" /> 
    360359     </dir> <!-- /lib/Doctrine/Search --> 
    361360     <dir name="Sequence"> 
     
    397396      <file name="GenerateYamlModels.php" role="php" /> 
    398397      <file name="LoadData.php" role="php" /> 
    399       <file name="LoadDummyData.php" role="php" /> 
    400398      <file name="Migrate.php" role="php" /> 
    401399      <file name="RebuildDb.php" role="php" /> 
     
    10311029     <file name="GroupbyTestCase.php" role="test" /> 
    10321030     <file name="HavingTestCase.php" role="test" /> 
     1031     <file name="HydrateNoneTestCase.php" role="test" /> 
    10331032     <file name="IdentifierQuotingTestCase.php" role="test" /> 
    10341033     <file name="JoinConditionTestCase.php" role="test" /> 
     
    12031202     <file name="1365TestCase.php" role="test" /> 
    12041203     <file name="1372TestCase.php" role="test" /> 
     1204     <file name="1380TestCase.php" role="test" /> 
    12051205     <file name="1381TestCase.php" role="test" /> 
    12061206     <file name="1383TestCase.php" role="test" /> 
    12071207     <file name="1390TestCase.php" role="test" /> 
     1208     <file name="1395TestCase.php" role="test" /> 
    12081209     <file name="1400TestCase.php" role="test" /> 
    12091210     <file name="1419TestCase.php" role="test" /> 
    12101211     <file name="1436TestCase.php" role="test" /> 
     1212     <file name="1441TestCase.php" role="test" /> 
     1213     <file name="1452TestCase.php" role="test" /> 
     1214     <file name="1454TestCase.php" role="test" /> 
     1215     <file name="1461TestCase.php" role="test" /> 
     1216     <file name="1465TestCase.php" role="test" /> 
     1217     <file name="1480TestCase.php" role="test" /> 
     1218     <file name="1483TestCase.php" role="test" /> 
     1219     <file name="1488TestCase.php" role="test" /> 
     1220     <file name="1507TestCase.php" role="test" /> 
     1221     <file name="1513TestCase.php" role="test" /> 
     1222     <file name="1520TestCase.php" role="test" /> 
     1223     <file name="1523TestCase.php" role="test" /> 
     1224     <file name="1527TestCase.php" role="test" /> 
     1225     <file name="1537TestCase.php" role="test" /> 
     1226     <file name="1540TestCase.php" role="test" /> 
     1227     <file name="1543TestCase.php" role="test" /> 
     1228     <file name="1545TestCase.php" role="test" /> 
     1229     <file name="AyoubTestCase.php" role="test" /> 
    12111230     <file name="NewTicketTestCase.php" role="test" /> 
    12121231     <file name="NjeroTestCase.php" role="test" /> 
     
    15861605    <min>1.3.6</min> 
    15871606   </package> 
    1588    <extension> 
    1589     <name>pdo</name> 
    1590    </extension> 
    15911607  </required> 
    1592   <optional> 
    1593    <extension> 
    1594     <name>pdo_dblib</name> 
    1595    </extension> 
    1596    <extension> 
    1597     <name>pdo_mysql</name> 
    1598    </extension> 
    1599    <extension> 
    1600     <name>pdo_odbc</name> 
    1601    </extension> 
    1602    <extension> 
    1603     <name>pdo_sqlite</name> 
    1604    </extension> 
    1605    <extension> 
    1606     <name>pdo_firebird</name> 
    1607    </extension> 
    1608    <extension> 
    1609     <name>pdo_oci</name> 
    1610    </extension> 
    1611    <extension> 
    1612     <name>pdo_pgsql</name> 
    1613    </extension> 
    1614   </optional> 
    16151608 </dependencies> 
    16161609 <phprelease /> 
    16171610 <changelog> 
     1611  <release> 
     1612   <version> 
     1613    <release>1.0.3</release> 
     1614    <api>1.0.3</api> 
     1615   </version> 
     1616   <stability> 
     1617    <release>stable</release> 
     1618    <api>stable</api> 
     1619   </stability> 
     1620   <date>2008-10-13</date> 
     1621   <license uri="http://www.phpdoctrine.org/license">LGPL license</license> 
     1622   <notes>-</notes> 
     1623  </release> 
    16181624  <release> 
    16191625   <version> 
  • tags/1.0.3

  • tags/1.0.3/CHANGELOG

    r4950 r5076  
     11.0.3 
     2----- 
     3     * [r4912] fixes #1323 
     4     * [r4948] Fixing uncaught exception in test suite. 
     5     * [r4950] Updating 1.0 branch for Doctrine 1.0.2 
     6     * [r4953] fixes #1446 
     7     * [r4954] fixes #1453 
     8     * [r4955] Added coverage for #1452 
     9     * [r4956] Fixing some wording. 
     10     * [r4957] fixes #1450 
     11     * [r4958] fixes #1447 
     12     * [r4959] fixes #1413 
     13     * [r4961] Fixing use_dql_callbacks so it can be specified at the connection level as well as the manager level. 
     14     * [r4968] undefined variable 
     15     * [r4969] [1.0] Fixes issue with DQL deletes which use SoftDelete behavior 
     16     * [r4970] Fixed #1466: fixed Oracle's lastInsertId() 
     17     * [r4973] Fixed #1499. Fixed #1492. 
     18     * [r4975] [1.0] Adding coverage for #1395 
     19     * [r4976] [1.0] Added coverage for #1480 
     20     * [r4977] [1.0] Removing references to FETCH_ARRAY 
     21     * [r4978] [1.0] Adding missing test 
     22     * [r4979] [1.0] fixes #1457 Removed the dummy data code and updated documentation 
     23     * [r4980] [1.0] fixes #1481 Fixing missing support for cascade: [delete] option to YAML 
     24     * [r4981] [1.0] fixes #1469 Adds PDO as a dependency in the PEAR package.xml 
     25     * [r4982] [1.0] Added coverage for #1461 
     26     * [r4983] [1.0] Adding coverage for #1454 
     27     * [r4984] [1.0] Removed deprecated task 
     28     * [r4985] [1.0] fixes #1458 Fixes undefined variable 
     29     * [r4986] [1.0] fixes #1459 Removing unused file 
     30     * [r4987] [1.0] fixes #1473 Fixes issue with not being able to set created and updated at values manually with Timestampable 
     31     * [r4988] [1.0] fixes #1456 Making postDelete() run inside transaction 
     32     * [r4989] [1.0] fixes #1469 
     33     * [r4990] [1.0] fixes #1337 Fixes issue with oracle export driver 
     34     * [r4991] [1.0] fixes #1064 
     35     * [r4992] [1.0] Adding coverage for #1380 
     36     * [r4993] [1.0] fixes #1380 Hydrating calculated columns to base component 
     37     * [r4994] [1.0] Cleaning up test for #1395 
     38     * [r4995] [1.0] fixes #1395 Fixes regression with calculated columns in preHydrate() 
     39     * [r4996] [1.0] Fixing debug print_r() 
     40     * [r4997] [1.0] fixes #1486 Fixes issue with CURRENT_TIMESTAMP default value in mysql 
     41     * [r4998] [1.0] fixes #1150 Fixes issue with validating length of multibyte character strings 
     42     * [r4999] [1.0] Added coverage for #1507 
     43     * [r5000] [1.0] fixes #1507 Fixes issue with Doctrine_Configurable::getParam() namespaces 
     44     * [r5001] [1.0] fixes #1254, fixes #1454, fixes #1480 Fixes issue with subqueries and shared information 
     45     * [r5002] [1.0] fixes #1465 Throw exception when bad DQL is used for joining components. 
     46     * [r5003] [1.0] Removing isset() that is not needed in the hydrator 
     47     * [r5004] [1.0] fixes #1475 Fixes issue with pgsql and quoting boolean values 
     48     * [r5005] [1.0] Fixed test case that was failing because test not being setup properly. 
     49     * [r5006] [1.0] fixes #1476 Fixes issue with ON and WITH keywords for joins being case insensitive 
     50     * [r5007] [1.0] Fixes issue with exporting records with only a primary key and no other columns 
     51     * [r5008] [1.0] Fixes test that fails incorrectly 
     52     * [r5009] [1.0] Another commit to fix #1476 and fixes possible unexpected behavior introduced in r5006. 
     53     * [r5010] [1.0] Fixes issue with serializing Connection objects with PDO instances 
     54     * [r5011] Renaming sfYaml to YamlSf, since Symfony's simple autoloader incorrectly refers to Doctrine file instead of Symfony's one. 
     55          Issue reported by francoisz. I hope the patch fixes the issue. 
     56     * [r5012] Fixes #1518. Thanks for the tip and patch! 
     57     * [r5015] [1.0] Fixed #1510. 
     58     * [r5017] [1.0, 1.1] fixes #1336 - fixes issue with RawSql adding primary keys on distinct queries 
     59     * [r5020] [1.0, 1.1] fixes #1517 Implemented serialize()/unserialize() for Doctrine_Connection instances 
     60     * [r5024] [1.0, 1.1] Fixed array_merge_recursive warnings when using Doctrine with PHP 
     61     * [r5026] [1.0, 1.1] fixes #1294 
     62     * [r5028] [1.0, 1.1] fixes #1441 fixes issue where update column is not set for dql update queries 
     63     * [r5037] [1.0, 1.1]Fixed unexpected conversion of Doctrine_Null into null when second calling _get. 
     64          Issue reported by user jesepe in #doctrine channel. 
     65     * [r5038] [1.0, 1.1] Added color outputting to tests as well as a new fails and fixed fails lines at the end report. 
     66     * [r5040] [1.0, 1.1] Fixes issue with caching last runs results 
     67     * [r5041] [1.0, 1.1] fixes invalid ticket test case #1213 
     68     * [r5042] [1.0, 1.1] Fixes issue with changes in tests 
     69     * [r5044] [1.0, 1.1] Fixes hardcoded path 
     70     * [r5045] [1.0, 1.1] fixes #1434 
     71     * [r5046] [1.0, 1.1] fixes #1511 
     72     * [r5047] [1.0, 1.1] fixes #952 
     73     * [r5049] [1.0] fixes #632 Fixes issue where unsetting a record from a collection will delete the record from the reference table as well as the related object. 
     74     * [r5050] [1.0] Documentation updates 
     75     * [r5051] [1.0, 1.1] Added coverage for #1483 
     76     * [r5052] [1.0, 1.1] Added coverage for #1523 
     77     * [r5053] [1.0, 1.1] fixes #1527 
     78     * [r5056] [1.0, 1.1] fixes issue with subqueries and shared information as well as cloning query objects 
     79     * [r5058] [1.0, 1.1] Added coverage for #1537 
     80     * [r5059] [1.0, 1.1] fixes #1543 Fixed regression with Timestampable behavior. 
     81     * [r5060] [1.0, 1.1] fixes #1533 fixes with with Doctrine_Data::purge() and no argument 
     82     * [r5061] [1.0, 1.1] fixes #1536 
     83     * [r5062] [1.0, 1.1] Added check for fixture path existance in data-dump task. 
     84     * [r5063] [1.0, 1.1] fixes #1540 Fixes issue with query condition parser. 
     85     * [r5064] [1.0, 1.1] fixes #1545 Fixes issue with record filters implementation 
     86     * [r5065] [1.0, 1.1] fixes #1545 - fixes issue with record filters and null values 
     87     * [r5066] [1.0, 1.1] fixes #1483, #1488, #1513, #1514. 
     88          Improved JoinCondition handling. 
     89          Added possibility to use placeholders in functions. 
     90     * [r5067] Oracle shouldn't have index definition in CREATE TABLE DDL. Only UNIQUE indexes should be there but defined as CONSTRAINT index_name UNIQUE (fields). 
     91          Btree indexes need to be defined as standalone CREATE INDEX statement. 
     92     * [r5069] Fixes #1549: added delimiter of SQL queries in exported file as connection parameter 
     93     * [r5071] fixes #1530. Thanks a lot for your help to address the ticket! 
     94     * [r5074] [1.0, 1.1] fixes #1534 Issue with params and dql callbacks. 
     95 
    1961.0.2 
    297----- 
  • tags/1.0.3/lib/Doctrine.php

    r5069 r5076  
    3737     * VERSION 
    3838     */ 
    39     const VERSION                   = '1.0.2'; 
     39    const VERSION                   = '1.0.3'; 
    4040 
    4141    /** 
  • tags/1.0.3/package.xml

    r4989 r5076  
    2222  <active>yes</active> 
    2323 </lead> 
    24  <date>2008-09-11</date> 
    25  <time>21:16:31</time> 
     24 <date>2008-10-13</date> 
     25 <time>21:04:04</time> 
    2626 <version> 
    27   <release>1.0.2</release> 
    28   <api>1.0.2</api> 
     27  <release>1.0.3</release> 
     28  <api>1.0.3</api> 
    2929 </version> 
    3030 <stability> 
     
    255255     </dir> <!-- /lib/Doctrine/Pager --> 
    256256     <dir name="Parser"> 
    257       <dir name="sfYaml"> 
     257      <dir name="Spyc"> 
     258       <file name="YamlNode.php" role="php" /> 
     259      </dir> <!-- /lib/Doctrine/Parser/Spyc --> 
     260      <dir name="YamlSf"> 
    258261       <file name="Dumper.php" role="php" /> 
    259262       <file name="Inline.php" role="php" /> 
    260263       <file name="Parser.php" role="php" /> 
    261       </dir> <!-- /lib/Doctrine/Parser/sfYaml --> 
    262       <dir name="Spyc"> 
    263        <file name="YamlNode.php" role="php" /> 
    264       </dir> <!-- /lib/Doctrine/Parser/Spyc --> 
     264      </dir> <!-- /lib/Doctrine/Parser/YamlSf --> 
    265265      <file name="Exception.php" role="php" /> 
    266266      <file name="Json.php" role="php" /> 
    267267      <file name="Serialize.php" role="php" /> 
    268       <file name="sfYaml.php" role="php" /> 
    269268      <file name="Spyc.php" role="php" /> 
    270269      <file name="Xml.php" role="php" /> 
     270      <file name="YamlSf.php" role="php" /> 
    271271      <file name="Yml.php" role="php" /> 
    272272     </dir> <!-- /lib/Doctrine/Parser --> 
     
    357357      <file name="Query.php" role="php" /> 
    358358      <file name="Record.php" role="php" /> 
    359       <file name="Scorer.php" role="php" /> 
    360359     </dir> <!-- /lib/Doctrine/Search --> 
    361360     <dir name="Sequence"> 
     
    397396      <file name="GenerateYamlModels.php" role="php" /> 
    398397      <file name="LoadData.php" role="php" /> 
    399       <file name="LoadDummyData.php" role="php" /> 
    400398      <file name="Migrate.php" role="php" /> 
    401399      <file name="RebuildDb.php" role="php" /> 
     
    10311029     <file name="GroupbyTestCase.php" role="test" /> 
    10321030     <file name="HavingTestCase.php" role="test" /> 
     1031     <file name="HydrateNoneTestCase.php" role="test" /> 
    10331032     <file name="IdentifierQuotingTestCase.php" role="test" /> 
    10341033     <file name="JoinConditionTestCase.php" role="test" /> 
     
    12031202     <file name="1365TestCase.php" role="test" /> 
    12041203     <file name="1372TestCase.php" role="test" /> 
     1204     <file name="1380TestCase.php" role="test" /> 
    12051205     <file name="1381TestCase.php" role="test" /> 
    12061206     <file name="1383TestCase.php" role="test" /> 
    12071207     <file name="1390TestCase.php" role="test" /> 
     1208     <file name="1395TestCase.php" role="test" /> 
    12081209     <file name="1400TestCase.php" role="test" /> 
    12091210     <file name="1419TestCase.php" role="test" /> 
    12101211     <file name="1436TestCase.php" role="test" /> 
     1212     <file name="1441TestCase.php" role="test" /> 
     1213     <file name="1452TestCase.php" role="test" /> 
     1214     <file name="1454TestCase.php" role="test" /> 
     1215     <file name="1461TestCase.php" role="test" /> 
     1216     <file name="1465TestCase.php" role="test" /> 
     1217     <file name="1480TestCase.php" role="test" /> 
     1218     <file name="1483TestCase.php" role="test" /> 
     1219     <file name="1488TestCase.php" role="test" /> 
     1220     <file name="1507TestCase.php" role="test" /> 
     1221     <file name="1513TestCase.php" role="test" /> 
     1222     <file name="1520TestCase.php" role="test" /> 
     1223     <file name="1523TestCase.php" role="test" /> 
     1224     <file name="1527TestCase.php" role="test" /> 
     1225     <file name="1537TestCase.php" role="test" /> 
     1226     <file name="1540TestCase.php" role="test" /> 
     1227     <file name="1543TestCase.php" role="test" /> 
     1228     <file name="1545TestCase.php" role="test" /> 
     1229     <file name="AyoubTestCase.php" role="test" /> 
    12111230     <file name="NewTicketTestCase.php" role="test" /> 
    12121231     <file name="NjeroTestCase.php" role="test" /> 
     
    15861605    <min>1.3.6</min> 
    15871606   </package> 
    1588    <extension> 
    1589     <name>pdo</name> 
    1590    </extension> 
    15911607  </required> 
    1592   <optional> 
    1593    <extension> 
    1594     <name>pdo_dblib</name> 
    1595    </extension> 
    1596    <extension> 
    1597     <name>pdo_mysql</name> 
    1598    </extension> 
    1599    <extension> 
    1600     <name>pdo_odbc</name> 
    1601    </extension> 
    1602    <extension> 
    1603     <name>pdo_sqlite</name> 
    1604    </extension> 
    1605    <extension> 
    1606     <name>pdo_firebird</name> 
    1607    </extension> 
    1608    <extension> 
    1609     <name>pdo_oci</name> 
    1610    </extension> 
    1611    <extension> 
    1612     <name>pdo_pgsql</name> 
    1613    </extension> 
    1614   </optional> 
    16151608 </dependencies> 
    16161609 <phprelease /> 
    16171610 <changelog> 
     1611  <release> 
     1612   <version> 
     1613    <release>1.0.3</release> 
     1614    <api>1.0.3</api> 
     1615   </version> 
     1616   <stability> 
     1617    <release>stable</release> 
     1618    <api>stable</api> 
     1619   </stability> 
     1620   <date>2008-10-13</date> 
     1621   <license uri="http://www.phpdoctrine.org/license">LGPL license</license> 
     1622   <notes>-</notes> 
     1623  </release> 
    16181624  <release> 
    16191625   <version>