Skip to content

Commit

Permalink
Merge pull request #8 from grizzlylab/master
Browse files Browse the repository at this point in the history
Add mapping_types in Symfony2 Doctrine Config
  • Loading branch information
richardfullmer committed Oct 2, 2015
2 parents 4c9e7ba + cdee2a5 commit bad02e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ Provides Doctrine Type classes for common postgres types
tsquery: "Doctrine\\DBAL\\PostgresTypes\\TsqueryType"
xml: "Doctrine\\DBAL\\PostgresTypes\\XmlType"
inet: "Doctrine\\DBAL\\PostgresTypes\\InetType"
mapping_types:
_text: text_array
_int4: int_array
tsvector: ts_vector
tsquery: ts_query
xml: xml
inet: inet

#### Using with Doctrine

Expand Down

0 comments on commit bad02e6

Please # to comment.