mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-04-28 20:50:23 -05:00
added comment
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user