File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 0.2.6
2+ - Add ILIKE, NOT ILIKE
3+ - ADD EXCEPT and EXCEPT ALL
4+ - Fix query-values priority
5+
16## 0.2.5
27- Adds if-exist in drop table
38
Original file line number Diff line number Diff line change @@ -48,19 +48,19 @@ Currently honeysql-postgres supports the following postgres specific clauses:
4848
4949### Leiningen
5050``` clj
51- [nilenso/honeysql-postgres " 0.2.5 " ]
51+ [nilenso/honeysql-postgres " 0.2.6 " ]
5252```
5353### Maven
5454``` xml
5555<dependency >
5656 <groupId >nilenso</groupId >
5757 <artifactId >honeysql-postgres</artifactId >
58- <version >0.2.5 </version >
58+ <version >0.2.6 </version >
5959</dependency >
6060```
6161### repl
6262``` clj
63- ; Note that `honeysql-postgres.format` and `honeysql-postgres.helpers`
63+ ; Note that `honeysql-postgres.format` and `honeysql-postgres.helpers`
6464; must be required into the project for the extended features to work.
6565(require '[honeysql.core :as sql]
6666 '[honeysql.helpers :refer :all ]
Original file line number Diff line number Diff line change 11{
22 "name" : " @honeysql/honeysql-postgres" ,
3- "version" : " 0.2.4 " ,
3+ "version" : " 0.2.6 " ,
44 "license" : " EPL-1.0" ,
55 "homepage" : " https://github.com/nilenso/honeysql-postgres" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments