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

include sqlite3.exe in PythonXX/Scripts #54163

Closed
jdan mannequin opened this issue Sep 26, 2010 · 3 comments
Closed

include sqlite3.exe in PythonXX/Scripts #54163

jdan mannequin opened this issue Sep 26, 2010 · 3 comments
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@jdan
Copy link
Mannequin

jdan mannequin commented Sep 26, 2010

BPO 9954
Nosy @loewis, @benjaminp

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2010-09-26.19:09:27.249>
created_at = <Date 2010-09-26.14:32:25.301>
labels = ['type-feature', 'library']
title = 'include sqlite3.exe in PythonXX/Scripts'
updated_at = <Date 2010-09-26.19:09:27.248>
user = 'https://bugs.python.org/jdan'

bugs.python.org fields:

activity = <Date 2010-09-26.19:09:27.248>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = <Date 2010-09-26.19:09:27.249>
closer = 'loewis'
components = ['Library (Lib)']
creation = <Date 2010-09-26.14:32:25.301>
creator = 'jdan'
dependencies = []
files = []
hgrepos = []
issue_num = 9954
keywords = []
message_count = 3.0
messages = ['117418', '117419', '117426']
nosy_count = 4.0
nosy_names = ['loewis', 'ghaering', 'benjamin.peterson', 'jdan']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue9954'
versions = ['Python 3.2']

@jdan
Copy link
Mannequin Author

jdan mannequin commented Sep 26, 2010

since sqlite3 is included in the standard library, it would be useful to have access to the command line tool that's part of sqlite. Including the command-line binary for each respective OS in the respective Scripts or bin folder would allow python users to create a connection in order to examine their sqlite databases and perform some manual operations easily. While the tool isn't in python, it's not that big of a file and such a tool is a pretty fundamental part of having a database(miniaturized or not).

@jdan jdan mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Sep 26, 2010
@loewis
Copy link
Mannequin

loewis mannequin commented Sep 26, 2010

-1. On Linux, and many other systems based on or using free software, the sqlite command line tool is readily available, and including it would conflict with the one provided by the system vendor.

For Windows, pre-built binaries for command line access are available from http://sqlite.org/download.html

@benjaminp
Copy link
Contributor

Indeed, -1. We don't make a habit of distributing 3rd party binaries.

@loewis loewis mannequin closed this as completed Sep 26, 2010
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant