Skip to content

Commit 89013ff

Browse files
updated pool
1 parent 602f0cd commit 89013ff

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Database/Adapter/Pool.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,11 @@ public function getLimitForBigInt(): int
338338
return $this->delegate(__FUNCTION__, \func_get_args());
339339
}
340340

341+
public function getSupportForUnsignedBigInt(): bool
342+
{
343+
return $this->delegate(__FUNCTION__, \func_get_args());
344+
}
345+
341346
public function getLimitForAttributes(): int
342347
{
343348
return $this->delegate(__FUNCTION__, \func_get_args());

0 commit comments

Comments
 (0)