Skip to content

Commit

Permalink
Deploying to master from @ psycopg/psycopg-website@5b007f0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Feb 5, 2024
1 parent f0ef4e8 commit 307ab60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion psycopg3/docs/_sources/news.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Psycopg 3.2 (unreleased)
- Add support for libpq functions to close prepared statements and portals
introduced in libpq v17 (:ticket:`#603`).
- The `!context` parameter of `sql` objects `~sql.Composable.as_string()` and
`~sql.Composable.as_bytes()` methods is not optional (:ticket:`#716`).
`~sql.Composable.as_bytes()` methods is now optional (:ticket:`#716`).
- Disable receiving more than one result on the same cursor in pipeline mode,
to iterate through `~Cursor.nextset()`. The behaviour was different than
in non-pipeline mode and not totally reliable (:ticket:`#604`).
Expand Down
2 changes: 1 addition & 1 deletion psycopg3/docs/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ <h3>Psycopg 3.2 (unreleased)<a class="headerlink" href="#psycopg-3-2-unreleased"
<li><p>Add support for libpq functions to close prepared statements and portals
introduced in libpq v17 (ticket <a class="reference external" href="https://github.com/psycopg/psycopg/issues/603">#603</a>).</p></li>
<li><p>The <code class="xref py py-obj docutils literal notranslate"><span class="pre">context</span></code> parameter of <a class="reference internal" href="api/sql.html#module-psycopg.sql" title="psycopg.sql"><code class="xref py py-obj docutils literal notranslate"><span class="pre">sql</span></code></a> objects <a class="reference internal" href="api/sql.html#psycopg.sql.Composable.as_string" title="psycopg.sql.Composable.as_string"><code class="xref py py-obj docutils literal notranslate"><span class="pre">as_string()</span></code></a> and
<a class="reference internal" href="api/sql.html#psycopg.sql.Composable.as_bytes" title="psycopg.sql.Composable.as_bytes"><code class="xref py py-obj docutils literal notranslate"><span class="pre">as_bytes()</span></code></a> methods is not optional (ticket <a class="reference external" href="https://github.com/psycopg/psycopg/issues/716">#716</a>).</p></li>
<a class="reference internal" href="api/sql.html#psycopg.sql.Composable.as_bytes" title="psycopg.sql.Composable.as_bytes"><code class="xref py py-obj docutils literal notranslate"><span class="pre">as_bytes()</span></code></a> methods is now optional (ticket <a class="reference external" href="https://github.com/psycopg/psycopg/issues/716">#716</a>).</p></li>
<li><p>Disable receiving more than one result on the same cursor in pipeline mode,
to iterate through <a class="reference internal" href="api/cursors.html#psycopg.Cursor.nextset" title="psycopg.Cursor.nextset"><code class="xref py py-obj docutils literal notranslate"><span class="pre">nextset()</span></code></a>. The behaviour was different than
in non-pipeline mode and not totally reliable (ticket <a class="reference external" href="https://github.com/psycopg/psycopg/issues/604">#604</a>).
Expand Down

0 comments on commit 307ab60

Please sign in to comment.