qt6-bb10/tests/auto/sql/kernel
Christian Ehrlicher 373ae6cbd2 SQL/IBase: add partial support for SQL_INT128 datatype
Implement partial support for SQL_INT128 datatype which is used for
DECIMAL/NUMERIC columns with a precision > 18. This support is only
available when QT_SUPPORTS_INT128 is defined and for MSVC.
Binding values to columns which need SQL_INT128 is supported but
numbers given as QString will be converted to doubles even if
QSql::HighPrecision is set.

[ChangeLog][SQL][IBASE] Added support for SQL_INT128 datatype.

Task-number: QTBUG-124575
Change-Id: If3fb1eb0f19dc60f000d163f3bf45da7acb08c87
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Andreas Bacher <andi.bacher@outlook.com>
2024-05-25 22:25:12 +02:00
..
qsql Change license for tests files 2024-02-04 09:56:42 +01:00
qsqldatabase SQL tests: Fix dropping procedures Firebird/IBase 2024-05-08 08:36:19 +02:00
qsqldriver SQL/MySQL: retrieve default column value for QSqlDatabase::record() 2024-03-10 19:15:47 +01:00
qsqlerror Change license for tests files 2024-02-04 09:56:42 +01:00
qsqlfield Change license for tests files 2024-02-04 09:56:42 +01:00
qsqlindex Change license for tests files 2024-02-04 09:56:42 +01:00
qsqlquery SQL/IBase: add partial support for SQL_INT128 datatype 2024-05-25 22:25:12 +02:00
qsqlrecord Change license for tests files 2024-02-04 09:56:42 +01:00
qsqlresult Change license for tests files 2024-02-04 09:56:42 +01:00
qsqlthread Change license for tests files 2024-02-04 09:56:42 +01:00
qvfssql CMake: Make a few more auto tests standalone 2024-03-14 01:14:18 +01:00
CMakeLists.txt Say hello to QtVFS for SQLite3 2023-07-02 17:12:02 +00:00