Pglast

Latest version: v7.2

Safety actively analyzes 693308 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 21

154.2.1

154.2.0

~~~~~~~~~~~~~~~~~~~~
**Breaking changes**
~~~~~~~~~~~~~~~~~~~~

- Change the type of the ``ast.Float`` value from ``Decimal`` to ``str``

Using a ``Decimal`` implies potential differences in the representation of floating numbers,
and already caused issues (`91`__ and `100`__) in the past, making it impossible to render,
say, ``SELECT 0.0e1``, due to the fact that ``Decimal('0.0e1')`` resolves to
``Decimal('0')``.

__ https://github.com/lelit/pglast/issues/91
__ https://github.com/lelit/pglast/issues/100

154.0.0

Version 4

143.0.0

7.2

~~~~~~~~~~~~~~~~

- Merge with `Version 6`_

- Handle ``timestamp AT LOCAL`` expression, new in PG17

7.1

~~~~~~~~~~~~~~~~

- Merge with `Version 6`_

Page 2 of 21

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.