BookLore
BookLore copied to clipboard
: java.sql.SQLSyntaxErrorException: (conn=119) Data too long for column 'description' at row 1
It appears scanning some files (probably some filename is too long) and it stop scanning and the app hangs in some way.
Thankk you,
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.
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.