This is a migrated thread and some comments may be shown as answers.

After generation SQL scripts my .config is updated by TDA

1 Answer 25 Views
Data Access Free Edition
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Constantine
Top achievements
Rank 1
Constantine asked on 14 Oct 2014, 07:12 AM
Hello.

In our team we use Git and we must use different connection strings, logs settings, app settings, etc. So we've got 'App.config' with connection strings part looks like ' <connectionStrings configSource="App.Connection.config" />'. And everyone has own 'App.Connection.config', which is ignored by Git and doesn't affect on production, test or other developers environments. But after we update database by TDA it's overwrite 'App.config' connections strings part to '<connectionStrings configSource="App.Connection.config"><add name="Connection" connectionString="[realconnectionstring]" providerName="Oracle.DataAccess.Client" /></connectionStrings>' and we get broken production, test and developers environments. How to disable TDA config modification?


1 Answer, 1 is accepted

Sort by
0
Kaloyan Nikolov
Telerik team
answered on 14 Oct 2014, 07:34 AM
Hello Constantine,

Unfortunately Telerik Data Access doesn't support this scenario yet. Please find a similar request in our Feedback portal and feel free to vote for it. We base our development effort based on the popularity of the requests, so the more votes it collects the higher priority in our backlog. 

We are sorry for the inconvenience. 


Regards,
Kaloyan Nikolov
Telerik
 
OpenAccess ORM is now Telerik Data Access. For more information on the new names, please, check out the Telerik Product Map.
 
Tags
Data Access Free Edition
Asked by
Constantine
Top achievements
Rank 1
Answers by
Kaloyan Nikolov
Telerik team
Share this question
or