Skip to content

Commit

Permalink
drivers updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jul 3, 2024
1 parent 33b6907 commit d5819e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/common/src/orm/drivers/sqlfield.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ operator<<(QDebug debug, const TINYORM_PREPEND_NAMESPACE(Orm::Drivers::SqlField)
}
#endif

/* CUR drivers finish defaultValue():
/* CUR drivers finish defaultValue() silverqx
Ok, was already fixed in:
https://github.com/qt/qtbase/commit/e2e818483fbc6fe04d364378640178ca5f91b2fb
We will need something like this, also the MYSQL_FIELD.def data member was dropped
in MySQL v8.3, what means connector C API doesn't provide this default field value,
also both IS_NULLABLE and COLUMN_DEFAULT must be checked to correctly obtain this
Expand Down

0 comments on commit d5819e2

Please sign in to comment.