n8n icon indicating copy to clipboard operation
n8n copied to clipboard

Postgres node not properly working with date comparison

Open Jamminroot opened this issue 1 year ago • 1 comments

Bug Description

Operator in entry 1 of 'Select Rows' works with numbers, but value 2025-04-28 is not a number

To Reproduce

https://github.com/n8n-io/n8n/blob/d2178a13b17ac3c63e402c2a995de155b0fa9eb8/packages/nodes-base/nodes/Postgres/v2/helpers/utils.ts#L159

PostgreSQL type is TIMESTAMPTZ NOT NULL DEFAULT CURRENT_TIMESTAMP (timestamp with time zone)

Expected behavior

Change condition

Operating System

123

n8n Version

123

Node.js Version

123

Database

SQLite (default)

Execution mode

main (default)

Jamminroot avatar Apr 28 '25 19:04 Jamminroot

Hey @Jamminroot,

We have created an internal ticket to look into this which we will be tracking as "GHC-1780"

Joffcom avatar Apr 28 '25 19:04 Joffcom

Thank you for bringing this up! It looks like this issue is a duplicate of #14971 , where we’re already tracking progress and updates. To keep things organized, we’ll close this issue and continue the discussion over there.

If you have any additional details or context that might help, please feel free to add them to the original issue. Your input is always appreciated!

Thanks again for your contribution, and let us know if there’s anything else we can assist with.

Joffcom avatar Apr 29 '25 13:04 Joffcom

Thank you for bringing this up! It looks like this issue is a duplicate of #14971 , where we’re already tracking progress and updates. To keep things organized, we’ll close this issue and continue the discussion over there.

If you have any additional details or context that might help, please feel free to add them to the original issue. Your input is always appreciated!

Thanks again for your contribution, and let us know if there’s anything else we can assist with.

Can you share any updates there because the silence just looks like it is being ignored, so this is good feedback.

unclesp1d3r avatar Oct 29 '25 04:10 unclesp1d3r