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

Extended ServiceStack with all 6 tests against MySql, PostgreSql, and Sql Server using ORMLite #383

Merged
merged 1 commit into from
Jul 18, 2013

Conversation

KevinHoward
Copy link
Contributor

Extended the ServiceStack framework test scenarios to perform all test scenarios using MySql, PostgreSql, and Sql Server with ORMLite

  1. Fixed an issue with the MySql tests where a new connection was created on each call instead of opening one from the connection pool.
  2. Added services to test all six scenarios against MySql, PostgreSql, and Sql Server.
  3. Disabled features that are not needed based on the test scenario specifications such as SOAP and CSV output formats.
  4. Updated all third-party libraries to their current stable version.
  5. Added some support scripts to Create and Populate the World and Fortune table if they do not exist when the application is started (for local development).
  6. Added Swagger-UI feature for developers to explorer and test included services (for local development).

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…t scenarios using MySql, PostgreSql, and Sql Server with ORMLite

1. Fixed an issue with the MySql tests where a new connection was
created on each call instead of opening one from the connection pool.
2. Added services to test all six scenarios against MySql, PostgreSql,
and Sql Server.
3. Added some support scripts to Create and Populate the World and
Fortune table if they do not exist when the application is started (for
local development).
4. Added Swagger-UI feature for developers to explorer and test included
services.
5. Disabled features that are not needed based on the test scenario
specifications such as SOAP and CSV output formats.
6. Updated all third-arty libraries to their current stable version.
michaelhixson added a commit that referenced this pull request Jul 18, 2013
Extended ServiceStack with all 6 tests against MySql, PostgreSql, and Sql Server using ORMLite
@michaelhixson michaelhixson merged commit 2031574 into TechEmpower:master Jul 18, 2013
@michaelhixson
Copy link
Contributor

Nice! Thanks, @KevinHoward.

michaelhixson added a commit that referenced this pull request Oct 12, 2013
Extended ServiceStack with all 6 tests against MySql, PostgreSql, and Sql Server using ORMLite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants