You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a strict limitation because that value gets used elsewhere as a signed integer, or could it be lifted? Maybe at least allow the size of an unsigned int with 32bits? The only real limitation I could immediately see is the schema using smallint, but I guess that could be easily set to integer.
@lalinsky What do you think, could this be easily fixed server side (maybe just by changing the code above and probably adapting the database schema) or is there some bigger issue with this? How problematic is the schema change in regards to migration time and data size?
Submitting a fingerprint for a duration > 32767 currently fails due to
acoustid-server/acoustid/api/v2/__init__.py
Line 631 in 8a8112c
Is this a strict limitation because that value gets used elsewhere as a signed integer, or could it be lifted? Maybe at least allow the size of an unsigned int with 32bits? The only real limitation I could immediately see is the schema using
smallint
, but I guess that could be easily set tointeger
.See the related issue reported against Picard on https://tickets.metabrainz.org/browse/PICARD-1486
The text was updated successfully, but these errors were encountered: