Strip the syntax of operator type instead of injecting it

Merged
#1 · Created  · Last updated

Merged pull request

Merged in sjamaan/ssql (pull request #1)

9c3a02a·Author: ·Closed by: ·2017-04-20

Description

We could inject, but then we'd have to also inject all the symbols we're comparing against (and use the "compare" procedure to do so). Instead, because these identifiers are treated as plain symbols, it's easier to strip the syntax.

This was always broken, but actually got exposed due to CHICKEN core commit 41d48cdba2e46645c7dd157525652aa3953aed6c, which fixed an obscure bug related to double renaming.

0 attachments

0 comments

Loading commits...