Simple forum software for building great communities.
Go to file
Franz Liedke 42dfcf3e40 Fix search with database prefix
wrap() only adds a table prefix when referencing a column with a table
name (such as `foo.bar`) - when only a single identifier is provided, it
is assumed to be a column name, which does not need a prefix.

Fixes #1659.
2018-11-29 22:50:32 +01:00
framework/core Fix search with database prefix 2018-11-29 22:50:32 +01:00