dragnilar / Databvase

A (sorta) lightweight query tool for MS Sql Server that makes usage of DevExpress to provide a rich user interface
3 stars 1 forks source link

Get rid of references to "ConnectionString" where it is misleading #29

Closed dragnilar closed 6 years ago

dragnilar commented 6 years ago

27a8f71d - All references to "ConnectionString" have been renamed appropriately (simply either Connection or SavedConnection). This is to better emphasize that these are being used for Databvase's "SavedConnection" objects, which are not the same thing as a SQL Connection String. There is still one reference left, but that is for the query builder, which DOES use Connection Strings.

Note that this change also requires that if you have any previous connections saved in your config file to be renamed to the settings group Saved Connections. If you do not rename it, the next time you open the program, your saved connections will not show up and you will need to reinput them. Since the program is still in "alpha", we will NOT be adding any processes to automatically convert the setting to the new category.