Skip to content

Commit 3b71e96

Browse files
committed
Up to 0.6.0
1 parent 137fd5c commit 3b71e96

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.6.0
2+
- use proper expression parsing in doUpdateSet (Daryl Chymko)
3+
- support DO UPDATE SET (Daryl Chymko)
4+
- updated sql-bricks to v3.0.0 from npm (Peter Rust)
5+
- made binary a reserved word
6+
- readme improvements
7+
18
0.5.0
29
- support ON CONFLICT ... DO NOTHING / DO UPDATE
310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sql-bricks-postgres",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"author": "Alexander Schepanovski <suor.web@gmail.com> (http://hackflow.com)",
55
"contributors": [
66
"Peter Rust <peter@cornerstonenw.com>"

0 commit comments

Comments
 (0)