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 27563eb commit ca284abCopy full SHA for ca284ab
CHANGELOG
@@ -1,3 +1,8 @@
1
+0.4.3
2
+- play nicely with .toPostgres() types (Brent)
3
+- fixed array quotation
4
+- updated sql-bricks to 2.x (backward compatible for us)
5
+
6
0.4.2
7
- updated sql-bricks to 1.2.2
8
package.json
@@ -1,6 +1,6 @@
{
"name": "sql-bricks-postgres",
- "version": "0.4.2",
+ "version": "0.4.3",
"author": "Alexander Schepanovski <suor.web@gmail.com> (http://hackflow.com)",
"contributors": ["Peter Rust <peter@cornerstonenw.com>"],
"description": "Transparent, Schemaless SQL Generation for the PostgreSQL",
0 commit comments