Skip to content

Missing cast when comparing a guid and string columns in SAP SQL Anywhere #2075

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

Merged
merged 1 commit into from
Mar 20, 2019

Conversation

fredericDelaporte
Copy link
Member

@fredericDelaporte fredericDelaporte commented Mar 20, 2019

Fixes #2040 for SAP SQL Anywhere.

In its case, that is not technically a regression, since that dialect has been release in 5.2.0.
(For previous (Sybase) SQL Anywhere dialects, #1856 has changed a bug for another: prior to it, converting guid to string was already failing with those dialects because they are mapping the HQL str (meant for converting to string) to the ANSI SQL str (meant for formatting floats).)

@fredericDelaporte fredericDelaporte added this to the 5.2.5 milestone Mar 20, 2019
@hazzik
Copy link
Member

hazzik commented Mar 20, 2019

Probably should be a bug on its own, not t: Fix. Not sure though.

@hazzik hazzik changed the title Fix missing cast when comparing a guid and string column in SAP SQL Anywhere Missing cast when comparing a guid and string columns in SAP SQL Anywhere Mar 20, 2019
@hazzik hazzik merged commit 034552d into nhibernate:5.2.x Mar 20, 2019
@fredericDelaporte fredericDelaporte deleted the GuidAnywhere branch March 20, 2019 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants