Skip to content

Document some MS SQL Server connection details#271

Merged
benilovj merged 3 commits intomasterfrom
document-sqlserver-connection-details
Apr 10, 2014
Merged

Document some MS SQL Server connection details#271
benilovj merged 3 commits intomasterfrom
document-sqlserver-connection-details

Conversation

@javornikolov
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check out the Database-specific Information section and also the vendor's...

@benilovj
Copy link
Copy Markdown
Member

This is really good, and I will merge it.

However, I've been thinking about how to improve usability of the connection tables. This documentation will help and is an improvement over what we have now, however I can't help but think that it's a workaround.

Ideally, the table itself would do more validation, kind of like a web form. It'd be great if any exception messages or feedback to the user (in the form of a fixture) could have some examples, or if it could detect what you were trying to do and validate that.

Some examples:

  • if jdbc: was detected, it would try to validate the string as a jdbc string
  • the classpath could be validated, to make sure that the correct jars are there (and suggest what to do if the wrong jars are in the classpath)

benilovj added a commit that referenced this pull request Apr 10, 2014
Document some MS SQL Server connection details
@benilovj benilovj merged commit 8aea509 into master Apr 10, 2014
@benilovj benilovj deleted the document-sqlserver-connection-details branch April 10, 2014 19:22
@benilovj benilovj added the docs label Apr 10, 2014
@benilovj benilovj added this to the 3.0.0 milestone Apr 10, 2014
@javornikolov
Copy link
Copy Markdown
Contributor Author

Ideally, the table itself would do more validation, kind of like a web form. It'd be great if any exception messages or feedback to the user (in the form of a fixture) could have some examples, or if it could detect what you were trying to do and validate that.

Yes, error messages could be more self explaining. Though they're usually already quite related to root cause of the problem.
It's best people to start by copy/pasting & following some working example at first place.

@benilovj
Copy link
Copy Markdown
Member

Yes, error messages could be more self explaining. Though they're usually already quite related to root cause of the problem.

Connection problems are seem to be the number one topic on the support forums (although I haven't analysed this scientifically) and I think is one of the biggest problems when starting out with DbFit. Examples are good to have but not everyone who is having problems may find them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants