Skip to content

Commit

Permalink
Merge pull request #53 from qutheory/filter-fix
Browse files Browse the repository at this point in the history
filter fix
  • Loading branch information
tanner0101 authored Jul 19, 2016
2 parents 0a15ab2 + 0e8d5a0 commit 855480e
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 855480e

Please sign in to comment.