Skip to content

Instantly share code, notes, and snippets.

@m1ndgr3p
m1ndgr3p / CustomConnection.php
Last active November 11, 2022 01:35
custom connection to guess uuid_binary_ordered_time
<?php
declare(strict_types=1);
namespace Acme\Resources\Doctrine\Connection;
use Doctrine\DBAL\Cache\QueryCacheProfile;
use Doctrine\DBAL\Driver\Exception;
use Doctrine\DBAL\Driver\Statement;
use Doctrine\DBAL\ExpandArrayParameters;