[DBAL-208] Uniqueidentifier MSSQL type is not supported in DBAL Created: 23/Jan/12 Updated: 24/Mar/12 Resolved: 24/Mar/12 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | Platforms |
| Affects Version/s: | 2.2-BETA2 |
| Fix Version/s: | 2.3 |
| Security Level: | All |
| Type: | Improvement | Priority: | Major |
| Reporter: | ross neacoders | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 7 64x |
||
| Description |
|
My Symfony2 projects currently use main trunks of the Doctrine projects, the latest release merge into this branch was 2.2.0-BETA2, that's why I mentioned it in"Affected versions". Sorry if mistaken. I would like to report that MSSQL Driver/Platform still does not support the 'uniquidentifier' field type of MSSQL. Trying to introspect the database with [Doctrine\DBAL\DBALException] Unknown database type uniqueidentifier requested, Doctrine\DBAL\Platforms\SQLServer2008Platform may not support it. There is a related issue, opened and fixed in Doctrine1 project Going to fix this issue in the same way. Any help greatly appreciated. |