Ticket #980 (closed defect: fixed)

Opened 15 months ago

Last modified 10 months ago

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

postgresql-8.2.patch (0.7 KB) - added by argasek 15 months ago.
Patch adding preliminary support for bit,varbit and inet types for PostgreSQL

Change History

Changed 15 months ago by argasek

Patch adding preliminary support for bit,varbit and inet types for PostgreSQL

Changed 14 months ago by jwage

  • status changed from new to closed
  • resolution set to fixed

(In [4353]) fixes #980

Changed 10 months ago by anonymous

  • milestone New deleted

Milestone New deleted

Note: See TracTickets for help on using tickets.