From 5e64a524d1b6fbfea3efa517b3c8561323bdf8ab Mon Sep 17 00:00:00 2001 From: Tim Griesser Date: Tue, 28 May 2013 10:15:06 -0400 Subject: [PATCH] more docs updates --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 2a457246..ce676871 100644 --- a/index.html +++ b/index.html @@ -1096,7 +1096,8 @@ Knex('users') standard query builder query would be executed. The benefit of this is that it uses the connection pool and provides a standard interface for the different client libraries. Note that the response will be whatever the underlying sql library would typically return on a - normal query, so you may need to + normal query, so you may need to look at the documentation for the base library the queries are + executing against to determine how to handle the response.