16 Commits (master)

Author SHA1 Message Date
WhatTheServer 0a4547b12c
pep fixes
love this script works great. this is to adjust to remove redundant parentheses and other minor pep fixes figured I'd share as courtesy.
4 years ago
Charlie Duso 2a837115c2 Cleaned the README and fixed an uneven text container 8 years ago
913da526c7 Fixed filter in getColumnNames() that would allow certain ID columns through and cause merge conflicts. 8 years ago
Charles 1d31197390 Fixed string error 8 years ago
Charles a97894c6c8 Add try statement to fix merge errors, stil testing. 8 years ago
Charlie Duso d226faddbf Added loop to merge databases. Need to do a few more tests, but should be finalized. 8 years ago
Charlie Duso 12e4860335 Added a number of changes:
-Changed how databases are input into the script
	-Added loop to compare databases
		-Script will terminate if databases are lacking
                 the same tables as the main database
	-Added check to see if user added databases and will terminate if not
	-Added loop to attach databases so the user does not have to
8 years ago
Charlie Duso 1cc9621e61 Completed listToString function. Fixed global scope issues. Added database list. 8 years ago
Charlie Duso fbd38b30b3 Added function to convert a list to a string object (in progress). Added timers and messages to script. Modified some variables for global use. 8 years ago
Charlie Duso f1ec8ded5d Added two test databases for user to try the merge before tampering with their files. 8 years ago
Charlie Duso 3535dc1b02 Added function to merge tables 8 years ago
Charlie Duso 47253c0b80 Added helper function for column, or table comparison when merging. 8 years ago
Charlie Duso 98c1ca40ac More modifications towards how column names and table names are pulled from a database.
-Column names and table names are now returned with a string list of each respective name
8 years ago
Charlie Duso 143c503582 Modifying how column names are pulled. 8 years ago
Charlie Duso 618fe70cc4 Date Change 8 years ago
Charlie Duso 53ce3437f2 Add existing file 8 years ago