Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLite driver should support all common SQLite file extensions #36

Closed
dbarnett opened this issue Feb 25, 2024 · 0 comments · Fixed by #37
Closed

SQLite driver should support all common SQLite file extensions #36

dbarnett opened this issue Feb 25, 2024 · 0 comments · Fixed by #37
Labels
enhancement New feature or request

Comments

@dbarnett
Copy link
Contributor

Currently the file picker for SQLite engine uses a "DB File" filename filter that ignores any file extension but ".db". Wikipedia:SQLite lists several other common extensions besides ".db": .sqlite, .sqlite3, .db, .db3, .s3db, .sl3. Could all those be accepted by the file picker?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants