We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c08d39 commit 62d7855Copy full SHA for 62d7855
src/DB_Command.php
@@ -430,18 +430,6 @@ public function query( $args, $assoc_args ) {
430
431
$assoc_args['database'] = DB_NAME;
432
433
- if (
434
- ! isset( $assoc_args['result-format'] )
435
- && ! isset( $assoc_args['table'] )
436
- && ! isset( $assoc_args['tabbed'] )
437
- && ! isset( $assoc_args['vertical'] )
438
- && ! isset( $assoc_args['json'] )
439
- && ! isset( $assoc_args['html'] )
440
- && ! isset( $assoc_args['silent'] )
441
- ) {
442
- $assoc_args['table'] = true;
443
- }
444
-
445
// The query might come from STDIN.
446
if ( ! empty( $args ) ) {
447
$assoc_args['execute'] = $args[0];
0 commit comments