Skip to content

Commit

Permalink
docs: EXPOSED-682 Switch api link from deprecated select() (#2349)
Browse files Browse the repository at this point in the history
API link in DSL CRUD section goes to deprecated select(columns, where) instead of new select(columns...).
  • Loading branch information
bog-walk authored Jan 8, 2025
1 parent a9feb99 commit e7ad4df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<chapter title="Read" id="read">
<chapter title="Retrieve a record" id="select">
<p>The
<a href="https://jetbrains.github.io/Exposed/api/exposed-core/org.jetbrains.exposed.sql/select.html">
<a href="https://jetbrains.github.io/Exposed/api/exposed-core/org.jetbrains.exposed.sql/-column-set/select.html">
<code>.select()</code>
</a>
function allows you to select specific columns or/and expressions.</p>
Expand Down

0 comments on commit e7ad4df

Please sign in to comment.