<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Nicolas Baradakis a écrit :
<blockquote cite="mid:20070720160319.GE12746@asuka.tech.sitadelle.com"
 type="cite">
  <pre wrap="">Jean DERAM wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">I think sql_finish_select_query should be care if the result is a 
multiple result set.
I've made a patch for cvs version (joined in this mail).
[...]
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Thanks for the explanation. I now understand the code path that leads
to the problem. In a select query all the results are to be fetched by
sql_fetch_row(). However if there is nonsense in the database, we may
stop fetching the rows before reaching the last result of a multiple
results set.

The problem with your patch is that it may call sql_store_result()
twice on the same result. I've written a fix in the CVS, please
run a "cvs up" and test again.

  </pre>
</blockquote>
I've made a test with the latest cvs. All is working now!<br>
Thanks for your work.<br>
<br>
</body>
</html>