Fix sentence funny with order words (smirk)

davidmurdoch 2012-07-04 07:43:57 -07:00
parent 5b32d8c7a6
commit 5ad9cd3199

@ -16,7 +16,7 @@ There are a few minor variations from the protocol:
The reason for the renamings is 90% of the message names in the protocol do no contain "message" "request" "response" or anything similar, and I feel it's a bit redundant to send a "passwordMessage message." But then again...[I do say ATM machine](http://en.wikipedia.org/wiki/RAS_syndrome).
Anyways...using a connection directly is a pretty verbose and cumbersom affair. Here's an example of executing a prepared query using the directly __Connection__ api in compliance with PostgreSQL.
Anyways...using a connection directly is a pretty verbose and cumbersom affair. Here's an example of executing a PostgreSQL-compliant prepared query using the __Connection__ api directly.
_note: this works and is taken directly from an integration test; however, it doesn't include error handling_