Ticket #980 (closed defect: fixed)
Support for bit, varbit and inet PostgreSQL types
| Reported by: | argasek | Owned by: | jwage |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Attributes | Version: | 0.11.0 |
| Severity: | Keywords: | varbit, postgresql | |
| Cc: | argasek@… | Has Test: | |
| Status: | Has Patch: |
Description
Hello,
I am not sure whether this ticked should be marked defect or enhancement but I really need Doctrine to support (at least) bit/varbit types. Currently (0.11.0 RC1) generation of models from database fails if mentioned field types are used in tables.
I have made a small patch allowing at least model generation process to complete successfully. Extraction of varbit data also works (using Doctrine_Query::create()->from('Tablename t') call).
The patch absolutely needs review, enhancements and testing, it's rather a quick workaround now.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.