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

ADBDEV-6159: Add support pushdown for timestamp with time zone data type #142

Open
wants to merge 2 commits into
base: pxf-6.x
Choose a base branch
from

Conversation

RomaZe
Copy link
Member

@RomaZe RomaZe commented Nov 15, 2024

  • Added support pushdown for timestamp with time zone data type for Postgres, Oracle, Microsoft SQL Server databases. If the external database supports PostgreSql syntaxes, it is also possible to use pushdown with timestamp with time zone;

  • Added additional 'OTHER' type of DBMS. If we don't know exactly the type of the external database we are connecting to, we use Postgres syntaxes by default to create pushdown filter. As we added supporting of the timestamp with time zone type for pushdown, we should know exactly how to convert the string to timestamp with time zone type for different databases.

- If we don't know exactly the type of the external database we are connecting to, we use Postgres syntaxes by default to create pushdown filter. As we added supporting of the `timestamp with time zone` type for pushdown, we should know exactly how to convert the string to `timestamp with time zone` type for different databases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants