Skip to content

Commit

Permalink
fixtypo
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 27, 2024
1 parent 9462d12 commit 8c599b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,11 @@ PostgreSQL:
it simply detects - character at the beginning


null values:
NULL values:
-----

In this case Int, Short, LongLong, ... are QMetaType-s that are passed to the QVariant ctor to
create a null QVariant eg. QVariant(QMetaType(QMetaType::Int)).
create the NULL QVariant eg. QVariant(QMetaType(QMetaType::Int)).

bool smallint smallint_u int int_u bigint bigint_u double decimal
MySQL Char Short UShort Int UInt LongLong ULongLong Double Double
Expand Down

0 comments on commit 8c599b0

Please sign in to comment.