tests/languages/sql/variable_feature.test


Log

Author Commit Date CI Message
Michael Schmidt 42d119a2 2018-08-23T16:47:45 SQL Quoted variables are now greedy (#1510) Behavior with quoted variables was incorrect for SQL. This fixes that issue by introducing a new regex for variables and making the current regex greedy. Fixes #1509.
Golmote cfd357e4 2015-08-30T23:50:50 Add tests for SQL