Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-hql-parser
Commit: b48a4a35c032d8d84993cad5e865e18eb46e428b
https://github.com/hibernate/hibernate-hql-parser/commit/b48a4a35c032d8d8...
Author: Adrian Nistor <anistor(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M parser/src/main/antlr/org/hibernate/hql/ast/origin/hql/parse/HQLLexer.g
M parser/src/test/java/org/hibernate/hql/test/tree/ParsingTest.java
Log Message:
-----------
HQLPARSER-43 Incorrect handling of string literals containing single quotes
Single quotes embedded in a string are actually represented by two single quotes.
They are properly recognized by the lexer grammar but the output token should contain a
single quote not two.