File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,3 @@ package pg-entity
16
16
"-L /usr/pgsql-14/lib" -fwrite-ide-info -hiedir= . hie -haddock
17
17
haddock-options :
18
18
"--optghc=-L /usr/pgsql-14/lib"
19
- allow-newer : all
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ category: Database
16
16
license : MIT
17
17
build-type : Simple
18
18
tested-with :
19
- GHC == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.8 || == 9.4.5
19
+ GHC == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.8 || == 9.4.8
20
20
21
21
extra-source-files :
22
22
CHANGELOG.md
Original file line number Diff line number Diff line change @@ -365,9 +365,7 @@ _select = textToQuery $ "SELECT " <> expandQualifiedFields @e <> " FROM " <> get
365
365
@since 0.0.1.0
366
366
-}
367
367
_selectWithFields :: forall e . Entity e => Vector Field -> Query
368
- _selectWithFields fs = textToQuery $ " SELECT " <> expandQualifiedFields' fs tn <> " FROM " <> quoteName tn
369
- where
370
- tn = getTableName @ e
368
+ _selectWithFields fs = textToQuery $ " SELECT " <> expandQualifiedFields' fs tn <> " FROM " <> getTableName @ e
371
369
372
370
{-| Produce a WHERE clause, given a vector of fields.
373
371
You can’t perform that action at this time.
0 commit comments