Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up#913 SQL Server variable assignment in a select does not parse | SELECT @var = 1 #914
Conversation
|
The function is integrated, but not with your pull request. |
This fixes #913 but breaks SelectTest.testMultiPartNamesIssue608().
Unfortunately, I don't know JavaCC enough to fix both.
My test works:
SELECT @var = 1but it breaks
SELECT @@sessions.tx_read_only