Skip to content

Commit 2236993

Browse files
authored
Merge pull request #29 from pjkaufman/peterk/ErrorUpdate
Error Update
2 parents cde68f5 + 570b691 commit 2236993

76 files changed

Lines changed: 5885 additions & 5088 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
# Compiled class file
2-
db_diff_checker_gui2/*.class
2+
dbdiffchecker/*.class
33

44
# build data
5-
build/*
6-
!build/logs/.gitkeep
7-
!build/lib/.gitkeep
5+
build/
86

97
# test data
10-
test/*
11-
!test/logs/.gitkeep
12-
!test/images
13-
!test/db_diff_checker_gui2/.gitkeep
14-
15-
#logs
16-
logs/*
17-
!logs/.gitkeep
8+
test/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Java_DiffChecker is a Java program compares MySQL databases and generates the SQ
1818

1919
1. [Java](https://java.com/en/download/)
2020
2. [Python 2.7](https://www.python.org/downloads/)
21+
3. Some kind of hosting service hosting your MySQL databse such as [WAMP](http://wampserver.aviatechno.net/).
2122

2223
_Note: the python scripts have only been tested in Python 2.7_
2324

@@ -47,7 +48,6 @@ Enter 'debug' when prompted for a routine to run. This will compile all of the c
4748

4849
## Documentation
4950

50-
5151
### How It Works
5252

5353
- [V1.0.0](https://github.com/pjkaufman/Java_DiffChecker/tree/master/pdf/DatabaseDifferenceCheckerReport.pdf)

db_diff_checker_gui2/Column.java

Lines changed: 0 additions & 39 deletions
This file was deleted.

db_diff_checker_gui2/DBCompare1.java

Lines changed: 0 additions & 280 deletions
This file was deleted.

0 commit comments

Comments
 (0)