Details for the issue
What did you do?
I imported a table from a .csv file with many lines.
What did you expect to see?
I thought I could browse / filter / sort the table data after the import.
What did you see instead?
The whole DB Browser got stuck when opening the "Browse data" tab (endless loop?).
Useful extra information
It's quite simple to reproduce.
Successful Case: Just create a .csv file with an integer column only, e.g. column "A" with values 0 to 69999999. You can import this table easily and browse its contents afterwards.
Failure Case: Create the same .csv file with values up to 99999999. Now, you cannot browse / filter / sort the imported table, because the program gets stuck (full single threaded CPU utilisation!).
What operating system are you using?
What is your DB4S version?
Did you also
Details for the issue
What did you do?
I imported a table from a .csv file with many lines.
What did you expect to see?
I thought I could browse / filter / sort the table data after the import.
What did you see instead?
The whole DB Browser got stuck when opening the "Browse data" tab (endless loop?).
Useful extra information
It's quite simple to reproduce.
Successful Case: Just create a .csv file with an integer column only, e.g. column "A" with values 0 to 69999999. You can import this table easily and browse its contents afterwards.
Failure Case: Create the same .csv file with values up to 99999999. Now, you cannot browse / filter / sort the imported table, because the program gets stuck (full single threaded CPU utilisation!).
What operating system are you using?
What is your DB4S version?
Did you also