WIP; complete PostgreSQL integration migration

This commit is contained in:
2024-11-15 14:44:12 -05:00
parent 9437dd37bf
commit 79044b53fc
12 changed files with 472 additions and 713 deletions

View File

@@ -8,8 +8,8 @@ declare(strict_types=1);
use BitBadger\PDODocument\{AutoId, Configuration, Custom, Document, DocumentException, Field, Find, Query};
use BitBadger\PDODocument\Mapper\ArrayMapper;
use Test\Integration\PostgreSQL\ThrowawayDb;
use Test\Integration\{NumDocument, SubDocument, TestDocument};
use Test\Integration\PostgreSQL\ThrowawayDb;
pest()->group('integration', 'postgresql');