Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Commit

Permalink
addition to importer properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrillin committed Mar 8, 2018
1 parent 57a2ac9 commit 52972e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ngapp/src/app/dataservices/shared/vdb.service.ts
Expand Up @@ -314,6 +314,7 @@ export class VdbService extends ApiService {
props.push(new NameValue("importer.TableTypes", "TABLE"));
props.push(new NameValue("importer.UseQualifiedName", "true"));
props.push(new NameValue("importer.UseCatalogName", "false"));
props.push(new NameValue("importer.UseFullSchemaName", "false"));
vdbModel.setProperties(props);

// VdbModelSource to create
Expand Down

0 comments on commit 52972e7

Please sign in to comment.