Skip to content

Commit

Permalink
filter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Jul 19, 2016
1 parent 0a15ab2 commit 0e8d5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Fluent/SQL/GeneralSQLSerializer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public class GeneralSQLSerializer: SQLSerializer {
values += subValues
}

statement += subStatement.joined(separator: "AND")
statement += subStatement.joined(separator: " AND ")

return (
sql(statement),
Expand Down

0 comments on commit 0e8d5a0

Please sign in to comment.