Moves all PgQuery module to QueryBuilder

This commit is contained in:
Diogo Biazus
2015-11-14 22:54:55 -05:00
parent fbe6600ff1
commit f47d5e52f4
7 changed files with 311 additions and 358 deletions
-3
View File
@@ -69,7 +69,6 @@ executable postgrest
, PostgREST.Error
, PostgREST.Middleware
, PostgREST.Parsers
, PostgREST.PgQuery
, PostgREST.DbStructure
, PostgREST.QueryBuilder
, PostgREST.RangeQuery
@@ -133,7 +132,6 @@ library
, PostgREST.Error
, PostgREST.Middleware
, PostgREST.Parsers
, PostgREST.PgQuery
, PostgREST.DbStructure
, PostgREST.QueryBuilder
, PostgREST.RangeQuery
@@ -164,7 +162,6 @@ Test-Suite spec
, PostgREST.Error
, PostgREST.Middleware
, PostgREST.Parsers
, PostgREST.PgQuery
, PostgREST.DbStructure
, PostgREST.QueryBuilder
, PostgREST.RangeQuery