added comment

This commit is contained in:
silverqx
2024-01-08 13:58:49 +01:00
parent 6ea68e2366
commit 297ac34570
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -114,6 +114,7 @@ namespace Orm::Constants
SHAREDLIB_EXPORT extern const QString verify_ca;
SHAREDLIB_EXPORT extern const QString verify_full;
// Others
SHAREDLIB_EXPORT extern const QString isolation_level;
SHAREDLIB_EXPORT extern const QString foreign_key_constraints;
SHAREDLIB_EXPORT extern const QString check_database_exists;
+1
View File
@@ -113,6 +113,7 @@ namespace Orm::Constants
inline const QString verify_ca = QStringLiteral("verify-ca");
inline const QString verify_full = QStringLiteral("verify-full");
// Others
inline const QString
isolation_level = QStringLiteral("isolation_level");
inline const QString