mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Fix sentence funny with order words (smirk)
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_
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user