Skip to content

Commit

Permalink
Bumped Common and DBAL dependencies to BETA2.
Browse files Browse the repository at this point in the history
  • Loading branch information
romanb committed Jun 13, 2010
1 parent ee6993f commit bbf18bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/vendor/doctrine-dbal
Submodule doctrine-dbal updated 42 files
+0 −1 CHANGELOG
+0 −39 COPYRIGHT
+0 −22 UPGRADE_TO_2_0
+3 −3 bin/doctrine.php
+0 −5 build-dependencies.properties
+0 −62 build-dependencies.xml
+2 −3 build.properties.dev
+46 −19 build.xml
+12 −17 lib/Doctrine/DBAL/Driver/PDOMsSql/Connection.php
+95 −0 lib/Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php
+1 −0 lib/Doctrine/DBAL/DriverManager.php
+63 −2 lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
+23 −2 lib/Doctrine/DBAL/Platforms/DB2Platform.php
+237 −178 lib/Doctrine/DBAL/Platforms/MsSqlPlatform.php
+30 −3 lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
+33 −2 lib/Doctrine/DBAL/Platforms/OraclePlatform.php
+41 −2 lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
+35 −2 lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
+5 −1 lib/Doctrine/DBAL/Schema/AbstractAsset.php
+0 −25 lib/Doctrine/DBAL/Schema/Comparator.php
+2 −16 lib/Doctrine/DBAL/Schema/DB2SchemaManager.php
+162 −328 lib/Doctrine/DBAL/Schema/MsSqlSchemaManager.php
+8 −87 lib/Doctrine/DBAL/Schema/MySqlSchemaManager.php
+10 −21 lib/Doctrine/DBAL/Schema/OracleSchemaManager.php
+4 −60 lib/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php
+8 −7 lib/Doctrine/DBAL/Schema/SchemaDiff.php
+2 −84 lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php
+55 −0 lib/Doctrine/DBAL/Version.php
+1 −1 lib/vendor/doctrine-common
+0 −126 phpdoc.ini
+3 −2 tests/Doctrine/Tests/DBAL/Functional/ConnectionTest.php
+1 −2 tests/Doctrine/Tests/DBAL/Functional/WriteTest.php
+2 −0 tests/Doctrine/Tests/DBAL/Mocks/MockPlatform.php
+18 −0 tests/Doctrine/Tests/DBAL/Platforms/AbstractPlatformTestCase.php
+4 −4 tests/Doctrine/Tests/DBAL/Platforms/MsSqlPlatformTest.php
+17 −2 tests/Doctrine/Tests/DBAL/Schema/ComparatorTest.php
+10 −4 tests/Doctrine/Tests/DBAL/Schema/SchemaDiffTest.php
+12 −0 tests/Doctrine/Tests/DBAL/Schema/TableTest.php
+14 −4 tests/Doctrine/Tests/DbalFunctionalTestCase.php
+2 −0 tests/Doctrine/Tests/Mocks/DatabasePlatformMock.php
+4 −1 tests/Doctrine/Tests/TestInit.php
+0 −0 tests/NativePhpunitTask.php

0 comments on commit bbf18bb

Please sign in to comment.