maxtoroq / DbExtensions

Data-access framework with a strong focus on query composition, granularity and code aesthetics.
https://maxtoroq.github.io/DbExtensions/
Apache License 2.0
227 stars 41 forks source link

SqlBuilder.Append(SqlBuilder) and SqlBuilder.JoinSql generate unnecessary extra whitespace #6

Closed maxtoroq closed 10 years ago

maxtoroq commented 11 years ago

Because it uses the implementation for subqueries, where whitespace is added for formatting.