This project is archived and is in readonly mode.
Adding simple sqlite3 options for dbconsole script
Reported by Bryan Ray | July 12th, 2008 @ 09:38 PM
This is a very simple update to the dbconsole script that allows you to start sqlite3 in a specific mode and/or with headers enabled.
Comments and changes to this ticket
-
Steve Purcell September 27th, 2008 @ 09:17 AM
Perhaps more useful to the wider community would be a patch that allows arbitrary args to be passed through to the underlying DB console program, e.g.
dbconsole -p --args="--mode=list"
Or even take the options from an environment variable for maximum convenience:
export DBCONSOLE_SQLITE3="--mode=list" dbconsole -p
No personal need for this, so I'm just sharing some thoughts.
-
Pratik January 18th, 2009 @ 05:46 AM
- Milestone cleared.
- Assigned user set to Pratik
-
Repository January 28th, 2009 @ 08:01 PM
- State changed from new to resolved
(from [f725b1971072a2203d6d433149730289cbb80128]) Added options to script/dbconsole to sqlite3 console in various different modes. [#607 state:resolved]
Signed-off-by: Pratik Naik pratiknaik@gmail.com http://github.com/rails/rails/co...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
Attachments
Referenced by
- 607 Adding simple sqlite3 options for dbconsole script (from [f725b1971072a2203d6d433149730289cbb80128]) Added o...