Skip to content

Releases: wp-cli/db-command

Version 1.3.5

31 Jul 02:10
c260be5
Compare
Choose a tag to compare
  • Add ISO size formats to db size [#104]
  • pass --column-statistics=0 to mysqldump command [#105]

Version 1.3.4

28 May 19:16
c9b7a5e
Compare
Choose a tag to compare
  • Add db columns command [#100]
  • Add db clean command [#93]
  • Count users instead of posts for the smoke test [#98]
  • Fix tests that are broken due to the addition of a "Privacy Policy" page [#97]
  • Raise memory limit to 2048MB [#96]
  • Fix test failure due to introduction of wp_blogmeta table [#94]
  • Add examples for exporting certain posts [#90]
  • Update license copyright date to 2018 [#85]

Version 1.3.3

29 Jan 14:37
7d361a1
Compare
Choose a tag to compare
  • Obey prefix when using table wildcards [#73]
  • Add dbuser/dbpass options to privileged commands [#75]
  • Use Utils\esc_like() and remove internal esc_like() [#79]
  • Include support for TB and GB database size formats [#81]

Version 1.3.2

15 Dec 13:06
162d72a
Compare
Choose a tag to compare
  • db size:
    • Ensures default value of --size_format=<format> argument is always bytes [#69].
  • Converts db command help summaries to use third-person singular verbs [#67].

Version 1.3.1

21 Nov 13:40
f040d08
Compare
Choose a tag to compare
  • Updates scaffolded tests to enable error reporting [#59].
  • Updates scaffolded README and GitHub configuration [#60].

Version 1.3.0

06 Nov 15:18
7121cfd
Compare
Choose a tag to compare
  • db *:
    • Uses new after_wp_config_load early invoke to run wp db * commands [#57].

Version 1.2.4

16 Oct 11:45
Compare
Choose a tag to compare
  • db search:
    • Avoids displaying default delimiter on regex fail in db search [#56].

Version 1.2.3

13 Oct 12:58
Compare
Choose a tag to compare
  • db search:
    • Lessens context duplication by shortening and appending context if it overlaps with the next match [#55].

Version 1.2.2

12 Oct 23:13
Compare
Choose a tag to compare
  • Moves statement to a newline for doc parsing needs [#53].

Version 1.2.1

29 Sep 23:37
Compare
Choose a tag to compare
  • db export:
    • Includes Y-m-d in default export file name [#36].
  • db search:
    • Caters for reserved word column/table names [#40].
    • Changes default delimiter to chr(1) [#46].
    • Fixes match in non-regex case [#45].
  • Updates package tests to latest [#49, #52].