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

4 test other database #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

jethrodelrosario
Copy link

Both MySQL and SQLite database types working with project.

MSSql attempted to run with project, but had bugs attempted to be troubleshooted. Namely, the database update does not work due to problems with tables with multiple foreign keys. Will need to be looked at further.

Copy link
Collaborator

@ZedTT ZedTT left a comment

Choose a reason for hiding this comment

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

should that zip file be in master? Seems unlikely.

Also, we are removing 2000 lines worth of files here, but I assume that was because when they were originally added, it was in error.

Comment on lines +85 to +87
// string connStr = $"Data Source={host},{port};Integrated Security=False;";
// connStr += $"User ID={username};Password={password};Database={db};";
// connStr += $"Connect Timeout=30;Encrypt=False;TrustServerCertificate=True;ApplicationIntent=ReadWrite;MultiSubnetFailover=False";
Copy link
Collaborator

Choose a reason for hiding this comment

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

is there a good reason for us to have this commented out code in master, or can we remove it?

Should at least add a comment explaining what it is and why it is commented out

@ZedTT ZedTT assigned ZedTT and jethrodelrosario and unassigned ZedTT Dec 11, 2020
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.

3 participants