2017 © Pedro PelĂĄez
 

library doctrine-dbal-pgsql-types

Custom PostgreSQL types

image

ajgl/doctrine-dbal-pgsql-types

Custom PostgreSQL types

  • Thursday, August 14, 2014
  • by ajgarlag
  • Repository
  • 2 Watchers
  • 3 Stars
  • 15,233 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 5 Versions
  • 6 % Grown

The README.md

AjglDoctrineDbalPgsqlTypes

This component allows you to manage some native PostgreSQL data types with the Doctrine DBAL component., (*1)

Usage

To use the new types you shoud register them using the Custom Mapping Types feature., (*2)

\Doctrine\DBAL\Types\Type::addType('integer[]', 'Ajgl\Doctrine\DBAL\Types\IntegerArrayType');
/* @var $connection \Doctrine\DBAL\Connection */
$connection->getDatabasePlatform()->registerDoctrineTypeMapping('_int4', 'integer[]');

Usage with Symfony Standard Edition

If you want to use this with a Symfony Standard Edition application, you can register the new types in the config.yml file., (*3)

doctrine:
    dbal:
        types:
            integer[]: Ajgl\Doctrine\DBAL\Types\IntegerArrayType
        mapping_types:
            _int4: integer[]

License

This component is under the MIT license. See the complete license in the LICENSE file., (*4)

Badges

  • GitHub Actions: Build Status
  • Poser Latest Stable Version: Latest Stable Version
  • Poser Latest Unstable Version Latest Unstable Version
  • Poser Total Downloads Total Downloads
  • Poser Monthly Downloads Montly Downloads
  • Poser Daily Downloads Daily Downloads
  • Poser License License
  • SensionLabs Insight Quality SensioLabsInsight

About

AjglDoctrineDbalPgsqlTypes is an ajgarlag initiative., (*5)

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker., (*6)

The Versions

14/08 2014

dev-master

9999999-dev https://github.com/ajgarlag/AjglDoctrineDbalPgsqlTypes

Custom PostgreSQL types

  Sources   Download

MIT

The Requires

 

The Development Requires

database dbal posgresql psql

14/08 2014

0.1.2

0.1.2.0 https://github.com/ajgarlag/AjglDoctrineDbalPgsqlTypes

Custom PostgreSQL types

  Sources   Download

MIT

The Requires

 

The Development Requires

database dbal posgresql psql

14/08 2014

dev-develop

dev-develop https://github.com/ajgarlag/AjglDoctrineDbalPgsqlTypes

Custom PostgreSQL types

  Sources   Download

MIT

The Requires

 

The Development Requires

database dbal posgresql psql

06/05 2014

0.1.1

0.1.1.0 https://github.com/ajgarlag/AjglDoctrineDbalPgsqlTypes

Custom PostgreSQL types

  Sources   Download

MIT

The Requires

 

The Development Requires

database dbal posgresql psql

06/05 2014

0.1.0

0.1.0.0 https://github.com/ajgarlag/AjglDoctrineDbalPgsqlTypes

Custom PostgreSQL types

  Sources   Download

MIT

The Requires

 

The Development Requires

database dbal posgresql psql