aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/dbconsole.rb
Commit message (Collapse)AuthorAgeFilesLines
* find_cmd should return the full path of the db commandKamal Fariz Mahyuddin2009-08-101-4/+8
| | | | | | [#1488 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Added options to script/dbconsole to sqlite3 console in various different ↵Bryan Ray2009-01-281-1/+17
| | | | | | modes. [#607 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Fix script/dbconsole not handling numeric password [#1395 state:resolved]pfagiani2008-12-211-1/+1
| | | | Signed-off-by: Frederick Cheung <frederick.cheung@gmail.com>
* Merge docrailsPratik Naik2008-09-031-1/+1
|
* Reverse the priority of the mysql commands in dbconsoleMichael Koziarski2008-08-241-1/+1
|
* Ensure dbconsole includes the -p parameter to mysql as intendedMichael Koziarski2008-07-311-0/+2
|
* Don't provide the password with dbconsole unless explicitly opted in.Michael Koziarski2008-05-311-3/+11
| | | | | | | | Some operating system configurations allow other users to view your process list or environmental variables. This option should not be used on shared hosts. http://dev.mysql.com/doc/refman/5.0/en/password-security.html http://www.postgresql.org/docs/8.3/static/libpq-envars.html
* dbconsole should not require a username for postgresql. [#207 state:resolved]Kyle Hargraves2008-05-161-1/+2
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Ensure dbconsole respects erb in database.yml. [#157 state:resolved] [Andrew ↵Pratik Naik2008-05-111-1/+2
| | | | | | Bennett] Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Some dbconsole tweaks. [#102 state:resolved]Jeremy Kemper2008-05-071-20/+26
|
* Add 'script/dbconsole' -- the database analog of 'script/console'Steve Purcell2008-05-071-0/+49