sqlitebrowser / sqlitebrowser/sqlitebrowser
import CSV into table
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 24.6k
- Forks
- 2.4k
- Avg merge
- 3d 49m
- Merged PRs (30d)
- 3
Description
When you import a CSV file into a table the form after you have selected the file, titled 'import csv file'. This form is always maximised so you do not see the OK button. I am running under Windows 11 pro build 10.0.26100.
you have to select the edge of the form to resize so you can see the Ok button.
What did you expect to see?
A form adjusted to the available screen size
What did you see instead?
A maximised form
Useful extra information
DB4S v3.13.1 [built for x86_64-little_endian-llp64] on Windows 10 Version 2009 (winnt/10.0.26100) [x86_64]
using SQLite Version 3.46.1
and Qt 5.15.2
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the CSV import flow in DB4S on Windows 11: select a CSV file, open the “import csv file” form, and check whether the dialog is maximised and hides the OK button. Trace the form opened after file selection and adjust its sizing behavior so the OK button is visible without manual resizing. Verify the result with the reported DB4S 3.13.1 and SQLite 3.46.1 environment details.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, sqlite
- Domain
- database, desktop-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100