Commit 1efec0c
committed
grammar: Fix tablename.columnname notation in subexpressions
When specifying a table name along with a column name you have to put a
dot between them. This wasn't taken into account by our grammar parser,
an error which could lead up to misinterpretations in other places as
well.
See issue sqlitebrowser#505.1 parent 8ad570d commit 1efec0c
3 files changed
Lines changed: 196 additions & 207 deletions
0 commit comments