renamed fetch types to be pascal case
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
private:
|
||||
template<class Type>
|
||||
void on_foreign_key(const utils::fetch_type fetch) {
|
||||
if (fetch == utils::fetch_type::LAZY) {
|
||||
if (fetch == utils::fetch_type::Lazy) {
|
||||
++column_index_;
|
||||
} else {
|
||||
const Type obj;
|
||||
|
||||
Reference in New Issue
Block a user