hi,<br /><br />i&#39;ve install the last realse and i&#39;ve problem with mysql plugins<br /><br />- connection OK<br />- some query OK  ex: q=QSqlQuery(&quot;SELECT id FROM my_table&quot;)<br /><br />but with q=QSqlQuery(&quot;SELECT * FROM my_table&quot;)<br />or with<br />model = QSqlTableModel()<br />model.setTable(&quot;my_table&quot;)<br />model.select()<br /><br />return False<br />and the &quot;lastError().text() &quot; give me :<br />Using unsupported buffer type: 253  (parameter: 3) QMYSQL3: Unable to bind outvalues<br /><br />all my code is the same, only update PyQt and replace libmysql.dll<br /><br />thx for help<br /><br />Kermit