Update fetchPostgreSQLTableStructure.cpp

This commit is contained in:
Kseniia Sumarokova 2021-06-21 17:26:14 +03:00 committed by GitHub
parent 0f9fc33a4e
commit 77a3a1416d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,7 +157,7 @@ std::shared_ptr<NamesAndTypesList> fetchPostgreSQLTableStructure(
tx.commit(); tx.commit();
} }
for (auto & i : recheck_arrays_indexes) for (const auto & i : recheck_arrays_indexes)
{ {
const auto & name_and_type = columns[i]; const auto & name_and_type = columns[i];