forked from pool/python-PyQt6
- Update to 6.5.3 * Added support for Python 3.12 and the missing QAbstractItemModel.multiData() method, as well as the missing QModelRoleDataSpan class. - Add patch pyqt6-fix-build-with-qt-6.6.0.patch to fix build with Qt 6.6.0. - Set CXX flag "-DQT_NO_INT128" to fix buil with Qt 6.6.0. OBS-URL: https://build.opensuse.org/request/show/1118541 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=25
13 lines
601 B
Diff
13 lines
601 B
Diff
diff -ru PyQt6-6.5.2.orig/sip/QtSql/qsqlresult.sip PyQt6-6.5.2/sip/QtSql/qsqlresult.sip
|
|
--- PyQt6-6.5.2.orig/sip/QtSql/qsqlresult.sip 2023-10-11 16:46:02.317332289 +0200
|
|
+++ PyQt6-6.5.2/sip/QtSql/qsqlresult.sip 2023-10-11 17:26:17.722706788 +0200
|
|
@@ -63,7 +63,7 @@
|
|
QSql::ParamType bindValueType(const QString &placeholder) const;
|
|
QSql::ParamType bindValueType(int pos) const;
|
|
int boundValueCount() const;
|
|
- QList<QVariant> &boundValues() const;
|
|
+ QVariantList boundValues() const;
|
|
QString executedQuery() const;
|
|
QString boundValueName(int pos) const;
|
|
void clear();
|