postgres
postgres copied to clipboard
Handle named queries
trafficstars
QueryConfig.name is meant to prepare named queries however this parameter is now ignored. Eventually we need to support it, but it's lower priority now.
I was trying to remember if this was the issue I was facing when running examples from node-postgres website. I think, separate issue, their examples should be copied as tests, that way we can be confident the API is consistent.
Good idea