-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathCHANGELOG
More file actions
41 lines (32 loc) · 929 Bytes
/
CHANGELOG
File metadata and controls
41 lines (32 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
0.6.0
- use proper expression parsing in doUpdateSet (Daryl Chymko)
- support DO UPDATE SET (Daryl Chymko)
- updated sql-bricks to v3.0.0 from npm (Peter Rust)
- made binary a reserved word
- readme improvements
0.5.0
- support ON CONFLICT ... DO NOTHING / DO UPDATE
0.4.3
- play nicely with .toPostgres() types (Brent)
- fixed array quotation
- updated sql-bricks to 2.x (backward compatible for us)
0.4.2
- updated sql-bricks to 1.2.2
0.4.1
- added ILIKE support (Pholey)
0.4.0
- serialize objects to JSON
- support INSERT ... SELECT ... RETURNING
- switch to sql-bricks 1.1.0 ._extension() way
0.3.0
- explicitely pass types to Values.types()
- don't contaminate sql namespace anymore
0.2.1
- updated required sql-bricks version.
New version fixed some issues with INSERT ... SELECT queries.
0.2.0
- added VALUES statement
- added UPDATE ... FROM support
- updated dependencies
0.1.0
- initial version (Peter Rust)