Skip to content

Commit

Permalink
Merge pull request #100 from LostKobrakai/patch-5
Browse files Browse the repository at this point in the history
Fix #99
  • Loading branch information
kipcole9 authored Apr 5, 2019
2 parents 52348e4 + 50d3da3 commit 74ea2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ Since the datatype used to store `Money` in Postgres is a composite type (called
[debug] QUERY ERROR source="items" db=4.5ms
SELECT sum(l0."price")::money_with_currency FROM "items" AS l0 []
** (Postgrex.Error) ERROR 22033 (): Incompatible currency codes. Expected all currency codes to be USD
````
```

### Order_by with Money

Expand Down

0 comments on commit 74ea2c4

Please sign in to comment.