X Tutup
Skip to content

Fix for operators @@, @> and <@.#135

Merged
glenebob merged 2 commits intonpgsql:masterfrom
glenebob:fulltext_operator_fix
Dec 24, 2013
Merged

Fix for operators @@, @> and <@.#135
glenebob merged 2 commits intonpgsql:masterfrom
glenebob:fulltext_operator_fix

Conversation

@glenebob
Copy link
Copy Markdown
Contributor

This PR fixes the query rewrite bug, revealed by PR #116, that would butcher the @@, @> and <@ operators.

@jjchiw, if you would, please test this to make sure it fixes the problems you were having.

-Glen

…@, @> and <@.

Fix bug that would turn operators @@, @> and <@ in ::, :>, and <: respectively.
Add tests for said operator butchery.
@jjchiw
Copy link
Copy Markdown

jjchiw commented Dec 22, 2013

@glenebob

Great, It works with my EF tests....

Remove a couple bits of redundant and ineffective code in the scanner.
glenebob added a commit that referenced this pull request Dec 24, 2013
@glenebob glenebob merged commit 22d840c into npgsql:master Dec 24, 2013
franciscojunior added a commit that referenced this pull request Mar 28, 2014
This change breaks support added in #135. This is a temporary fix for
regression with NHibernate use. Glen Parker is working on a permanent fix.
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.

2 participants

X Tutup