Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated MS Windows builds #101

Merged
merged 9 commits into from
Nov 7, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix failing SQL Server test
  • Loading branch information
mlt committed Oct 21, 2019
commit eb3734fab02d0f88e18bcfe64401419755e35696
1 change: 1 addition & 0 deletions odbc_fdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -2040,6 +2040,7 @@ odbcImportForeignSchema(ImportForeignSchemaStmt *stmt, Oid serverOid)
* in that case we must avoid using an schema to query the table columns.
*/
schema_name = NULL;
missing_foreign_schema = false;
}

/* Since we haven't specified SQL_ALL_CATALOGS in the
Expand Down