Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const UpperLowerCaseTokenType = createToken({
});

// Create tokens for column names and computed function names
const column_name_regex_pattern = /(["'])(?<column_name>.*?[^\\])\1/y;
const column_name_regex_pattern = /(["'])(.*?[^\\])\1/y;

/**
* Given a string from which to extract a column name, extract the column name
Expand Down