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.
1 parent 8714b14 commit 22dbf08Copy full SHA for 22dbf08
1 file changed
src/middle-pgsql.cpp
@@ -86,7 +86,7 @@ middle_pgsql_t::table_desc::table_desc(options_t const &options,
86
{
87
m_copy_target->name = build_sql(options, ts.name);
88
m_copy_target->schema = options.middle_dbschema;
89
- m_copy_target->id = "id"; // XXX hardcoded column name
+ m_copy_target->id = "id";
90
91
if (options.with_forward_dependencies) {
92
m_prepare_fw_dep_lookups =
0 commit comments