We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 602f0cd commit 89013ffCopy full SHA for 89013ff
1 file changed
src/Database/Adapter/Pool.php
@@ -338,6 +338,11 @@ public function getLimitForBigInt(): int
338
return $this->delegate(__FUNCTION__, \func_get_args());
339
}
340
341
+ public function getSupportForUnsignedBigInt(): bool
342
+ {
343
+ return $this->delegate(__FUNCTION__, \func_get_args());
344
+ }
345
+
346
public function getLimitForAttributes(): int
347
{
348
0 commit comments