shadowhand/latitude

Cannot builder INSERT statements with qualified table name

shadowhand opened this issue · 0 comments

$insert = InsertQuery::make('public.users', $values);
$sql = $insert->sql();

Fails with:

Latitude\QueryBuilder\IdentifierException "Invalid SQL identifier: public.users"