Skip to content

Commit 21de8c3

Browse files
committed
Fix: Remove assert for the id column
This is actually not required for COPY operation, only for DELETEs. The flex output can create tables without id.
1 parent e340a4c commit 21de8c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/db-copy.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class db_target_descr_t
3737
{
3838
assert(!m_schema.empty());
3939
assert(!m_name.empty());
40-
assert(!m_id.empty());
4140
}
4241

4342
std::string const &schema() const noexcept { return m_schema; }

0 commit comments

Comments
 (0)