From: Dmitry Y. <dye...@us...> - 2016-05-31 18:06:03
|
Branch: refs/heads/master Home: https://github.com/FirebirdSQL/firebird Commit: ea906adfd0289ca5943a04073ffeaab7f1a5cea2 https://github.com/FirebirdSQL/firebird/commit/ea906adfd0289ca5943a04073ffeaab7f1a5cea2 Author: Dmitry Yemanov <dye...@us...> Date: 2016-05-31 (Tue, 31 May 2016) Changed paths: M src/dsql/Parser.cpp M src/dsql/Parser.h M src/dsql/dsql.cpp M src/yvalve/keywords.cpp M src/yvalve/keywords.h Log Message: ----------- Remove unused (since v3) token/parser versioning. This was a big source of confusion during the past years. Commit: 217cffe1036089856f08ad4f89f36fdf01500e2d https://github.com/FirebirdSQL/firebird/commit/217cffe1036089856f08ad4f89f36fdf01500e2d Author: Dmitry Yemanov <dye...@us...> Date: 2016-05-31 (Tue, 31 May 2016) Changed paths: M src/dsql/parse.y M src/yvalve/keywords.cpp Log Message: ----------- Fix non-reserved flag and move the new non-reserved tokens to their proper place at the end of the list. Compare: https://github.com/FirebirdSQL/firebird/compare/0c277723fb70...217cffe10360 |