Skip to content

Instantly share code, notes, and snippets.

View antontit's full-sized avatar

_antontit antontit

  • Ukraine
View GitHub Profile
<?php
namespace AppBundle\Doctrine;
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Driver\PDOPgSql\Driver as PDOPgSqlDriver;
use Doctrine\ORM\NativeQuery;
class PgSqlNativeQueryCursor
{