Skip to content

Commit 12076ba

Browse files
committed
fix link
1 parent 108e74f commit 12076ba

7 files changed

+633
-633
lines changed

output/posts/2024/09-09-gltest.html

Lines changed: 174 additions & 174 deletions
Large diffs are not rendered by default.

output/posts/2024/09-10-opengl-part-2.html

Lines changed: 96 additions & 96 deletions
Large diffs are not rendered by default.

output/posts/2024/09-11-opengl-part-3.html

Lines changed: 181 additions & 181 deletions
Large diffs are not rendered by default.

output/posts/2024/11-15-how-to-do-a-preload-good.html

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

output/posts/2024/12-31-dev-server.html

Lines changed: 51 additions & 51 deletions
Large diffs are not rendered by default.

output/posts/2025/01-21-things-you-can-do-with-ecto.html

Lines changed: 107 additions & 107 deletions
Large diffs are not rendered by default.

posts/2025/01-21-things-you-can-do-with-ecto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ If you work with analytical queries at all, you will probably encounter a CTE. T
153153

154154
### You can pass `with_cte` a string!
155155

156-
The docs for [with_cte](https://hexdocs.pm/ecto/Ecto.Query.html#with_cte) don't say you can do this, but you can just name your CTE parts directly, with a string. This is a version
156+
The docs for [with_cte](https://hexdocs.pm/ecto/Ecto.Query.html#with_cte/3) don't say you can do this, but you can just name your CTE parts directly, with a string. This is a version
157157
of the query from above, but using a CTE. Let's make it a little more interesting of a query, and say we also need to go get the latest event for each of those users in order to sort the data and return the latest timestamp.
158158

159159
```elixir

0 commit comments

Comments
 (0)