summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2023-03-10 22:24:18 +0100
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2023-03-12 16:21:17 +0000
commit30de1f74def7008b55a8a6d88a6b0f935bc6e2f8 (patch)
tree7c93082d0205dc60cbb2a12e497ceef045596a8c /src/corelib/text
parent18bd15a9eac88adb1de1f877b112e255b19353b6 (diff)
SQL/MySQL: Add support for Bit-Value Type - BIT
Add support for MYSQL_TYPE_BIT. Since the bitfield can be max 64bits, store it in a uint64_t. Writing such a value as MYSQL_TYPE_LONGLONG works as expected but receiving it needs a special handling. [ChangeLog][SQL][MySQL] Added handling for Bit-Value Type - BIT. Fixes: QTBUG-21326 Change-Id: Id20e3316caf6703b3bec8a828144494a20693fd8 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/corelib/text')
0 files changed, 0 insertions, 0 deletions