We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8cce4 commit bbf9459Copy full SHA for bbf9459
NEWS.md
@@ -4,6 +4,10 @@ For richer information consult the commit log on github with referenced pull req
4
5
We do not include break-fix version release in this file.
6
7
+### v1.2
8
+
9
+- return field metadata on result object: access via result.fields[i].name/dataTypeID
10
11
### v1.1
12
13
- built in support for `JSON` data type for PostgreSQL Server @ v9.2.0 or greater
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pg",
3
- "version": "1.1.3",
+ "version": "1.2.0",
"description": "PostgreSQL client - pure javascript & libpq with the same API",
"keywords": [
"postgres",
0 commit comments