Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 1, 2022

Conversation

kenjis
Copy link
Member

@kenjis kenjis commented Jul 1, 2022

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