qt5base-lts/tests/auto/sql/kernel
Israel Lins Albuquerque 3e6e70bddd [QSqlQuery] misbehavior of seek in special query positions
When QSqlQuery::at() == QSql::BeforeFirstRow and seek(1, true) (seek to
next record) is called the expected result is go to first row.
When QSqlQuery::at() == QSql::AfterLastRow and seek(-1, true) (seek to
previous record) is called the expected result is go to last row.

But in all cases the first and last are skipped.

Change-Id: I584138b3d397ce1c790bf89688ee92289a99611c
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
2014-04-26 20:22:42 +02:00
..
qsql Improve handling of temporary directories in SQL tests. 2014-04-04 16:55:01 +02:00
qsqldatabase Improve handling of temporary directories in SQL tests. 2014-04-04 16:55:01 +02:00
qsqldriver Improve handling of temporary directories in SQL tests. 2014-04-04 16:55:01 +02:00
qsqlerror Enable QSqlError to handle alphanumeric error codes. 2013-12-20 16:27:41 +01:00
qsqlfield QtSql tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 14:42:15 +01:00
qsqlquery [QSqlQuery] misbehavior of seek in special query positions 2014-04-26 20:22:42 +02:00
qsqlrecord expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
qsqlresult Replace win32-g++ with mingw scope 2014-01-17 12:08:24 +01:00
qsqlthread Improve handling of temporary directories in SQL tests. 2014-04-04 16:55:01 +02:00
kernel.pro SQL: Change in QSqlResultPrivate::positionalToNamedBinding() 2012-12-10 21:23:35 +01:00