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

suspicious test GlorpReadingTest>>#testRegexMatches #33

Open
eftomi opened this issue Oct 25, 2019 · 0 comments
Open

suspicious test GlorpReadingTest>>#testRegexMatches #33

eftomi opened this issue Oct 25, 2019 · 0 comments

Comments

@eftomi
Copy link
Owner

eftomi commented Oct 25, 2019

GlorpReadingTest>>#testRegexMatches uses syntax like:

customers := session read: GlorpCustomer where: [:each | each name regexMatches: 'aCustomer'].

where regexMatches: 'aCustomer' results in query:

SELECT t1.ID
FROM GR_CUSTOMER t1
WHERE (t1.NAME regexMatches: 'aCustomer')

SQLServer returns

Incorrect syntax near 'regexMatches:'.

Is this Glorp's issue?

@eftomi eftomi changed the title suspicious test GlorpReadingTest>>#testRegexMatches? suspicious test GlorpReadingTest>>#testRegexMatches Oct 25, 2019
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

No branches or pull requests

1 participant