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

CySQL Updates #1005

Merged
merged 5 commits into from
Dec 10, 2024
Merged

CySQL Updates #1005

merged 5 commits into from
Dec 10, 2024

Conversation

zinic
Copy link
Contributor

@zinic zinic commented Dec 9, 2024

Description

This changeset addresses several implementation defects and gaps in the CySQL translation code. The following tickets have been addressed:

  • BED-5146 - support cypher functions toString and toInt
  • BED-5130 - support instant type components epochseconds and epocmillis for datetime types
  • BED-5148 - rework type inference handling to correctly negotiate between array types
  • BED-5149 - implement cypher function size
  • BED-5138 - correctly apply dangling constraints to projection select for all shortest path queries

Motivation and Context

Better support for Cypher to PgSQL.

How Has This Been Tested?

Test cases provided for all fixes.

Types of changes

  • Chore (a change that does not modify the application functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist:

@zinic zinic self-assigned this Dec 9, 2024
@zinic zinic merged commit 288e098 into stage/v6.3.0 Dec 10, 2024
4 checks passed
@zinic zinic deleted the BED-5146 branch December 10, 2024 20:13
@github-actions github-actions bot locked and limited conversation to collaborators Dec 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants