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 305affa commit 82f3b51Copy full SHA for 82f3b51
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Revision history for Entity
2
3
+## 0.0.4.4 -- 2024-12-23
4
+* Remove extraneous quoting of table name in _selectWithFields
5
+
6
## 0.0.4.3 -- 2023-06-26
7
* Fix the URL of the tutorial
8
* Bump version bounds for `base`, `resource-pool` and `template-haskell`
pg-entity.cabal
@@ -5,7 +5,7 @@ description:
A PostgreSQL layer to safely expand your SQL queries with a lightweight eDSL.
Read the tutorial at https://hackage.haskell.org/package/pg-entity/src/docs/book/index.html
-version: 0.0.4.3
+version: 0.0.4.4
9
homepage:
10
https://hackage.haskell.org/package/pg-entity/src/docs/book/index.html
11
0 commit comments