We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bafe49 + e2df3de commit dbcda6eCopy full SHA for dbcda6e
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# CHANGELOG
2
3
+## 1.1.1
4
+
5
+### Changed
6
7
+* `pgInsertManyEntities` returns count of inserted entities
8
+* `pgDeleteEntity` returns True if entity was actually deleted
9
+* `pgUpdateEntity` returns True if entity was actually updated
10
11
## 1.1.0
12
13
### Added
postgresql-query.cabal
@@ -1,5 +1,5 @@
name: postgresql-query
-version: 1.1.0
+version: 1.1.1
synopsis: Sql interpolating quasiquote plus some kind of primitive ORM
using it
0 commit comments