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

Had some additional contributes #5

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

Conversation

Nick011
Copy link
Owner

@Nick011 Nick011 commented Mar 6, 2014

Want to merge some changes from an additional contributor?

Moe Martinez and others added 13 commits August 9, 2013 14:20
Made changes so that script recreates only certain tables.

made fixes to the create table scripts and added a delete existing
table if it exists.

added type 106/108 adjustment so that they are saved as decimals.

fixed mysql connection timeout issues

added conversion for datetime.datetime types in python for mysql as
well as changing NONE to 0

added close connection for mysql and sql

i think that is everything…didnt think i would be submitting to github
when i started. correct me if I did anything completely bass ackward
import files instead of opening, reading, executing. it's safer and preferred
adjust variables to use new imports
create mysql connection and cursor outside of for-loop. better for performance
moved the where name in back to the constructed variable and change the
else ms_tables to return empty…
a couple of coding errors fixed, made a change to the if/else statement
so that it can pull back all the tables or views if none are defined.

functions : check_table_exists was closing the cursor so removed those
lines

added commas to sqlserver_datatypes that were missing
table names:
you can now specify table names and what you want the new table to be
named

coltype: fixed it so that certain columns ( 60, 104, 106, 108) are cast
as varchar to get around the problem that some of these fields where
longer than what was in the database. I don’t know if this is the
smartest way around it but it worked.
i must have hit undo at some point…fixed
ugh
I’m just not paying attention
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.

1 participant