mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-30 07:19:34 -06:00
drivers added optional access check
This commit is contained in:
@@ -89,7 +89,7 @@ namespace Orm::Drivers::Support
|
||||
statement like: return cache.put(SqlRecord &). In this case the given SqlRecord
|
||||
must have the same memory address as the current cached SqlRecord.
|
||||
Used with: populateFieldDefaultValues(d->recordCache.get()) */
|
||||
Q_ASSERT(std::addressof(record) == std::addressof(*cache));
|
||||
Q_ASSERT(cache && std::addressof(record) == std::addressof(*cache));
|
||||
|
||||
hasDefaultValues = defaultValues;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user