Skip to content

Latest commit

 

History

History
342 lines (230 loc) · 7.82 KB

changelog.rst

File metadata and controls

342 lines (230 loc) · 7.82 KB

2.1.2 (2024-05-15)

Bug fixes:

  • Fix d when used with a pattern

2.1.1 (2023-10-29)

  • Added build-system section to pyproject.toml to use the modern setuptools backend.
  • Fix SyntaxWarning with Python 3.12.
  • Fix test_slash_l* to support non-en_US locales (#140).
  • Release script uses build module.

2.1.0 (2023-03-31)

  • Fixed displaying verbose view definitions when running d+.
  • Use psycopg.sql for constructing queries.

2.0.1 (2022-06-17):

Internal:

  • Added argument to open_external_editor to specifiy desired editor.

2.0.0 (2022-06-03):

Bug fixes:

  • Add pytest mark dbtest to test_slash_dp_pattern_schema so it can be skipped when necessary. (Thanks: Benjamin Beasley)

Internal:

  • Switch to psycopg3 - breaking change.

1.13.1

Bug fixes:

  • Throw an exception if the TO/FROM keyword is missing in the copy command. (Thanks: `Amjith`_)
  • Allow multiline SQL and use default of 2s timing for the watch command. (Thanks: `Saif Hakim`_)
  • Fix for the dp metacommand to properly work with the schema name as pattern (Thanks: Roberto Dedoro)

Internal:

1.13.0

Features:

  • Add support for the ddp metacommand that lists the default privileges of Postgres objects (Thanks: Roberto Dedoro)
  • Add support for named query positional parameters aggregation (Thanks: Guilhem Charles)

1.12.1

  • Fix for broken MANIFEST.in that prevented source installation (#101. Thanks: Dave Hirschfeld).

Bug fixes:

  • Fix deprecation warnings with stricter backslash escaping in strings. (Thanks: Benjamin Beasley)

1.12.0

Features:

  • Add support for the dp metacommand that lists the privileges of Postgres objects (Thanks: `Guru Devanla`_)
  • Add support for the np <named_query_pattern> metacommand that returns named queries matching the pattern (Thanks: `Guru Devanla`_)

Internal:

  • Use Black to format the code and run CI style checks.

1.11.10

Bug fixes:

  • Allows d foo to display information about IDENTITY columns. (Thanks: `Denis Gantsev`_)

1.11.9

Bug fixes:

  • Fix for d foo command crash in PostgreSQL 12. (Thanks: Irina Truong)

1.11.8

Bug fixes:

  • \d some_schema.some_table will now work when some_schema is not in your search_path.

1.11.7

Internal:

1.11.6

Bug fixes:

  • Scope the results of d foo command to the current schema. (Thanks: Amjith Ramanujam)

Internal:

1.11.5

Features:

1.11.4

Bug fixes:

  • Fixed broken completion for special commands with prompt-toolkit 2.0. (Thanks: Amjith Ramanujam)

1.11.3

Bug fixes:

  • Fixed the IndexError caused by \ef without a function name. (Thanks: Amjith Ramanujam)

1.11.2

Bug fixes:

1.11.1

Bug fixes:

1.11.0

Features:

Bug fixes:

1.10.0

Features:

Bug fixes:

  • Fix listing of table inheritance in \d command. (Thanks: Lele Gaifax).

1.9.0

Features:

Bug fixes:

  • Be less strict when searching for the \watch command. (Thanks: Irina Truong).
  • Fix glitch in EXCLUDE index description emitted by \d command. (Thanks: Lele Gaifax).
  • Fix \e command handling. (Thanks: François Pietka).
  • Fix UnicodeEncodeError when opening sql statement in editor (Thanks: Klaus Wünschel).
  • Fix listing of child tables in \d command. (Thanks: Lele Gaifax).

1.8.0

Features:

  • Implement \sf+ function_name. (Thanks: Lele Gaifax).
  • Separate check constraints with newlines. (Thanks: Joakim Koljonen).
  • Enabled \dm command, corrections to \d+, extended tests. (Thanks: rsc).
  • Opening an external editor will edit default text. (Thanks: Thomas Roten).

1.7.0

Features:

Bug fixes:

  • Fix bug where \d called valid indices invalid & vice versa. (Thanks: Joakim Koljonen).
  • Fix typo in pset description. (Thanks: Lele Gaifax).

1.6.0

Features:

  • Add a function to extract the sql from \watch command. (Thanks: stuartquin).

1.5.0

Features:

1.4.0

Features:

1.3.0

Features:

  • Add initial support for Postgres 8.4 and above.(Thanks: Timothy Cleaver, darikg). This enables us to add support for Amazon Redshift. If things look broken please report.
  • Add \pset pager command. (Thanks: pik).

Bug fixes:

1.2.0

Features:

  • Add support for \h. (Thanks: stuartquin). Users can now run \h [keyword] to checkout the help for a keyboard.

1.1.0

Features:

1.0.0

Features:

  • First release as an independent package.