<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:10pt"><div>Ciao a tutti,</div><div>mi è capitata una cosa strana:</div><div>faccio un select su una tabella, semplicissimo select *,</div><div>la tabella ha 92 campi, ma il fetchall mi restituisce 93 valori di cui l'ultimo in più è una data ed è uguale al penultimo e terz'ultimo campo</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 13px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">[omissis]</div><div style="background-color: transparent;">0.0</div><div style="background-color: transparent;">1799-12-31 00:00:00</div><div style="background-color: transparent;">1799-12-31 00:00:00</div><div style="background-color: transparent;">66650112</div><div style="background-color:
 transparent;">                              (ultimo campo della tabella correttamente nullo)</div><div style="background-color: transparent;">1799-12-31 00:00:00 (campo in più)</div><div style="background-color: transparent;"><br></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-size: 13px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal;"><br></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-size: 13px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal;">La query è semplicissima ovvero:</div><div style="background-color: transparent;">self.query = "SELECT * " \</div><div style="background-color: transparent;">                     "FROM
 dbo.IM_JobsSummary " \</div><div style="background-color: transparent;">                     "WHERE ((dbo.IM_JobsSummary.Job)= ? );"""</div><div style="background-color: transparent;">self.values = (Job,)</div><div style="background-color: transparent;">self.cur.execute(self.query,self.values)</div><div style="background-color: transparent;">result= self.cur.fetchall()</div><div style="background-color: transparent;"><br></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-size: 13px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal;">A voi è mai capitata? Idee?<br></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-size: 13px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal;">Ciao e grazie</div><div style="background-color:
 transparent; color: rgb(0, 0, 0); font-size: 13px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal;">Piergiorgio</div></div></body></html>