BookLore icon indicating copy to clipboard operation
BookLore copied to clipboard

: java.sql.SQLSyntaxErrorException: (conn=119) Data too long for column 'description' at row 1

Open jcarles opened this issue 7 months ago • 2 comments

It appears scanning some files (probably some filename is too long) and it stop scanning and the app hangs in some way.

Thankk you,

jcarles avatar May 18 '25 18:05 jcarles

Thanks for reporting this! It looks like one of the files has an unusually long description in its metadata, which exceeds what the Booklore database can store. I’ll look into handling this more gracefully, ideally by silently skipping the problematic field instead of halting the entire import process.

acx10 avatar May 18 '25 18:05 acx10

Thank you! Yes you could truncate the description string as long as the database field and no problem. I suppose it’s not a key field.

jcarles avatar May 18 '25 21:05 jcarles