Out of range value for column current_size error #10

Open
opened 2025-07-02 23:42:01 +02:00 by TreJo · 0 comments
Owner

Large files have larger sizes than the database columns current_size and before_size can currently handle.

Relevant docs:

integer

Maps and converts 4-byte integer values. Unsigned integer values have a range of 0 to 4294967295 while signed integer values have a range of −2147483648 to 2147483647. If you know the integer data you want to store always fits into one of these ranges you should consider using this type. Values retrieved from the database are always converted to PHP's integer type or null if no data is present.

Large files have larger sizes than the database columns current_size and before_size can currently handle. [Relevant docs](https://www.doctrine-project.org/projects/doctrine-dbal/en/4.2/reference/types.html#integer): >integer > > Maps and converts 4-byte integer values. Unsigned integer values have a range of 0 to 4294967295 while signed integer values have a range of −2147483648 to 2147483647. If you know the integer data you want to store always fits into one of these ranges you should consider using this type. Values retrieved from the database are always converted to PHP's integer type or null if no data is present.
TreJo self-assigned this 2025-07-02 23:42:01 +02:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: verdigado-public/nextcloud_groupfolder_filesystem_snapshots#10
No description provided.