-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Description
Possible regression(s) added in #182 / #181 / #179 as I see some test failures.
db-command
Output:
$ wp db columns not_wp
+---------------+------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+---------------+------+------+-----+---------+-------+
| date | date | NO | PRI | | |
| awesome_stuff | text | YES | | | |
+---------------+------+------+-----+---------+-------+
$ wp db columns not_wp | cat
Field Type Null Key Default Extra
date date NO PRI
awesome_stuff text YES
find-command
search-replace-command
entity-command
Here some tests probably need updating because of the line breaks. But others look like regressions from here.
Metadata
Metadata
Assignees
Labels
No labels