Skip to content

fix: tweak empty line output of spark db:table - #6215

Merged
kenjis merged 1 commit into
codeigniter4:developfrom
kenjis:fix-show-table-info
Jul 1, 2022
Merged

fix: tweak empty line output of spark db:table#6215
kenjis merged 1 commit into
codeigniter4:developfrom
kenjis:fix-show-table-info

Conversation

@kenjis

@kenjis kenjis commented Jul 1, 2022

Copy link
Copy Markdown
Member

Description
before:

$ php spark db:table ci_sessions

CodeIgniter v4.2.1 Command Line Tool - Server Time: 2022-07-01 03:53:00 UTC-05:00


Data of Table "ci_sessions":

+--------------------+------------+--------------------+--------------------+
| id                 | ip_address | timestamp          | data               |
+--------------------+------------+--------------------+--------------------+
| 1f5o06b43phsnnf... | 127.0.0.1  | 2021-06-25 21:5... | __ci_last_regen... |
+--------------------+------------+--------------------+--------------------+

after:

$ php spark db:table ci_sessions

CodeIgniter v4.2.1 Command Line Tool - Server Time: 2022-07-01 03:52:34 UTC-05:00

Data of Table "ci_sessions":

+--------------------+------------+--------------------+--------------------+
| id                 | ip_address | timestamp          | data               |
+--------------------+------------+--------------------+--------------------+
| 1f5o06b43phsnnf... | 127.0.0.1  | 2021-06-25 21:5... | __ci_last_regen... |
+--------------------+------------+--------------------+--------------------+

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@kenjis kenjis added the bug Verified issues on the current code behavior or pull requests that will fix them label Jul 1, 2022
@kenjis
kenjis merged commit 7439b6e into codeigniter4:develop Jul 1, 2022
@kenjis
kenjis deleted the fix-show-table-info branch July 1, 2022 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Verified issues on the current code behavior or pull requests that will fix them

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants