We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d53d656 + 5360356 commit 7e17356Copy full SHA for 7e17356
src/flex-table.cpp
@@ -173,7 +173,7 @@ void table_connection_t::start(bool append)
173
174
if (!append) {
175
m_db_connection->exec(table().build_sql_create_table(
176
- table().has_geom_column() ? flex_table_t::table_type::interim
+ table().cluster_by_geom() ? flex_table_t::table_type::interim
177
: flex_table_t::table_type::permanent,
178
table().full_name()));
179
0 commit comments