[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-schemafuzz] 04/05: found the data types
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-schemafuzz] 04/05: found the data types |
Date: |
Wed, 25 Apr 2018 16:10:25 +0200 |
This is an automated email from the git hooks/post-receive script.
erwan-ulrich pushed a commit to branch master
in repository schemafuzz.
commit 524ceae3cc8bfbad4514dc8708557108356a9e64
Author: Feideus <address@hidden>
AuthorDate: Thu Apr 5 18:04:47 2018 +0200
found the data types
---
.classpath | 38 ++++++++
.project | 23 +++++
.settings/org.eclipse.core.resources.prefs | 6 ++
.settings/org.eclipse.jdt.core.prefs | 5 ++
.settings/org.eclipse.m2e.core.prefs | 4 +
sample_database/result_from_exec/columns.html | 96 ++++++++++-----------
sample_database/result_from_exec/index.html | 2 +-
.../org/schemaspy/service/DatabaseService.java | 18 +++-
.../Config$MissingRequiredParameterException.class | Bin 0 -> 1525 bytes
target/classes/org/schemaspy/Config.class | Bin 0 -> 33320 bytes
target/classes/org/schemaspy/DbAnalyzer.class | Bin 0 -> 13425 bytes
target/classes/org/schemaspy/DbDriverLoader.class | Bin 0 -> 6780 bytes
target/classes/org/schemaspy/Main.class | Bin 0 -> 4074 bytes
target/classes/org/schemaspy/Revision.class | Bin 0 -> 2135 bytes
target/classes/org/schemaspy/SchemaAnalyzer.class | Bin 0 -> 17928 bytes
.../org/schemaspy/SchemaSpyConfiguration.class | Bin 0 -> 3688 bytes
.../schemaspy/TableOrderer$1TrimComparator.class | Bin 0 -> 1174 bytes
target/classes/org/schemaspy/TableOrderer.class | Bin 0 -> 5206 bytes
.../org/schemaspy/WiringConfiguration.class | Bin 0 -> 2347 bytes
.../schemaspy/cli/CommandLineArgumentParser.class | Bin 0 -> 5646 bytes
.../org/schemaspy/cli/CommandLineArguments.class | Bin 0 -> 2977 bytes
.../org/schemaspy/cli/ConfigFileArgument.class | Bin 0 -> 932 bytes
.../schemaspy/cli/ConfigFileArgumentParser.class | Bin 0 -> 980 bytes
.../cli/PropertyFileDefaultProvider.class | Bin 0 -> 3568 bytes
.../cli/PropertyFileDefaultProviderFactory.class | Bin 0 -> 1266 bytes
.../org/schemaspy/db/config/PropertiesFinder.class | Bin 0 -> 4011 bytes
.../schemaspy/db/config/PropertiesResolver.class | Bin 0 -> 4036 bytes
.../org/schemaspy/db/config/ResolutionInfo.class | Bin 0 -> 1436 bytes
.../org/schemaspy/db/config/ResourceFinder.class | Bin 0 -> 234 bytes
.../db/config/ResourceNotFoundException.class | Bin 0 -> 422 bytes
.../db/exceptions/RuntimeIOException.class | Bin 0 -> 473 bytes
...ogLevelConditionalThrowableProxyConverter.class | Bin 0 -> 2307 bytes
target/classes/org/schemaspy/model/Catalog.class | Bin 0 -> 1892 bytes
.../org/schemaspy/model/ConnectionFailure.class | Bin 0 -> 973 bytes
.../schemaspy/model/ConsoleProgressListener.class | Bin 0 -> 4670 bytes
.../classes/org/schemaspy/model/Database$1.class | Bin 0 -> 958 bytes
.../org/schemaspy/model/Database$CombinedMap.class | Bin 0 -> 4076 bytes
target/classes/org/schemaspy/model/Database.class | Bin 0 -> 10607 bytes
.../org/schemaspy/model/DatabaseObject.class | Bin 0 -> 2749 bytes
.../org/schemaspy/model/EmptySchemaException.class | Bin 0 -> 403 bytes
.../classes/org/schemaspy/model/ForeignKey.class | Bin 0 -> 2685 bytes
.../org/schemaspy/model/ForeignKeyConstraint.class | Bin 0 -> 6837 bytes
.../model/ImpliedForeignKeyConstraint.class | Bin 0 -> 1533 bytes
.../model/InvalidConfigurationException.class | Bin 0 -> 1382 bytes
.../org/schemaspy/model/LogicalRemoteTable.class | Bin 0 -> 794 bytes
.../classes/org/schemaspy/model/LogicalTable.class | Bin 0 -> 718 bytes
.../model/ProcessExecutionException.class | Bin 0 -> 997 bytes
.../org/schemaspy/model/ProgressListener.class | Bin 0 -> 905 bytes
.../model/RailsForeignKeyConstraint.class | Bin 0 -> 719 bytes
.../classes/org/schemaspy/model/RemoteTable.class | Bin 0 -> 849 bytes
target/classes/org/schemaspy/model/Routine.class | Bin 0 -> 3187 bytes
.../org/schemaspy/model/RoutineParameter.class | Bin 0 -> 766 bytes
target/classes/org/schemaspy/model/Schema.class | Bin 0 -> 1895 bytes
.../model/Table$ByColumnIdComparator.class | Bin 0 -> 1329 bytes
target/classes/org/schemaspy/model/Table.class | Bin 0 -> 14422 bytes
.../org/schemaspy/model/TableColumn$1.class | Bin 0 -> 221 bytes
.../model/TableColumn$ColumnComparator.class | Bin 0 -> 1561 bytes
.../classes/org/schemaspy/model/TableColumn.class | Bin 0 -> 9849 bytes
.../classes/org/schemaspy/model/TableComment.class | Bin 0 -> 927 bytes
.../classes/org/schemaspy/model/TableIndex.class | Bin 0 -> 5363 bytes
target/classes/org/schemaspy/model/View.class | Bin 0 -> 1283 bytes
.../org/schemaspy/model/xml/ForeignKeyMeta.class | Bin 0 -> 2622 bytes
.../org/schemaspy/model/xml/SchemaMeta.class | Bin 0 -> 6319 bytes
.../org/schemaspy/model/xml/TableColumnMeta.class | Bin 0 -> 5939 bytes
.../org/schemaspy/model/xml/TableMeta.class | Bin 0 -> 3288 bytes
.../org/schemaspy/output/OutputException.class | Bin 0 -> 450 bytes
.../org/schemaspy/output/OutputProducer.class | Bin 0 -> 262 bytes
.../org/schemaspy/output/xml/XmlProducer.class | Bin 0 -> 171 bytes
.../output/xml/XmlProducerException.class | Bin 0 -> 483 bytes
.../org/schemaspy/output/xml/dom/DOMUtil.class | Bin 0 -> 1002 bytes
.../output/xml/dom/XmlProducerUsingDOM.class | Bin 0 -> 4284 bytes
.../output/xml/dom/XmlTableFormatter.class | Bin 0 -> 8531 bytes
.../service/ColumnInitializationFailure.class | Bin 0 -> 1172 bytes
.../org/schemaspy/service/DatabaseService$1.class | Bin 0 -> 237 bytes
.../service/DatabaseService$TableCreator.class | Bin 0 -> 3193 bytes
.../DatabaseService$ThreadedTableCreator$1.class | Bin 0 -> 2038 bytes
.../DatabaseService$ThreadedTableCreator.class | Bin 0 -> 2829 bytes
.../org/schemaspy/service/DatabaseService.class | Bin 0 -> 27169 bytes
.../schemaspy/service/InconsistencyException.class | Bin 0 -> 409 bytes
.../classes/org/schemaspy/service/SqlService.class | Bin 0 -> 4012 bytes
.../org/schemaspy/service/TableService$1.class | Bin 0 -> 1087 bytes
.../org/schemaspy/service/TableService.class | Bin 0 -> 26205 bytes
.../org/schemaspy/service/ViewService.class | Bin 0 -> 4434 bytes
.../schemaspy/service/helper/BasicTableMeta.class | Bin 0 -> 1475 bytes
.../org/schemaspy/util/CaseInsensitiveMap.class | Bin 0 -> 2345 bytes
.../org/schemaspy/util/ConnectionURLBuilder.class | Bin 0 -> 4985 bytes
.../org/schemaspy/util/ConsolePasswordReader.class | Bin 0 -> 1653 bytes
.../org/schemaspy/util/DbSpecificConfig.class | Bin 0 -> 3090 bytes
.../org/schemaspy/util/DbSpecificOption.class | Bin 0 -> 1569 bytes
.../classes/org/schemaspy/util/DiagramUtil.class | Bin 0 -> 4361 bytes
.../org/schemaspy/util/Dot$DotFailure.class | Bin 0 -> 614 bytes
.../schemaspy/util/Dot$ProcessOutputReader.class | Bin 0 -> 2217 bytes
target/classes/org/schemaspy/util/Dot.class | Bin 0 -> 9502 bytes
.../org/schemaspy/util/GraphvizVersion.class | Bin 0 -> 2321 bytes
.../classes/org/schemaspy/util/HtmlEncoder.class | Bin 0 -> 1391 bytes
target/classes/org/schemaspy/util/Inflection.class | Bin 0 -> 5153 bytes
target/classes/org/schemaspy/util/LineWriter.class | Bin 0 -> 1989 bytes
target/classes/org/schemaspy/util/Markdown.class | Bin 0 -> 3148 bytes
.../schemaspy/util/PasswordReader$IOError.class | Bin 0 -> 678 bytes
.../org/schemaspy/util/PasswordReader$Masker.class | Bin 0 -> 1434 bytes
.../org/schemaspy/util/PasswordReader.class | Bin 0 -> 2450 bytes
.../org/schemaspy/util/ResourceFinder.class | Bin 0 -> 2497 bytes
.../schemaspy/util/ResourceNotFoundException.class | Bin 0 -> 417 bytes
.../org/schemaspy/util/ResourceWriter.class | Bin 0 -> 3915 bytes
.../org/schemaspy/util/ResultSetDumper.class | Bin 0 -> 1939 bytes
.../org/schemaspy/validator/NameValidator.class | Bin 0 -> 2222 bytes
.../org/schemaspy/view/DefaultSqlFormatter.class | Bin 0 -> 11039 bytes
.../classes/org/schemaspy/view/DotConnector.class | Bin 0 -> 4135 bytes
.../org/schemaspy/view/DotConnectorFinder.class | Bin 0 -> 3495 bytes
.../classes/org/schemaspy/view/DotFormatter.class | Bin 0 -> 14063 bytes
.../org/schemaspy/view/DotNode$DotNodeConfig.class | Bin 0 -> 1186 bytes
target/classes/org/schemaspy/view/DotNode.class | Bin 0 -> 9340 bytes
.../org/schemaspy/view/HtmlAnomaliesPage.class | Bin 0 -> 1923 bytes
.../org/schemaspy/view/HtmlColumnsPage$1.class | Bin 0 -> 231 bytes
.../org/schemaspy/view/HtmlColumnsPage$10.class | Bin 0 -> 232 bytes
.../org/schemaspy/view/HtmlColumnsPage$11.class | Bin 0 -> 232 bytes
.../org/schemaspy/view/HtmlColumnsPage$2.class | Bin 0 -> 231 bytes
.../org/schemaspy/view/HtmlColumnsPage$3.class | Bin 0 -> 231 bytes
.../org/schemaspy/view/HtmlColumnsPage$4.class | Bin 0 -> 231 bytes
.../org/schemaspy/view/HtmlColumnsPage$5.class | Bin 0 -> 231 bytes
.../org/schemaspy/view/HtmlColumnsPage$6.class | Bin 0 -> 231 bytes
.../org/schemaspy/view/HtmlColumnsPage$7.class | Bin 0 -> 231 bytes
.../org/schemaspy/view/HtmlColumnsPage$8.class | Bin 0 -> 231 bytes
.../org/schemaspy/view/HtmlColumnsPage$9.class | Bin 0 -> 231 bytes
.../HtmlColumnsPage$ByAutoUpdateComparator.class | Bin 0 -> 1940 bytes
.../HtmlColumnsPage$ByChildrenComparator.class | Bin 0 -> 2964 bytes
.../view/HtmlColumnsPage$ByColumnComparator.class | Bin 0 -> 1756 bytes
.../HtmlColumnsPage$ByCommentsComparator.class | Bin 0 -> 2138 bytes
.../HtmlColumnsPage$ByDefaultValueComparator.class | Bin 0 -> 2182 bytes
.../HtmlColumnsPage$ByNullableComparator.class | Bin 0 -> 1931 bytes
.../view/HtmlColumnsPage$ByParentsComparator.class | Bin 0 -> 3195 bytes
.../view/HtmlColumnsPage$BySizeComparator.class | Bin 0 -> 1947 bytes
.../view/HtmlColumnsPage$ByTableComparator.class | Bin 0 -> 1753 bytes
.../view/HtmlColumnsPage$ByTypeComparator.class | Bin 0 -> 1989 bytes
.../view/HtmlColumnsPage$ColumnInfo.class | Bin 0 -> 2164 bytes
.../org/schemaspy/view/HtmlColumnsPage.class | Bin 0 -> 8143 bytes
.../org/schemaspy/view/HtmlComponentPage.class | Bin 0 -> 2313 bytes
.../org/schemaspy/view/HtmlConstraintsPage.class | Bin 0 -> 2189 bytes
.../org/schemaspy/view/HtmlDiagramFormatter.class | Bin 0 -> 1972 bytes
.../classes/org/schemaspy/view/HtmlFormatter.class | Bin 0 -> 2278 bytes
.../org/schemaspy/view/HtmlMainIndexPage$1.class | Bin 0 -> 1174 bytes
.../org/schemaspy/view/HtmlMainIndexPage.class | Bin 0 -> 4568 bytes
.../view/HtmlMultipleSchemasIndexPage.class | Bin 0 -> 2994 bytes
.../org/schemaspy/view/HtmlOrphansPage$1.class | Bin 0 -> 1499 bytes
.../org/schemaspy/view/HtmlOrphansPage.class | Bin 0 -> 5142 bytes
.../org/schemaspy/view/HtmlRelationshipsPage.class | Bin 0 -> 5514 bytes
.../org/schemaspy/view/HtmlRoutinePage.class | Bin 0 -> 2211 bytes
.../org/schemaspy/view/HtmlRoutinesPage.class | Bin 0 -> 2619 bytes
.../org/schemaspy/view/HtmlTableDiagrammer.class | Bin 0 -> 3206 bytes
.../classes/org/schemaspy/view/HtmlTablePage.class | Bin 0 -> 10149 bytes
.../org/schemaspy/view/MustacheCatalog.class | Bin 0 -> 1071 bytes
.../org/schemaspy/view/MustacheSchema.class | Bin 0 -> 1064 bytes
.../classes/org/schemaspy/view/MustacheTable.class | Bin 0 -> 1152 bytes
.../org/schemaspy/view/MustacheTableColumn.class | Bin 0 -> 4922 bytes
.../view/MustacheTableColumnRelatives.class | Bin 0 -> 1766 bytes
.../org/schemaspy/view/MustacheTableDiagram.class | Bin 0 -> 1789 bytes
.../org/schemaspy/view/MustacheTableIndex.class | Bin 0 -> 1199 bytes
.../view/MustacheWriter$ParseException.class | Bin 0 -> 643 bytes
.../org/schemaspy/view/MustacheWriter.class | Bin 0 -> 4773 bytes
.../classes/org/schemaspy/view/SqlFormatter.class | Bin 0 -> 428 bytes
.../StyleSheet$MissingCssPropertyException.class | Bin 0 -> 937 bytes
.../schemaspy/view/StyleSheet$ParseException.class | Bin 0 -> 735 bytes
target/classes/org/schemaspy/view/StyleSheet.class | Bin 0 -> 6916 bytes
.../classes/org/schemaspy/view/TextFormatter.class | Bin 0 -> 1497 bytes
target/classes/org/schemaspy/view/WriteStats.class | Bin 0 -> 2077 bytes
target/test-classes/org/dummy/DummyDriver.class | Bin 0 -> 1442 bytes
.../org/dummy/DummyDriverUnsatisfiedConnect.class | Bin 0 -> 1622 bytes
.../org/dummy/DummyDriverUnsatisfiedCtor.class | Bin 0 -> 1618 bytes
target/test-classes/org/schemaspy/ConfigTest.class | Bin 0 -> 3842 bytes
.../org/schemaspy/DbAnalyzerTest.class | Bin 0 -> 7691 bytes
.../org/schemaspy/DbDriverLoaderTest.class | Bin 0 -> 5565 bytes
.../test-classes/org/schemaspy/RevisionTest.class | Bin 0 -> 867 bytes
.../org/schemaspy/TableOrdererTest.class | Bin 0 -> 5114 bytes
.../cli/CommandLineArgumentParserTest.class | Bin 0 -> 5139 bytes
.../cli/ConfigFileArgumentParserTest.class | Bin 0 -> 1195 bytes
.../cli/PropertyFileDefaultProviderTest.class | Bin 0 -> 2928 bytes
.../schemaspy/db/config/PropertiesFinderTest.class | Bin 0 -> 2527 bytes
.../db/config/PropertiesResolverTest.class | Bin 0 -> 4545 bytes
.../schemaspy/integrationtesting/H2KeywordIT.class | Bin 0 -> 4664 bytes
.../schemaspy/integrationtesting/H2SpacesIT.class | Bin 0 -> 4669 bytes
.../schemaspy/integrationtesting/H2ViewIT.class | Bin 0 -> 4557 bytes
.../integrationtesting/OracleSpacesIT.class | Bin 0 -> 4533 bytes
.../integrationtesting/SchemaMetaIT.class | Bin 0 -> 10314 bytes
...eLoggingIT$StackTraceLoggingConfiguration.class | Bin 0 -> 1305 bytes
.../integrationtesting/StackTraceLoggingIT.class | Bin 0 -> 3915 bytes
.../org/schemaspy/model/CatalogTest.class | Bin 0 -> 815 bytes
...lidConfigurationExceptionTest$SimpleClass.class | Bin 0 -> 1507 bytes
.../model/InvalidConfigurationExceptionTest.class | Bin 0 -> 2463 bytes
.../org/schemaspy/model/RoutineTest.class | Bin 0 -> 1588 bytes
.../org/schemaspy/model/SchemaTest.class | Bin 0 -> 811 bytes
.../org/schemaspy/model/TableColumnMetaTest.class | Bin 0 -> 3407 bytes
.../org/schemaspy/model/TableFullNameTest.class | Bin 0 -> 2153 bytes
.../org/schemaspy/model/TableIndexTest.class | Bin 0 -> 2621 bytes
.../org/schemaspy/model/xml/SchemaMetaTest.class | Bin 0 -> 2153 bytes
.../output/xml/dom/XmlTableFormatterTest.class | Bin 0 -> 4539 bytes
.../org/schemaspy/service/DatabaseServiceIT.class | Bin 0 -> 4042 bytes
.../org/schemaspy/service/TableServiceTest.class | Bin 0 -> 3175 bytes
.../schemaspy/testcontainer/InformixIndexIT.class | Bin 0 -> 6349 bytes
.../testcontainer/InformixIndexXMLIT.class | Bin 0 -> 5034 bytes
.../schemaspy/testcontainer/MSSQLServerIT.class | Bin 0 -> 5957 bytes
.../org/schemaspy/testcontainer/MysqlHTMLIT.class | Bin 0 -> 4562 bytes
.../testcontainer/MysqlKeyWordTableIT.class | Bin 0 -> 4358 bytes
.../schemaspy/testcontainer/MysqlRoutinesIT.class | Bin 0 -> 5258 bytes
.../schemaspy/testcontainer/MysqlSpacesIT.class | Bin 0 -> 5419 bytes
.../testcontainer/MysqlSpacesNoDotsIT.class | Bin 0 -> 5418 bytes
.../org/schemaspy/testcontainer/MysqlXMLIT.class | Bin 0 -> 5016 bytes
.../org/schemaspy/testcontainer/OracleIT.class | Bin 0 -> 6156 bytes
.../testing/AssumeClassIsPresentRule.class | Bin 0 -> 1317 bytes
.../org/schemaspy/testing/H2MemoryRule.class | Bin 0 -> 3114 bytes
.../org/schemaspy/testing/IgnoreUsingXPath.class | Bin 0 -> 1229 bytes
.../org/schemaspy/testing/Logger.class | Bin 0 -> 537 bytes
.../org/schemaspy/testing/LoggingRule$1.class | Bin 0 -> 1121 bytes
.../org/schemaspy/testing/LoggingRule.class | Bin 0 -> 3476 bytes
.../schemaspy/util/CaseInsensitiveMapTest.class | Bin 0 -> 2939 bytes
.../schemaspy/util/ConnectionURLBuilderTest.class | Bin 0 -> 2723 bytes
.../org/schemaspy/util/DbSpecificOptionTest.class | Bin 0 -> 903 bytes
.../test-classes/org/schemaspy/util/DotTest.class | Bin 0 -> 2825 bytes
.../org/schemaspy/util/GraphvizVersionTest.class | Bin 0 -> 2683 bytes
.../org/schemaspy/util/InflectionTest.class | Bin 0 -> 1348 bytes
.../org/schemaspy/util/RailsNamingTest.class | Bin 0 -> 1079 bytes
.../org/schemaspy/util/ResourceFinderTest.class | Bin 0 -> 4652 bytes
.../org/schemaspy/validator/NameValidatorIT.class | Bin 0 -> 1564 bytes
.../schemaspy/validator/NameValidatorTest.class | Bin 0 -> 1853 bytes
.../org/schemaspy/view/HtmlFormatterTest.class | Bin 0 -> 1030 bytes
.../org/schemaspy/view/MustacheWriterTest.class | Bin 0 -> 3025 bytes
.../containers/InformixContainer.class | Bin 0 -> 5148 bytes
226 files changed, 141 insertions(+), 51 deletions(-)
diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..002ad57
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" output="target/classes" path="src/main/java">
+ <attributes>
+ <attribute name="optional" value="true"/>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry excluding="**" kind="src" output="target/classes"
path="src/main/resources">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="src" output="target/test-classes"
path="src/test/java">
+ <attributes>
+ <attribute name="optional" value="true"/>
+ <attribute name="maven.pomderived" value="true"/>
+ <attribute name="test" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry excluding="**" kind="src" output="target/test-classes"
path="src/test/resources">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ <attribute name="test" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="con"
path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+ <attributes>
+ <attribute name="maven.pomderived" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>
diff --git a/.project b/.project
new file mode 100644
index 0000000..1df1f98
--- /dev/null
+++ b/.project
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>schemaspy</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.m2e.core.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.m2e.core.maven2Nature</nature>
+ </natures>
+</projectDescription>
diff --git a/.settings/org.eclipse.core.resources.prefs
b/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000..29abf99
--- /dev/null
+++ b/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,6 @@
+eclipse.preferences.version=1
+encoding//src/main/java=UTF-8
+encoding//src/main/resources=UTF-8
+encoding//src/test/java=UTF-8
+encoding//src/test/resources=UTF-8
+encoding/<project>=UTF-8
diff --git a/.settings/org.eclipse.jdt.core.prefs
b/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..714351a
--- /dev/null
+++ b/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,5 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
+org.eclipse.jdt.core.compiler.compliance=1.8
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
+org.eclipse.jdt.core.compiler.source=1.8
diff --git a/.settings/org.eclipse.m2e.core.prefs
b/.settings/org.eclipse.m2e.core.prefs
new file mode 100644
index 0000000..f897a7f
--- /dev/null
+++ b/.settings/org.eclipse.m2e.core.prefs
@@ -0,0 +1,4 @@
+activeProfiles=
+eclipse.preferences.version=1
+resolveWorkspaceProjects=true
+version=1
diff --git a/sample_database/result_from_exec/columns.html
b/sample_database/result_from_exec/columns.html
index 6b272f2..8a05e2a 100644
--- a/sample_database/result_from_exec/columns.html
+++ b/sample_database/result_from_exec/columns.html
@@ -107,7 +107,7 @@
</thead>
<tbody>
<tr>
- <td>regions</td>
+ <td>departments</td>
<td>Table</td>
<td class='indexedColumn'
title='Indexed'><i class='fa fa-sitemap fa-rotate-120' style='padding-right:
5px;'></i>name</td>
<td>text</td>
@@ -118,43 +118,54 @@
<td></td>
</tr>
<tr>
- <td>departments</td>
+ <td>regions</td>
<td>Table</td>
- <td class='indexedColumn'
title='Indexed'><i class='fa fa-sitemap fa-rotate-120' style='padding-right:
5px;'></i>code</td>
+ <td>capital</td>
<td>varchar</td>
- <td>4</td>
+ <td>10</td>
<td title=''></td>
<td title=''></td>
<td>null</td>
<td></td>
</tr>
<tr>
- <td>regions</td>
+ <td>departments</td>
<td>Table</td>
<td class='indexedColumn'
title='Indexed'><i class='fa fa-sitemap fa-rotate-120' style='padding-right:
5px;'></i>id</td>
<td>serial</td>
<td>10</td>
<td title=''></td>
<td title='Automatically updated by
the database'>√</td>
-
<td>nextval('regions_id_seq'::regclass)</td>
+
<td>nextval('departments_id_seq'::regclass)</td>
<td></td>
</tr>
<tr>
<td>towns</td>
<td>Table</td>
- <td>article</td>
- <td>text</td>
- <td>2147483647</td>
- <td title='nullable'>√</td>
+ <td class='indexedColumn'
title='Indexed'><i class='fa fa-sitemap fa-rotate-120' style='padding-right:
5px;'></i>id</td>
+ <td>serial</td>
+ <td>10</td>
<td title=''></td>
- <td>null</td>
+ <td title='Automatically updated by
the database'>√</td>
+
<td>nextval('towns_id_seq'::regclass)</td>
<td></td>
</tr>
<tr>
- <td>test</td>
+ <td>departments</td>
<td>Table</td>
- <td>nom</td>
+ <td class='foreignKey' title='Foreign
Key'><i class='icon ion-key iconkey' style='padding-left: 5px;'></i>region</td>
<td>varchar</td>
+ <td>4</td>
+ <td title=''></td>
+ <td title=''></td>
+ <td>null</td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>towns</td>
+ <td>Table</td>
+ <td>article</td>
+ <td>text</td>
<td>2147483647</td>
<td title='nullable'>√</td>
<td title=''></td>
@@ -162,31 +173,31 @@
<td></td>
</tr>
<tr>
- <td>towns</td>
+ <td>regions</td>
<td>Table</td>
<td class='indexedColumn'
title='Indexed'><i class='fa fa-sitemap fa-rotate-120' style='padding-right:
5px;'></i>code</td>
<td>varchar</td>
- <td>10</td>
+ <td>4</td>
<td title=''></td>
<td title=''></td>
<td>null</td>
<td></td>
</tr>
<tr>
- <td>departments</td>
+ <td>test</td>
<td>Table</td>
- <td class='indexedColumn'
title='Indexed'><i class='fa fa-sitemap fa-rotate-120' style='padding-right:
5px;'></i>capital</td>
+ <td>prenom</td>
<td>varchar</td>
- <td>10</td>
- <td title=''></td>
+ <td>2147483647</td>
+ <td title='nullable'>√</td>
<td title=''></td>
<td>null</td>
<td></td>
</tr>
<tr>
- <td>regions</td>
+ <td>departments</td>
<td>Table</td>
- <td>capital</td>
+ <td class='indexedColumn'
title='Indexed'><i class='fa fa-sitemap fa-rotate-120' style='padding-right:
5px;'></i>capital</td>
<td>varchar</td>
<td>10</td>
<td title=''></td>
@@ -195,31 +206,31 @@
<td></td>
</tr>
<tr>
- <td>towns</td>
+ <td>regions</td>
<td>Table</td>
<td class='indexedColumn'
title='Indexed'><i class='fa fa-sitemap fa-rotate-120' style='padding-right:
5px;'></i>id</td>
<td>serial</td>
<td>10</td>
<td title=''></td>
<td title='Automatically updated by
the database'>√</td>
-
<td>nextval('towns_id_seq'::regclass)</td>
+
<td>nextval('regions_id_seq'::regclass)</td>
<td></td>
</tr>
<tr>
- <td>departments</td>
+ <td>towns</td>
<td>Table</td>
- <td class='foreignKey' title='Foreign
Key'><i class='icon ion-key iconkey' style='padding-left: 5px;'></i>region</td>
- <td>varchar</td>
- <td>4</td>
+ <td>name</td>
+ <td>text</td>
+ <td>2147483647</td>
<td title=''></td>
<td title=''></td>
<td>null</td>
<td></td>
</tr>
<tr>
- <td>towns</td>
+ <td>regions</td>
<td>Table</td>
- <td>name</td>
+ <td class='indexedColumn'
title='Indexed'><i class='fa fa-sitemap fa-rotate-120' style='padding-right:
5px;'></i>name</td>
<td>text</td>
<td>2147483647</td>
<td title=''></td>
@@ -228,7 +239,7 @@
<td></td>
</tr>
<tr>
- <td>regions</td>
+ <td>departments</td>
<td>Table</td>
<td class='indexedColumn'
title='Indexed'><i class='fa fa-sitemap fa-rotate-120' style='padding-right:
5px;'></i>code</td>
<td>varchar</td>
@@ -241,40 +252,29 @@
<tr>
<td>towns</td>
<td>Table</td>
- <td class='foreignKey' title='Foreign
Key'><i class='icon ion-key iconkey' style='padding-left:
5px;'></i>department</td>
+ <td class='indexedColumn'
title='Indexed'><i class='fa fa-sitemap fa-rotate-120' style='padding-right:
5px;'></i>code</td>
<td>varchar</td>
- <td>4</td>
+ <td>10</td>
<td title=''></td>
<td title=''></td>
<td>null</td>
<td></td>
</tr>
<tr>
- <td>departments</td>
+ <td>towns</td>
<td>Table</td>
- <td class='indexedColumn'
title='Indexed'><i class='fa fa-sitemap fa-rotate-120' style='padding-right:
5px;'></i>name</td>
- <td>text</td>
- <td>2147483647</td>
+ <td class='foreignKey' title='Foreign
Key'><i class='icon ion-key iconkey' style='padding-left:
5px;'></i>department</td>
+ <td>varchar</td>
+ <td>4</td>
<td title=''></td>
<td title=''></td>
<td>null</td>
<td></td>
</tr>
<tr>
- <td>departments</td>
- <td>Table</td>
- <td class='indexedColumn'
title='Indexed'><i class='fa fa-sitemap fa-rotate-120' style='padding-right:
5px;'></i>id</td>
- <td>serial</td>
- <td>10</td>
- <td title=''></td>
- <td title='Automatically updated by
the database'>√</td>
-
<td>nextval('departments_id_seq'::regclass)</td>
- <td></td>
- </tr>
- <tr>
<td>test</td>
<td>Table</td>
- <td>prenom</td>
+ <td>nom</td>
<td>varchar</td>
<td>2147483647</td>
<td title='nullable'>√</td>
diff --git a/sample_database/result_from_exec/index.html
b/sample_database/result_from_exec/index.html
index e8b2f44..5fe58b5 100644
--- a/sample_database/result_from_exec/index.html
+++ b/sample_database/result_from_exec/index.html
@@ -82,7 +82,7 @@
<div class="col-md-12">
<div class="callout callout-info">
<h4>SchemaSpy Analysis of
sample_database1.public</h4>
- <p>Generated on Thu Apr 05 10:50 CEST
2018</p>
+ <p>Generated on Thu Apr 05 12:04 CEST
2018</p>
</div>
</div>
</div>
diff --git a/src/main/java/org/schemaspy/service/DatabaseService.java
b/src/main/java/org/schemaspy/service/DatabaseService.java
index 753e4ee..67679bc 100644
--- a/src/main/java/org/schemaspy/service/DatabaseService.java
+++ b/src/main/java/org/schemaspy/service/DatabaseService.java
@@ -37,7 +37,9 @@ public class DatabaseService {
}
public void gatheringSchemaDetails(Config config, Database db,
ProgressListener listener) throws SQLException {
+
LOGGER.info("Gathering schema details");
+ LOGGER.info("Inside SchemaGatheringMethod Marker 1");
listener.startedGatheringDetails();
@@ -46,10 +48,12 @@ public class DatabaseService {
initTables(config, db, listener, meta);
if (config.isViewsEnabled())
initViews(config, db, listener, meta);
-
+
initCatalogs(db);
initSchemas(db);
+ LOGGER.info("Inside SchemaGatheringMethod Marker 2");
+
initCheckConstraints(config, db, listener);
initTableIds(config, db);
initIndexIds(config, db);
@@ -64,8 +68,10 @@ public class DatabaseService {
connectTables(db, listener);
updateFromXmlMetadata(config, db, db.getSchemaMeta());
+
+ LOGGER.info("schema details ?"+config);
}
-
+
private void initCatalogs(Database db) throws SQLException {
String sql =
Config.getInstance().getDbProperties().getProperty("selectCatalogsSql");
@@ -466,17 +472,25 @@ public class DatabaseService {
}
private void initCheckConstraints(Config config, Database db,
ProgressListener listener) {
+
+
+ LOGGER.info("HEY THERE");
+
String sql =
config.getDbProperties().getProperty("selectCheckConstraintsSql");
if (sql != null) {
try (PreparedStatement stmt = sqlService.prepareStatement(sql,
db,null);
ResultSet rs = stmt.executeQuery()) {
+ LOGGER.info("schema details ?"+rs.toString());
while (rs.next()) {
String tableName = rs.getString("table_name");
Table table = db.getLocals().get(tableName);
if (table != null)
table.addCheckConstraint(rs.getString("constraint_name"), rs.getString("text"));
}
+
+ LOGGER.info("schema details ?"+rs.toString());
+
} catch (SQLException sqlException) {
// don't die just because this failed
String msg = listener.recoverableExceptionEncountered("Failed
to retrieve check constraints", sqlException, sql);
diff --git
a/target/classes/org/schemaspy/Config$MissingRequiredParameterException.class
b/target/classes/org/schemaspy/Config$MissingRequiredParameterException.class
new file mode 100644
index 0000000..ebbc6ec
Binary files /dev/null and
b/target/classes/org/schemaspy/Config$MissingRequiredParameterException.class
differ
diff --git a/target/classes/org/schemaspy/Config.class
b/target/classes/org/schemaspy/Config.class
new file mode 100644
index 0000000..f23b886
Binary files /dev/null and b/target/classes/org/schemaspy/Config.class differ
diff --git a/target/classes/org/schemaspy/DbAnalyzer.class
b/target/classes/org/schemaspy/DbAnalyzer.class
new file mode 100644
index 0000000..e2db268
Binary files /dev/null and b/target/classes/org/schemaspy/DbAnalyzer.class
differ
diff --git a/target/classes/org/schemaspy/DbDriverLoader.class
b/target/classes/org/schemaspy/DbDriverLoader.class
new file mode 100644
index 0000000..176814a
Binary files /dev/null and b/target/classes/org/schemaspy/DbDriverLoader.class
differ
diff --git a/target/classes/org/schemaspy/Main.class
b/target/classes/org/schemaspy/Main.class
new file mode 100644
index 0000000..b6d800d
Binary files /dev/null and b/target/classes/org/schemaspy/Main.class differ
diff --git a/target/classes/org/schemaspy/Revision.class
b/target/classes/org/schemaspy/Revision.class
new file mode 100644
index 0000000..949a86e
Binary files /dev/null and b/target/classes/org/schemaspy/Revision.class differ
diff --git a/target/classes/org/schemaspy/SchemaAnalyzer.class
b/target/classes/org/schemaspy/SchemaAnalyzer.class
new file mode 100644
index 0000000..4d0a1c3
Binary files /dev/null and b/target/classes/org/schemaspy/SchemaAnalyzer.class
differ
diff --git a/target/classes/org/schemaspy/SchemaSpyConfiguration.class
b/target/classes/org/schemaspy/SchemaSpyConfiguration.class
new file mode 100644
index 0000000..149a3cc
Binary files /dev/null and
b/target/classes/org/schemaspy/SchemaSpyConfiguration.class differ
diff --git a/target/classes/org/schemaspy/TableOrderer$1TrimComparator.class
b/target/classes/org/schemaspy/TableOrderer$1TrimComparator.class
new file mode 100644
index 0000000..6ef7cdd
Binary files /dev/null and
b/target/classes/org/schemaspy/TableOrderer$1TrimComparator.class differ
diff --git a/target/classes/org/schemaspy/TableOrderer.class
b/target/classes/org/schemaspy/TableOrderer.class
new file mode 100644
index 0000000..fe48f7b
Binary files /dev/null and b/target/classes/org/schemaspy/TableOrderer.class
differ
diff --git a/target/classes/org/schemaspy/WiringConfiguration.class
b/target/classes/org/schemaspy/WiringConfiguration.class
new file mode 100644
index 0000000..4297af5
Binary files /dev/null and
b/target/classes/org/schemaspy/WiringConfiguration.class differ
diff --git a/target/classes/org/schemaspy/cli/CommandLineArgumentParser.class
b/target/classes/org/schemaspy/cli/CommandLineArgumentParser.class
new file mode 100644
index 0000000..ae2aac2
Binary files /dev/null and
b/target/classes/org/schemaspy/cli/CommandLineArgumentParser.class differ
diff --git a/target/classes/org/schemaspy/cli/CommandLineArguments.class
b/target/classes/org/schemaspy/cli/CommandLineArguments.class
new file mode 100644
index 0000000..d1a8a7d
Binary files /dev/null and
b/target/classes/org/schemaspy/cli/CommandLineArguments.class differ
diff --git a/target/classes/org/schemaspy/cli/ConfigFileArgument.class
b/target/classes/org/schemaspy/cli/ConfigFileArgument.class
new file mode 100644
index 0000000..fb88b60
Binary files /dev/null and
b/target/classes/org/schemaspy/cli/ConfigFileArgument.class differ
diff --git a/target/classes/org/schemaspy/cli/ConfigFileArgumentParser.class
b/target/classes/org/schemaspy/cli/ConfigFileArgumentParser.class
new file mode 100644
index 0000000..1d2f645
Binary files /dev/null and
b/target/classes/org/schemaspy/cli/ConfigFileArgumentParser.class differ
diff --git a/target/classes/org/schemaspy/cli/PropertyFileDefaultProvider.class
b/target/classes/org/schemaspy/cli/PropertyFileDefaultProvider.class
new file mode 100644
index 0000000..1d8dc5c
Binary files /dev/null and
b/target/classes/org/schemaspy/cli/PropertyFileDefaultProvider.class differ
diff --git
a/target/classes/org/schemaspy/cli/PropertyFileDefaultProviderFactory.class
b/target/classes/org/schemaspy/cli/PropertyFileDefaultProviderFactory.class
new file mode 100644
index 0000000..22e1d42
Binary files /dev/null and
b/target/classes/org/schemaspy/cli/PropertyFileDefaultProviderFactory.class
differ
diff --git a/target/classes/org/schemaspy/db/config/PropertiesFinder.class
b/target/classes/org/schemaspy/db/config/PropertiesFinder.class
new file mode 100644
index 0000000..e94399f
Binary files /dev/null and
b/target/classes/org/schemaspy/db/config/PropertiesFinder.class differ
diff --git a/target/classes/org/schemaspy/db/config/PropertiesResolver.class
b/target/classes/org/schemaspy/db/config/PropertiesResolver.class
new file mode 100644
index 0000000..5a3c8f5
Binary files /dev/null and
b/target/classes/org/schemaspy/db/config/PropertiesResolver.class differ
diff --git a/target/classes/org/schemaspy/db/config/ResolutionInfo.class
b/target/classes/org/schemaspy/db/config/ResolutionInfo.class
new file mode 100644
index 0000000..a117764
Binary files /dev/null and
b/target/classes/org/schemaspy/db/config/ResolutionInfo.class differ
diff --git a/target/classes/org/schemaspy/db/config/ResourceFinder.class
b/target/classes/org/schemaspy/db/config/ResourceFinder.class
new file mode 100644
index 0000000..42e2b71
Binary files /dev/null and
b/target/classes/org/schemaspy/db/config/ResourceFinder.class differ
diff --git
a/target/classes/org/schemaspy/db/config/ResourceNotFoundException.class
b/target/classes/org/schemaspy/db/config/ResourceNotFoundException.class
new file mode 100644
index 0000000..1ab9070
Binary files /dev/null and
b/target/classes/org/schemaspy/db/config/ResourceNotFoundException.class differ
diff --git
a/target/classes/org/schemaspy/db/exceptions/RuntimeIOException.class
b/target/classes/org/schemaspy/db/exceptions/RuntimeIOException.class
new file mode 100644
index 0000000..c857fc4
Binary files /dev/null and
b/target/classes/org/schemaspy/db/exceptions/RuntimeIOException.class differ
diff --git
a/target/classes/org/schemaspy/logging/LogLevelConditionalThrowableProxyConverter.class
b/target/classes/org/schemaspy/logging/LogLevelConditionalThrowableProxyConverter.class
new file mode 100644
index 0000000..788376d
Binary files /dev/null and
b/target/classes/org/schemaspy/logging/LogLevelConditionalThrowableProxyConverter.class
differ
diff --git a/target/classes/org/schemaspy/model/Catalog.class
b/target/classes/org/schemaspy/model/Catalog.class
new file mode 100644
index 0000000..fa5e80f
Binary files /dev/null and b/target/classes/org/schemaspy/model/Catalog.class
differ
diff --git a/target/classes/org/schemaspy/model/ConnectionFailure.class
b/target/classes/org/schemaspy/model/ConnectionFailure.class
new file mode 100644
index 0000000..53a1d2d
Binary files /dev/null and
b/target/classes/org/schemaspy/model/ConnectionFailure.class differ
diff --git a/target/classes/org/schemaspy/model/ConsoleProgressListener.class
b/target/classes/org/schemaspy/model/ConsoleProgressListener.class
new file mode 100644
index 0000000..f2c94f7
Binary files /dev/null and
b/target/classes/org/schemaspy/model/ConsoleProgressListener.class differ
diff --git a/target/classes/org/schemaspy/model/Database$1.class
b/target/classes/org/schemaspy/model/Database$1.class
new file mode 100644
index 0000000..029f3d3
Binary files /dev/null and
b/target/classes/org/schemaspy/model/Database$1.class differ
diff --git a/target/classes/org/schemaspy/model/Database$CombinedMap.class
b/target/classes/org/schemaspy/model/Database$CombinedMap.class
new file mode 100644
index 0000000..91ed61a
Binary files /dev/null and
b/target/classes/org/schemaspy/model/Database$CombinedMap.class differ
diff --git a/target/classes/org/schemaspy/model/Database.class
b/target/classes/org/schemaspy/model/Database.class
new file mode 100644
index 0000000..1208863
Binary files /dev/null and b/target/classes/org/schemaspy/model/Database.class
differ
diff --git a/target/classes/org/schemaspy/model/DatabaseObject.class
b/target/classes/org/schemaspy/model/DatabaseObject.class
new file mode 100644
index 0000000..0d51c4f
Binary files /dev/null and
b/target/classes/org/schemaspy/model/DatabaseObject.class differ
diff --git a/target/classes/org/schemaspy/model/EmptySchemaException.class
b/target/classes/org/schemaspy/model/EmptySchemaException.class
new file mode 100644
index 0000000..77a2d61
Binary files /dev/null and
b/target/classes/org/schemaspy/model/EmptySchemaException.class differ
diff --git a/target/classes/org/schemaspy/model/ForeignKey.class
b/target/classes/org/schemaspy/model/ForeignKey.class
new file mode 100644
index 0000000..4d2b89a
Binary files /dev/null and
b/target/classes/org/schemaspy/model/ForeignKey.class differ
diff --git a/target/classes/org/schemaspy/model/ForeignKeyConstraint.class
b/target/classes/org/schemaspy/model/ForeignKeyConstraint.class
new file mode 100644
index 0000000..c06f4a1
Binary files /dev/null and
b/target/classes/org/schemaspy/model/ForeignKeyConstraint.class differ
diff --git
a/target/classes/org/schemaspy/model/ImpliedForeignKeyConstraint.class
b/target/classes/org/schemaspy/model/ImpliedForeignKeyConstraint.class
new file mode 100644
index 0000000..328f29c
Binary files /dev/null and
b/target/classes/org/schemaspy/model/ImpliedForeignKeyConstraint.class differ
diff --git
a/target/classes/org/schemaspy/model/InvalidConfigurationException.class
b/target/classes/org/schemaspy/model/InvalidConfigurationException.class
new file mode 100644
index 0000000..0ced84d
Binary files /dev/null and
b/target/classes/org/schemaspy/model/InvalidConfigurationException.class differ
diff --git a/target/classes/org/schemaspy/model/LogicalRemoteTable.class
b/target/classes/org/schemaspy/model/LogicalRemoteTable.class
new file mode 100644
index 0000000..02da9d1
Binary files /dev/null and
b/target/classes/org/schemaspy/model/LogicalRemoteTable.class differ
diff --git a/target/classes/org/schemaspy/model/LogicalTable.class
b/target/classes/org/schemaspy/model/LogicalTable.class
new file mode 100644
index 0000000..d8d732f
Binary files /dev/null and
b/target/classes/org/schemaspy/model/LogicalTable.class differ
diff --git a/target/classes/org/schemaspy/model/ProcessExecutionException.class
b/target/classes/org/schemaspy/model/ProcessExecutionException.class
new file mode 100644
index 0000000..af2d36d
Binary files /dev/null and
b/target/classes/org/schemaspy/model/ProcessExecutionException.class differ
diff --git a/target/classes/org/schemaspy/model/ProgressListener.class
b/target/classes/org/schemaspy/model/ProgressListener.class
new file mode 100644
index 0000000..acf514e
Binary files /dev/null and
b/target/classes/org/schemaspy/model/ProgressListener.class differ
diff --git a/target/classes/org/schemaspy/model/RailsForeignKeyConstraint.class
b/target/classes/org/schemaspy/model/RailsForeignKeyConstraint.class
new file mode 100644
index 0000000..de0ff3e
Binary files /dev/null and
b/target/classes/org/schemaspy/model/RailsForeignKeyConstraint.class differ
diff --git a/target/classes/org/schemaspy/model/RemoteTable.class
b/target/classes/org/schemaspy/model/RemoteTable.class
new file mode 100644
index 0000000..0429b99
Binary files /dev/null and
b/target/classes/org/schemaspy/model/RemoteTable.class differ
diff --git a/target/classes/org/schemaspy/model/Routine.class
b/target/classes/org/schemaspy/model/Routine.class
new file mode 100644
index 0000000..6f6d856
Binary files /dev/null and b/target/classes/org/schemaspy/model/Routine.class
differ
diff --git a/target/classes/org/schemaspy/model/RoutineParameter.class
b/target/classes/org/schemaspy/model/RoutineParameter.class
new file mode 100644
index 0000000..26b4727
Binary files /dev/null and
b/target/classes/org/schemaspy/model/RoutineParameter.class differ
diff --git a/target/classes/org/schemaspy/model/Schema.class
b/target/classes/org/schemaspy/model/Schema.class
new file mode 100644
index 0000000..b733e5e
Binary files /dev/null and b/target/classes/org/schemaspy/model/Schema.class
differ
diff --git
a/target/classes/org/schemaspy/model/Table$ByColumnIdComparator.class
b/target/classes/org/schemaspy/model/Table$ByColumnIdComparator.class
new file mode 100644
index 0000000..2c2f3bb
Binary files /dev/null and
b/target/classes/org/schemaspy/model/Table$ByColumnIdComparator.class differ
diff --git a/target/classes/org/schemaspy/model/Table.class
b/target/classes/org/schemaspy/model/Table.class
new file mode 100644
index 0000000..3c5a384
Binary files /dev/null and b/target/classes/org/schemaspy/model/Table.class
differ
diff --git a/target/classes/org/schemaspy/model/TableColumn$1.class
b/target/classes/org/schemaspy/model/TableColumn$1.class
new file mode 100644
index 0000000..588c086
Binary files /dev/null and
b/target/classes/org/schemaspy/model/TableColumn$1.class differ
diff --git
a/target/classes/org/schemaspy/model/TableColumn$ColumnComparator.class
b/target/classes/org/schemaspy/model/TableColumn$ColumnComparator.class
new file mode 100644
index 0000000..04d0cf0
Binary files /dev/null and
b/target/classes/org/schemaspy/model/TableColumn$ColumnComparator.class differ
diff --git a/target/classes/org/schemaspy/model/TableColumn.class
b/target/classes/org/schemaspy/model/TableColumn.class
new file mode 100644
index 0000000..ffb2803
Binary files /dev/null and
b/target/classes/org/schemaspy/model/TableColumn.class differ
diff --git a/target/classes/org/schemaspy/model/TableComment.class
b/target/classes/org/schemaspy/model/TableComment.class
new file mode 100644
index 0000000..931ba14
Binary files /dev/null and
b/target/classes/org/schemaspy/model/TableComment.class differ
diff --git a/target/classes/org/schemaspy/model/TableIndex.class
b/target/classes/org/schemaspy/model/TableIndex.class
new file mode 100644
index 0000000..f0cd8d5
Binary files /dev/null and
b/target/classes/org/schemaspy/model/TableIndex.class differ
diff --git a/target/classes/org/schemaspy/model/View.class
b/target/classes/org/schemaspy/model/View.class
new file mode 100644
index 0000000..31b1766
Binary files /dev/null and b/target/classes/org/schemaspy/model/View.class
differ
diff --git a/target/classes/org/schemaspy/model/xml/ForeignKeyMeta.class
b/target/classes/org/schemaspy/model/xml/ForeignKeyMeta.class
new file mode 100644
index 0000000..5073a97
Binary files /dev/null and
b/target/classes/org/schemaspy/model/xml/ForeignKeyMeta.class differ
diff --git a/target/classes/org/schemaspy/model/xml/SchemaMeta.class
b/target/classes/org/schemaspy/model/xml/SchemaMeta.class
new file mode 100644
index 0000000..b0d6275
Binary files /dev/null and
b/target/classes/org/schemaspy/model/xml/SchemaMeta.class differ
diff --git a/target/classes/org/schemaspy/model/xml/TableColumnMeta.class
b/target/classes/org/schemaspy/model/xml/TableColumnMeta.class
new file mode 100644
index 0000000..e2ce39d
Binary files /dev/null and
b/target/classes/org/schemaspy/model/xml/TableColumnMeta.class differ
diff --git a/target/classes/org/schemaspy/model/xml/TableMeta.class
b/target/classes/org/schemaspy/model/xml/TableMeta.class
new file mode 100644
index 0000000..69f5c5e
Binary files /dev/null and
b/target/classes/org/schemaspy/model/xml/TableMeta.class differ
diff --git a/target/classes/org/schemaspy/output/OutputException.class
b/target/classes/org/schemaspy/output/OutputException.class
new file mode 100644
index 0000000..f8da93f
Binary files /dev/null and
b/target/classes/org/schemaspy/output/OutputException.class differ
diff --git a/target/classes/org/schemaspy/output/OutputProducer.class
b/target/classes/org/schemaspy/output/OutputProducer.class
new file mode 100644
index 0000000..762417d
Binary files /dev/null and
b/target/classes/org/schemaspy/output/OutputProducer.class differ
diff --git a/target/classes/org/schemaspy/output/xml/XmlProducer.class
b/target/classes/org/schemaspy/output/xml/XmlProducer.class
new file mode 100644
index 0000000..60a142e
Binary files /dev/null and
b/target/classes/org/schemaspy/output/xml/XmlProducer.class differ
diff --git a/target/classes/org/schemaspy/output/xml/XmlProducerException.class
b/target/classes/org/schemaspy/output/xml/XmlProducerException.class
new file mode 100644
index 0000000..b3a0bd5
Binary files /dev/null and
b/target/classes/org/schemaspy/output/xml/XmlProducerException.class differ
diff --git a/target/classes/org/schemaspy/output/xml/dom/DOMUtil.class
b/target/classes/org/schemaspy/output/xml/dom/DOMUtil.class
new file mode 100644
index 0000000..1c301cb
Binary files /dev/null and
b/target/classes/org/schemaspy/output/xml/dom/DOMUtil.class differ
diff --git
a/target/classes/org/schemaspy/output/xml/dom/XmlProducerUsingDOM.class
b/target/classes/org/schemaspy/output/xml/dom/XmlProducerUsingDOM.class
new file mode 100644
index 0000000..0fddda1
Binary files /dev/null and
b/target/classes/org/schemaspy/output/xml/dom/XmlProducerUsingDOM.class differ
diff --git
a/target/classes/org/schemaspy/output/xml/dom/XmlTableFormatter.class
b/target/classes/org/schemaspy/output/xml/dom/XmlTableFormatter.class
new file mode 100644
index 0000000..3a312df
Binary files /dev/null and
b/target/classes/org/schemaspy/output/xml/dom/XmlTableFormatter.class differ
diff --git
a/target/classes/org/schemaspy/service/ColumnInitializationFailure.class
b/target/classes/org/schemaspy/service/ColumnInitializationFailure.class
new file mode 100644
index 0000000..bb099ec
Binary files /dev/null and
b/target/classes/org/schemaspy/service/ColumnInitializationFailure.class differ
diff --git a/target/classes/org/schemaspy/service/DatabaseService$1.class
b/target/classes/org/schemaspy/service/DatabaseService$1.class
new file mode 100644
index 0000000..3373526
Binary files /dev/null and
b/target/classes/org/schemaspy/service/DatabaseService$1.class differ
diff --git
a/target/classes/org/schemaspy/service/DatabaseService$TableCreator.class
b/target/classes/org/schemaspy/service/DatabaseService$TableCreator.class
new file mode 100644
index 0000000..174ea24
Binary files /dev/null and
b/target/classes/org/schemaspy/service/DatabaseService$TableCreator.class differ
diff --git
a/target/classes/org/schemaspy/service/DatabaseService$ThreadedTableCreator$1.class
b/target/classes/org/schemaspy/service/DatabaseService$ThreadedTableCreator$1.class
new file mode 100644
index 0000000..fcc23a0
Binary files /dev/null and
b/target/classes/org/schemaspy/service/DatabaseService$ThreadedTableCreator$1.class
differ
diff --git
a/target/classes/org/schemaspy/service/DatabaseService$ThreadedTableCreator.class
b/target/classes/org/schemaspy/service/DatabaseService$ThreadedTableCreator.class
new file mode 100644
index 0000000..1379903
Binary files /dev/null and
b/target/classes/org/schemaspy/service/DatabaseService$ThreadedTableCreator.class
differ
diff --git a/target/classes/org/schemaspy/service/DatabaseService.class
b/target/classes/org/schemaspy/service/DatabaseService.class
new file mode 100644
index 0000000..29b22cd
Binary files /dev/null and
b/target/classes/org/schemaspy/service/DatabaseService.class differ
diff --git a/target/classes/org/schemaspy/service/InconsistencyException.class
b/target/classes/org/schemaspy/service/InconsistencyException.class
new file mode 100644
index 0000000..a1859d1
Binary files /dev/null and
b/target/classes/org/schemaspy/service/InconsistencyException.class differ
diff --git a/target/classes/org/schemaspy/service/SqlService.class
b/target/classes/org/schemaspy/service/SqlService.class
new file mode 100644
index 0000000..8dad265
Binary files /dev/null and
b/target/classes/org/schemaspy/service/SqlService.class differ
diff --git a/target/classes/org/schemaspy/service/TableService$1.class
b/target/classes/org/schemaspy/service/TableService$1.class
new file mode 100644
index 0000000..6555a45
Binary files /dev/null and
b/target/classes/org/schemaspy/service/TableService$1.class differ
diff --git a/target/classes/org/schemaspy/service/TableService.class
b/target/classes/org/schemaspy/service/TableService.class
new file mode 100644
index 0000000..51d5978
Binary files /dev/null and
b/target/classes/org/schemaspy/service/TableService.class differ
diff --git a/target/classes/org/schemaspy/service/ViewService.class
b/target/classes/org/schemaspy/service/ViewService.class
new file mode 100644
index 0000000..149de0f
Binary files /dev/null and
b/target/classes/org/schemaspy/service/ViewService.class differ
diff --git a/target/classes/org/schemaspy/service/helper/BasicTableMeta.class
b/target/classes/org/schemaspy/service/helper/BasicTableMeta.class
new file mode 100644
index 0000000..d22d117
Binary files /dev/null and
b/target/classes/org/schemaspy/service/helper/BasicTableMeta.class differ
diff --git a/target/classes/org/schemaspy/util/CaseInsensitiveMap.class
b/target/classes/org/schemaspy/util/CaseInsensitiveMap.class
new file mode 100644
index 0000000..8edb97d
Binary files /dev/null and
b/target/classes/org/schemaspy/util/CaseInsensitiveMap.class differ
diff --git a/target/classes/org/schemaspy/util/ConnectionURLBuilder.class
b/target/classes/org/schemaspy/util/ConnectionURLBuilder.class
new file mode 100644
index 0000000..b607e33
Binary files /dev/null and
b/target/classes/org/schemaspy/util/ConnectionURLBuilder.class differ
diff --git a/target/classes/org/schemaspy/util/ConsolePasswordReader.class
b/target/classes/org/schemaspy/util/ConsolePasswordReader.class
new file mode 100644
index 0000000..c06f2dc
Binary files /dev/null and
b/target/classes/org/schemaspy/util/ConsolePasswordReader.class differ
diff --git a/target/classes/org/schemaspy/util/DbSpecificConfig.class
b/target/classes/org/schemaspy/util/DbSpecificConfig.class
new file mode 100644
index 0000000..e9c06e0
Binary files /dev/null and
b/target/classes/org/schemaspy/util/DbSpecificConfig.class differ
diff --git a/target/classes/org/schemaspy/util/DbSpecificOption.class
b/target/classes/org/schemaspy/util/DbSpecificOption.class
new file mode 100644
index 0000000..c84a0c8
Binary files /dev/null and
b/target/classes/org/schemaspy/util/DbSpecificOption.class differ
diff --git a/target/classes/org/schemaspy/util/DiagramUtil.class
b/target/classes/org/schemaspy/util/DiagramUtil.class
new file mode 100644
index 0000000..54c5ea0
Binary files /dev/null and
b/target/classes/org/schemaspy/util/DiagramUtil.class differ
diff --git a/target/classes/org/schemaspy/util/Dot$DotFailure.class
b/target/classes/org/schemaspy/util/Dot$DotFailure.class
new file mode 100644
index 0000000..5501d36
Binary files /dev/null and
b/target/classes/org/schemaspy/util/Dot$DotFailure.class differ
diff --git a/target/classes/org/schemaspy/util/Dot$ProcessOutputReader.class
b/target/classes/org/schemaspy/util/Dot$ProcessOutputReader.class
new file mode 100644
index 0000000..a00b79d
Binary files /dev/null and
b/target/classes/org/schemaspy/util/Dot$ProcessOutputReader.class differ
diff --git a/target/classes/org/schemaspy/util/Dot.class
b/target/classes/org/schemaspy/util/Dot.class
new file mode 100644
index 0000000..3ced71f
Binary files /dev/null and b/target/classes/org/schemaspy/util/Dot.class differ
diff --git a/target/classes/org/schemaspy/util/GraphvizVersion.class
b/target/classes/org/schemaspy/util/GraphvizVersion.class
new file mode 100644
index 0000000..dcc5a81
Binary files /dev/null and
b/target/classes/org/schemaspy/util/GraphvizVersion.class differ
diff --git a/target/classes/org/schemaspy/util/HtmlEncoder.class
b/target/classes/org/schemaspy/util/HtmlEncoder.class
new file mode 100644
index 0000000..cc14cbe
Binary files /dev/null and
b/target/classes/org/schemaspy/util/HtmlEncoder.class differ
diff --git a/target/classes/org/schemaspy/util/Inflection.class
b/target/classes/org/schemaspy/util/Inflection.class
new file mode 100644
index 0000000..f5cdf38
Binary files /dev/null and b/target/classes/org/schemaspy/util/Inflection.class
differ
diff --git a/target/classes/org/schemaspy/util/LineWriter.class
b/target/classes/org/schemaspy/util/LineWriter.class
new file mode 100644
index 0000000..9ec2200
Binary files /dev/null and b/target/classes/org/schemaspy/util/LineWriter.class
differ
diff --git a/target/classes/org/schemaspy/util/Markdown.class
b/target/classes/org/schemaspy/util/Markdown.class
new file mode 100644
index 0000000..e5b71a3
Binary files /dev/null and b/target/classes/org/schemaspy/util/Markdown.class
differ
diff --git a/target/classes/org/schemaspy/util/PasswordReader$IOError.class
b/target/classes/org/schemaspy/util/PasswordReader$IOError.class
new file mode 100644
index 0000000..bb95711
Binary files /dev/null and
b/target/classes/org/schemaspy/util/PasswordReader$IOError.class differ
diff --git a/target/classes/org/schemaspy/util/PasswordReader$Masker.class
b/target/classes/org/schemaspy/util/PasswordReader$Masker.class
new file mode 100644
index 0000000..f926022
Binary files /dev/null and
b/target/classes/org/schemaspy/util/PasswordReader$Masker.class differ
diff --git a/target/classes/org/schemaspy/util/PasswordReader.class
b/target/classes/org/schemaspy/util/PasswordReader.class
new file mode 100644
index 0000000..9deb3fc
Binary files /dev/null and
b/target/classes/org/schemaspy/util/PasswordReader.class differ
diff --git a/target/classes/org/schemaspy/util/ResourceFinder.class
b/target/classes/org/schemaspy/util/ResourceFinder.class
new file mode 100644
index 0000000..940d632
Binary files /dev/null and
b/target/classes/org/schemaspy/util/ResourceFinder.class differ
diff --git a/target/classes/org/schemaspy/util/ResourceNotFoundException.class
b/target/classes/org/schemaspy/util/ResourceNotFoundException.class
new file mode 100644
index 0000000..eaa93a9
Binary files /dev/null and
b/target/classes/org/schemaspy/util/ResourceNotFoundException.class differ
diff --git a/target/classes/org/schemaspy/util/ResourceWriter.class
b/target/classes/org/schemaspy/util/ResourceWriter.class
new file mode 100644
index 0000000..7841e84
Binary files /dev/null and
b/target/classes/org/schemaspy/util/ResourceWriter.class differ
diff --git a/target/classes/org/schemaspy/util/ResultSetDumper.class
b/target/classes/org/schemaspy/util/ResultSetDumper.class
new file mode 100644
index 0000000..168191b
Binary files /dev/null and
b/target/classes/org/schemaspy/util/ResultSetDumper.class differ
diff --git a/target/classes/org/schemaspy/validator/NameValidator.class
b/target/classes/org/schemaspy/validator/NameValidator.class
new file mode 100644
index 0000000..e59501e
Binary files /dev/null and
b/target/classes/org/schemaspy/validator/NameValidator.class differ
diff --git a/target/classes/org/schemaspy/view/DefaultSqlFormatter.class
b/target/classes/org/schemaspy/view/DefaultSqlFormatter.class
new file mode 100644
index 0000000..8345a2c
Binary files /dev/null and
b/target/classes/org/schemaspy/view/DefaultSqlFormatter.class differ
diff --git a/target/classes/org/schemaspy/view/DotConnector.class
b/target/classes/org/schemaspy/view/DotConnector.class
new file mode 100644
index 0000000..b5c2833
Binary files /dev/null and
b/target/classes/org/schemaspy/view/DotConnector.class differ
diff --git a/target/classes/org/schemaspy/view/DotConnectorFinder.class
b/target/classes/org/schemaspy/view/DotConnectorFinder.class
new file mode 100644
index 0000000..3adc0ce
Binary files /dev/null and
b/target/classes/org/schemaspy/view/DotConnectorFinder.class differ
diff --git a/target/classes/org/schemaspy/view/DotFormatter.class
b/target/classes/org/schemaspy/view/DotFormatter.class
new file mode 100644
index 0000000..91af669
Binary files /dev/null and
b/target/classes/org/schemaspy/view/DotFormatter.class differ
diff --git a/target/classes/org/schemaspy/view/DotNode$DotNodeConfig.class
b/target/classes/org/schemaspy/view/DotNode$DotNodeConfig.class
new file mode 100644
index 0000000..bd3cce3
Binary files /dev/null and
b/target/classes/org/schemaspy/view/DotNode$DotNodeConfig.class differ
diff --git a/target/classes/org/schemaspy/view/DotNode.class
b/target/classes/org/schemaspy/view/DotNode.class
new file mode 100644
index 0000000..4a36c64
Binary files /dev/null and b/target/classes/org/schemaspy/view/DotNode.class
differ
diff --git a/target/classes/org/schemaspy/view/HtmlAnomaliesPage.class
b/target/classes/org/schemaspy/view/HtmlAnomaliesPage.class
new file mode 100644
index 0000000..5ea0717
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlAnomaliesPage.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlColumnsPage$1.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$1.class
new file mode 100644
index 0000000..6392a2d
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$1.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlColumnsPage$10.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$10.class
new file mode 100644
index 0000000..7dc652c
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$10.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlColumnsPage$11.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$11.class
new file mode 100644
index 0000000..387d6b6
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$11.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlColumnsPage$2.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$2.class
new file mode 100644
index 0000000..0e1a0a7
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$2.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlColumnsPage$3.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$3.class
new file mode 100644
index 0000000..da4926d
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$3.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlColumnsPage$4.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$4.class
new file mode 100644
index 0000000..dac1ffc
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$4.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlColumnsPage$5.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$5.class
new file mode 100644
index 0000000..97ca082
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$5.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlColumnsPage$6.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$6.class
new file mode 100644
index 0000000..2dccc89
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$6.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlColumnsPage$7.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$7.class
new file mode 100644
index 0000000..0ad4152
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$7.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlColumnsPage$8.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$8.class
new file mode 100644
index 0000000..de68d32
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$8.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlColumnsPage$9.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$9.class
new file mode 100644
index 0000000..585f148
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$9.class differ
diff --git
a/target/classes/org/schemaspy/view/HtmlColumnsPage$ByAutoUpdateComparator.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$ByAutoUpdateComparator.class
new file mode 100644
index 0000000..78d2486
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$ByAutoUpdateComparator.class
differ
diff --git
a/target/classes/org/schemaspy/view/HtmlColumnsPage$ByChildrenComparator.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$ByChildrenComparator.class
new file mode 100644
index 0000000..81b012e
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$ByChildrenComparator.class
differ
diff --git
a/target/classes/org/schemaspy/view/HtmlColumnsPage$ByColumnComparator.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$ByColumnComparator.class
new file mode 100644
index 0000000..be8c781
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$ByColumnComparator.class
differ
diff --git
a/target/classes/org/schemaspy/view/HtmlColumnsPage$ByCommentsComparator.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$ByCommentsComparator.class
new file mode 100644
index 0000000..2f071af
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$ByCommentsComparator.class
differ
diff --git
a/target/classes/org/schemaspy/view/HtmlColumnsPage$ByDefaultValueComparator.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$ByDefaultValueComparator.class
new file mode 100644
index 0000000..7efb8c2
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$ByDefaultValueComparator.class
differ
diff --git
a/target/classes/org/schemaspy/view/HtmlColumnsPage$ByNullableComparator.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$ByNullableComparator.class
new file mode 100644
index 0000000..5f2a93e
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$ByNullableComparator.class
differ
diff --git
a/target/classes/org/schemaspy/view/HtmlColumnsPage$ByParentsComparator.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$ByParentsComparator.class
new file mode 100644
index 0000000..4d11c6a
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$ByParentsComparator.class
differ
diff --git
a/target/classes/org/schemaspy/view/HtmlColumnsPage$BySizeComparator.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$BySizeComparator.class
new file mode 100644
index 0000000..6333c17
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$BySizeComparator.class
differ
diff --git
a/target/classes/org/schemaspy/view/HtmlColumnsPage$ByTableComparator.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$ByTableComparator.class
new file mode 100644
index 0000000..060d34a
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$ByTableComparator.class
differ
diff --git
a/target/classes/org/schemaspy/view/HtmlColumnsPage$ByTypeComparator.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$ByTypeComparator.class
new file mode 100644
index 0000000..54a119d
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$ByTypeComparator.class
differ
diff --git a/target/classes/org/schemaspy/view/HtmlColumnsPage$ColumnInfo.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage$ColumnInfo.class
new file mode 100644
index 0000000..7687e0e
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage$ColumnInfo.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlColumnsPage.class
b/target/classes/org/schemaspy/view/HtmlColumnsPage.class
new file mode 100644
index 0000000..d332f07
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlColumnsPage.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlComponentPage.class
b/target/classes/org/schemaspy/view/HtmlComponentPage.class
new file mode 100644
index 0000000..ef5a44e
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlComponentPage.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlConstraintsPage.class
b/target/classes/org/schemaspy/view/HtmlConstraintsPage.class
new file mode 100644
index 0000000..ef07bdc
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlConstraintsPage.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlDiagramFormatter.class
b/target/classes/org/schemaspy/view/HtmlDiagramFormatter.class
new file mode 100644
index 0000000..ec88ba1
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlDiagramFormatter.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlFormatter.class
b/target/classes/org/schemaspy/view/HtmlFormatter.class
new file mode 100644
index 0000000..4189f78
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlFormatter.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlMainIndexPage$1.class
b/target/classes/org/schemaspy/view/HtmlMainIndexPage$1.class
new file mode 100644
index 0000000..6e02555
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlMainIndexPage$1.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlMainIndexPage.class
b/target/classes/org/schemaspy/view/HtmlMainIndexPage.class
new file mode 100644
index 0000000..696b573
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlMainIndexPage.class differ
diff --git
a/target/classes/org/schemaspy/view/HtmlMultipleSchemasIndexPage.class
b/target/classes/org/schemaspy/view/HtmlMultipleSchemasIndexPage.class
new file mode 100644
index 0000000..69221df
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlMultipleSchemasIndexPage.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlOrphansPage$1.class
b/target/classes/org/schemaspy/view/HtmlOrphansPage$1.class
new file mode 100644
index 0000000..465197f
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlOrphansPage$1.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlOrphansPage.class
b/target/classes/org/schemaspy/view/HtmlOrphansPage.class
new file mode 100644
index 0000000..3b9201e
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlOrphansPage.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlRelationshipsPage.class
b/target/classes/org/schemaspy/view/HtmlRelationshipsPage.class
new file mode 100644
index 0000000..546c0e4
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlRelationshipsPage.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlRoutinePage.class
b/target/classes/org/schemaspy/view/HtmlRoutinePage.class
new file mode 100644
index 0000000..6ebc22f
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlRoutinePage.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlRoutinesPage.class
b/target/classes/org/schemaspy/view/HtmlRoutinesPage.class
new file mode 100644
index 0000000..b74ce5e
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlRoutinesPage.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlTableDiagrammer.class
b/target/classes/org/schemaspy/view/HtmlTableDiagrammer.class
new file mode 100644
index 0000000..d0a1fba
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlTableDiagrammer.class differ
diff --git a/target/classes/org/schemaspy/view/HtmlTablePage.class
b/target/classes/org/schemaspy/view/HtmlTablePage.class
new file mode 100644
index 0000000..096b904
Binary files /dev/null and
b/target/classes/org/schemaspy/view/HtmlTablePage.class differ
diff --git a/target/classes/org/schemaspy/view/MustacheCatalog.class
b/target/classes/org/schemaspy/view/MustacheCatalog.class
new file mode 100644
index 0000000..f52098e
Binary files /dev/null and
b/target/classes/org/schemaspy/view/MustacheCatalog.class differ
diff --git a/target/classes/org/schemaspy/view/MustacheSchema.class
b/target/classes/org/schemaspy/view/MustacheSchema.class
new file mode 100644
index 0000000..e19ae4b
Binary files /dev/null and
b/target/classes/org/schemaspy/view/MustacheSchema.class differ
diff --git a/target/classes/org/schemaspy/view/MustacheTable.class
b/target/classes/org/schemaspy/view/MustacheTable.class
new file mode 100644
index 0000000..615b03c
Binary files /dev/null and
b/target/classes/org/schemaspy/view/MustacheTable.class differ
diff --git a/target/classes/org/schemaspy/view/MustacheTableColumn.class
b/target/classes/org/schemaspy/view/MustacheTableColumn.class
new file mode 100644
index 0000000..184756d
Binary files /dev/null and
b/target/classes/org/schemaspy/view/MustacheTableColumn.class differ
diff --git
a/target/classes/org/schemaspy/view/MustacheTableColumnRelatives.class
b/target/classes/org/schemaspy/view/MustacheTableColumnRelatives.class
new file mode 100644
index 0000000..fbb9a94
Binary files /dev/null and
b/target/classes/org/schemaspy/view/MustacheTableColumnRelatives.class differ
diff --git a/target/classes/org/schemaspy/view/MustacheTableDiagram.class
b/target/classes/org/schemaspy/view/MustacheTableDiagram.class
new file mode 100644
index 0000000..ee46183
Binary files /dev/null and
b/target/classes/org/schemaspy/view/MustacheTableDiagram.class differ
diff --git a/target/classes/org/schemaspy/view/MustacheTableIndex.class
b/target/classes/org/schemaspy/view/MustacheTableIndex.class
new file mode 100644
index 0000000..0c5e67f
Binary files /dev/null and
b/target/classes/org/schemaspy/view/MustacheTableIndex.class differ
diff --git
a/target/classes/org/schemaspy/view/MustacheWriter$ParseException.class
b/target/classes/org/schemaspy/view/MustacheWriter$ParseException.class
new file mode 100644
index 0000000..114e2a3
Binary files /dev/null and
b/target/classes/org/schemaspy/view/MustacheWriter$ParseException.class differ
diff --git a/target/classes/org/schemaspy/view/MustacheWriter.class
b/target/classes/org/schemaspy/view/MustacheWriter.class
new file mode 100644
index 0000000..53fcc32
Binary files /dev/null and
b/target/classes/org/schemaspy/view/MustacheWriter.class differ
diff --git a/target/classes/org/schemaspy/view/SqlFormatter.class
b/target/classes/org/schemaspy/view/SqlFormatter.class
new file mode 100644
index 0000000..d6c51a8
Binary files /dev/null and
b/target/classes/org/schemaspy/view/SqlFormatter.class differ
diff --git
a/target/classes/org/schemaspy/view/StyleSheet$MissingCssPropertyException.class
b/target/classes/org/schemaspy/view/StyleSheet$MissingCssPropertyException.class
new file mode 100644
index 0000000..004a3e8
Binary files /dev/null and
b/target/classes/org/schemaspy/view/StyleSheet$MissingCssPropertyException.class
differ
diff --git a/target/classes/org/schemaspy/view/StyleSheet$ParseException.class
b/target/classes/org/schemaspy/view/StyleSheet$ParseException.class
new file mode 100644
index 0000000..18ac743
Binary files /dev/null and
b/target/classes/org/schemaspy/view/StyleSheet$ParseException.class differ
diff --git a/target/classes/org/schemaspy/view/StyleSheet.class
b/target/classes/org/schemaspy/view/StyleSheet.class
new file mode 100644
index 0000000..d4907ad
Binary files /dev/null and b/target/classes/org/schemaspy/view/StyleSheet.class
differ
diff --git a/target/classes/org/schemaspy/view/TextFormatter.class
b/target/classes/org/schemaspy/view/TextFormatter.class
new file mode 100644
index 0000000..9af8cc0
Binary files /dev/null and
b/target/classes/org/schemaspy/view/TextFormatter.class differ
diff --git a/target/classes/org/schemaspy/view/WriteStats.class
b/target/classes/org/schemaspy/view/WriteStats.class
new file mode 100644
index 0000000..1fa3e7d
Binary files /dev/null and b/target/classes/org/schemaspy/view/WriteStats.class
differ
diff --git a/target/test-classes/org/dummy/DummyDriver.class
b/target/test-classes/org/dummy/DummyDriver.class
new file mode 100644
index 0000000..0f647eb
Binary files /dev/null and b/target/test-classes/org/dummy/DummyDriver.class
differ
diff --git a/target/test-classes/org/dummy/DummyDriverUnsatisfiedConnect.class
b/target/test-classes/org/dummy/DummyDriverUnsatisfiedConnect.class
new file mode 100644
index 0000000..4b7e11e
Binary files /dev/null and
b/target/test-classes/org/dummy/DummyDriverUnsatisfiedConnect.class differ
diff --git a/target/test-classes/org/dummy/DummyDriverUnsatisfiedCtor.class
b/target/test-classes/org/dummy/DummyDriverUnsatisfiedCtor.class
new file mode 100644
index 0000000..4786eec
Binary files /dev/null and
b/target/test-classes/org/dummy/DummyDriverUnsatisfiedCtor.class differ
diff --git a/target/test-classes/org/schemaspy/ConfigTest.class
b/target/test-classes/org/schemaspy/ConfigTest.class
new file mode 100644
index 0000000..9c0eaa3
Binary files /dev/null and b/target/test-classes/org/schemaspy/ConfigTest.class
differ
diff --git a/target/test-classes/org/schemaspy/DbAnalyzerTest.class
b/target/test-classes/org/schemaspy/DbAnalyzerTest.class
new file mode 100644
index 0000000..37cd290
Binary files /dev/null and
b/target/test-classes/org/schemaspy/DbAnalyzerTest.class differ
diff --git a/target/test-classes/org/schemaspy/DbDriverLoaderTest.class
b/target/test-classes/org/schemaspy/DbDriverLoaderTest.class
new file mode 100644
index 0000000..279e1d9
Binary files /dev/null and
b/target/test-classes/org/schemaspy/DbDriverLoaderTest.class differ
diff --git a/target/test-classes/org/schemaspy/RevisionTest.class
b/target/test-classes/org/schemaspy/RevisionTest.class
new file mode 100644
index 0000000..49b0099
Binary files /dev/null and
b/target/test-classes/org/schemaspy/RevisionTest.class differ
diff --git a/target/test-classes/org/schemaspy/TableOrdererTest.class
b/target/test-classes/org/schemaspy/TableOrdererTest.class
new file mode 100644
index 0000000..f3a1465
Binary files /dev/null and
b/target/test-classes/org/schemaspy/TableOrdererTest.class differ
diff --git
a/target/test-classes/org/schemaspy/cli/CommandLineArgumentParserTest.class
b/target/test-classes/org/schemaspy/cli/CommandLineArgumentParserTest.class
new file mode 100644
index 0000000..bae4e0b
Binary files /dev/null and
b/target/test-classes/org/schemaspy/cli/CommandLineArgumentParserTest.class
differ
diff --git
a/target/test-classes/org/schemaspy/cli/ConfigFileArgumentParserTest.class
b/target/test-classes/org/schemaspy/cli/ConfigFileArgumentParserTest.class
new file mode 100644
index 0000000..b56bac4
Binary files /dev/null and
b/target/test-classes/org/schemaspy/cli/ConfigFileArgumentParserTest.class
differ
diff --git
a/target/test-classes/org/schemaspy/cli/PropertyFileDefaultProviderTest.class
b/target/test-classes/org/schemaspy/cli/PropertyFileDefaultProviderTest.class
new file mode 100644
index 0000000..329d4a3
Binary files /dev/null and
b/target/test-classes/org/schemaspy/cli/PropertyFileDefaultProviderTest.class
differ
diff --git
a/target/test-classes/org/schemaspy/db/config/PropertiesFinderTest.class
b/target/test-classes/org/schemaspy/db/config/PropertiesFinderTest.class
new file mode 100644
index 0000000..1f636b1
Binary files /dev/null and
b/target/test-classes/org/schemaspy/db/config/PropertiesFinderTest.class differ
diff --git
a/target/test-classes/org/schemaspy/db/config/PropertiesResolverTest.class
b/target/test-classes/org/schemaspy/db/config/PropertiesResolverTest.class
new file mode 100644
index 0000000..9399394
Binary files /dev/null and
b/target/test-classes/org/schemaspy/db/config/PropertiesResolverTest.class
differ
diff --git
a/target/test-classes/org/schemaspy/integrationtesting/H2KeywordIT.class
b/target/test-classes/org/schemaspy/integrationtesting/H2KeywordIT.class
new file mode 100644
index 0000000..31be181
Binary files /dev/null and
b/target/test-classes/org/schemaspy/integrationtesting/H2KeywordIT.class differ
diff --git
a/target/test-classes/org/schemaspy/integrationtesting/H2SpacesIT.class
b/target/test-classes/org/schemaspy/integrationtesting/H2SpacesIT.class
new file mode 100644
index 0000000..50a903c
Binary files /dev/null and
b/target/test-classes/org/schemaspy/integrationtesting/H2SpacesIT.class differ
diff --git
a/target/test-classes/org/schemaspy/integrationtesting/H2ViewIT.class
b/target/test-classes/org/schemaspy/integrationtesting/H2ViewIT.class
new file mode 100644
index 0000000..119cbd8
Binary files /dev/null and
b/target/test-classes/org/schemaspy/integrationtesting/H2ViewIT.class differ
diff --git
a/target/test-classes/org/schemaspy/integrationtesting/OracleSpacesIT.class
b/target/test-classes/org/schemaspy/integrationtesting/OracleSpacesIT.class
new file mode 100644
index 0000000..1905469
Binary files /dev/null and
b/target/test-classes/org/schemaspy/integrationtesting/OracleSpacesIT.class
differ
diff --git
a/target/test-classes/org/schemaspy/integrationtesting/SchemaMetaIT.class
b/target/test-classes/org/schemaspy/integrationtesting/SchemaMetaIT.class
new file mode 100644
index 0000000..6a65e77
Binary files /dev/null and
b/target/test-classes/org/schemaspy/integrationtesting/SchemaMetaIT.class differ
diff --git
a/target/test-classes/org/schemaspy/integrationtesting/StackTraceLoggingIT$StackTraceLoggingConfiguration.class
b/target/test-classes/org/schemaspy/integrationtesting/StackTraceLoggingIT$StackTraceLoggingConfiguration.class
new file mode 100644
index 0000000..0dc3050
Binary files /dev/null and
b/target/test-classes/org/schemaspy/integrationtesting/StackTraceLoggingIT$StackTraceLoggingConfiguration.class
differ
diff --git
a/target/test-classes/org/schemaspy/integrationtesting/StackTraceLoggingIT.class
b/target/test-classes/org/schemaspy/integrationtesting/StackTraceLoggingIT.class
new file mode 100644
index 0000000..932685b
Binary files /dev/null and
b/target/test-classes/org/schemaspy/integrationtesting/StackTraceLoggingIT.class
differ
diff --git a/target/test-classes/org/schemaspy/model/CatalogTest.class
b/target/test-classes/org/schemaspy/model/CatalogTest.class
new file mode 100644
index 0000000..193366a
Binary files /dev/null and
b/target/test-classes/org/schemaspy/model/CatalogTest.class differ
diff --git
a/target/test-classes/org/schemaspy/model/InvalidConfigurationExceptionTest$SimpleClass.class
b/target/test-classes/org/schemaspy/model/InvalidConfigurationExceptionTest$SimpleClass.class
new file mode 100644
index 0000000..4c8de7a
Binary files /dev/null and
b/target/test-classes/org/schemaspy/model/InvalidConfigurationExceptionTest$SimpleClass.class
differ
diff --git
a/target/test-classes/org/schemaspy/model/InvalidConfigurationExceptionTest.class
b/target/test-classes/org/schemaspy/model/InvalidConfigurationExceptionTest.class
new file mode 100644
index 0000000..d0e8874
Binary files /dev/null and
b/target/test-classes/org/schemaspy/model/InvalidConfigurationExceptionTest.class
differ
diff --git a/target/test-classes/org/schemaspy/model/RoutineTest.class
b/target/test-classes/org/schemaspy/model/RoutineTest.class
new file mode 100644
index 0000000..33f3bbb
Binary files /dev/null and
b/target/test-classes/org/schemaspy/model/RoutineTest.class differ
diff --git a/target/test-classes/org/schemaspy/model/SchemaTest.class
b/target/test-classes/org/schemaspy/model/SchemaTest.class
new file mode 100644
index 0000000..f6304d3
Binary files /dev/null and
b/target/test-classes/org/schemaspy/model/SchemaTest.class differ
diff --git a/target/test-classes/org/schemaspy/model/TableColumnMetaTest.class
b/target/test-classes/org/schemaspy/model/TableColumnMetaTest.class
new file mode 100644
index 0000000..daee932
Binary files /dev/null and
b/target/test-classes/org/schemaspy/model/TableColumnMetaTest.class differ
diff --git a/target/test-classes/org/schemaspy/model/TableFullNameTest.class
b/target/test-classes/org/schemaspy/model/TableFullNameTest.class
new file mode 100644
index 0000000..687aad5
Binary files /dev/null and
b/target/test-classes/org/schemaspy/model/TableFullNameTest.class differ
diff --git a/target/test-classes/org/schemaspy/model/TableIndexTest.class
b/target/test-classes/org/schemaspy/model/TableIndexTest.class
new file mode 100644
index 0000000..87e007c
Binary files /dev/null and
b/target/test-classes/org/schemaspy/model/TableIndexTest.class differ
diff --git a/target/test-classes/org/schemaspy/model/xml/SchemaMetaTest.class
b/target/test-classes/org/schemaspy/model/xml/SchemaMetaTest.class
new file mode 100644
index 0000000..dbf7460
Binary files /dev/null and
b/target/test-classes/org/schemaspy/model/xml/SchemaMetaTest.class differ
diff --git
a/target/test-classes/org/schemaspy/output/xml/dom/XmlTableFormatterTest.class
b/target/test-classes/org/schemaspy/output/xml/dom/XmlTableFormatterTest.class
new file mode 100644
index 0000000..6948eb8
Binary files /dev/null and
b/target/test-classes/org/schemaspy/output/xml/dom/XmlTableFormatterTest.class
differ
diff --git a/target/test-classes/org/schemaspy/service/DatabaseServiceIT.class
b/target/test-classes/org/schemaspy/service/DatabaseServiceIT.class
new file mode 100644
index 0000000..56117fb
Binary files /dev/null and
b/target/test-classes/org/schemaspy/service/DatabaseServiceIT.class differ
diff --git a/target/test-classes/org/schemaspy/service/TableServiceTest.class
b/target/test-classes/org/schemaspy/service/TableServiceTest.class
new file mode 100644
index 0000000..e6028b7
Binary files /dev/null and
b/target/test-classes/org/schemaspy/service/TableServiceTest.class differ
diff --git
a/target/test-classes/org/schemaspy/testcontainer/InformixIndexIT.class
b/target/test-classes/org/schemaspy/testcontainer/InformixIndexIT.class
new file mode 100644
index 0000000..c1424fc
Binary files /dev/null and
b/target/test-classes/org/schemaspy/testcontainer/InformixIndexIT.class differ
diff --git
a/target/test-classes/org/schemaspy/testcontainer/InformixIndexXMLIT.class
b/target/test-classes/org/schemaspy/testcontainer/InformixIndexXMLIT.class
new file mode 100644
index 0000000..2d4c055
Binary files /dev/null and
b/target/test-classes/org/schemaspy/testcontainer/InformixIndexXMLIT.class
differ
diff --git
a/target/test-classes/org/schemaspy/testcontainer/MSSQLServerIT.class
b/target/test-classes/org/schemaspy/testcontainer/MSSQLServerIT.class
new file mode 100644
index 0000000..2fcf447
Binary files /dev/null and
b/target/test-classes/org/schemaspy/testcontainer/MSSQLServerIT.class differ
diff --git a/target/test-classes/org/schemaspy/testcontainer/MysqlHTMLIT.class
b/target/test-classes/org/schemaspy/testcontainer/MysqlHTMLIT.class
new file mode 100644
index 0000000..cda644d
Binary files /dev/null and
b/target/test-classes/org/schemaspy/testcontainer/MysqlHTMLIT.class differ
diff --git
a/target/test-classes/org/schemaspy/testcontainer/MysqlKeyWordTableIT.class
b/target/test-classes/org/schemaspy/testcontainer/MysqlKeyWordTableIT.class
new file mode 100644
index 0000000..d83e95c
Binary files /dev/null and
b/target/test-classes/org/schemaspy/testcontainer/MysqlKeyWordTableIT.class
differ
diff --git
a/target/test-classes/org/schemaspy/testcontainer/MysqlRoutinesIT.class
b/target/test-classes/org/schemaspy/testcontainer/MysqlRoutinesIT.class
new file mode 100644
index 0000000..0b6326a
Binary files /dev/null and
b/target/test-classes/org/schemaspy/testcontainer/MysqlRoutinesIT.class differ
diff --git
a/target/test-classes/org/schemaspy/testcontainer/MysqlSpacesIT.class
b/target/test-classes/org/schemaspy/testcontainer/MysqlSpacesIT.class
new file mode 100644
index 0000000..2fb45e6
Binary files /dev/null and
b/target/test-classes/org/schemaspy/testcontainer/MysqlSpacesIT.class differ
diff --git
a/target/test-classes/org/schemaspy/testcontainer/MysqlSpacesNoDotsIT.class
b/target/test-classes/org/schemaspy/testcontainer/MysqlSpacesNoDotsIT.class
new file mode 100644
index 0000000..1bccb39
Binary files /dev/null and
b/target/test-classes/org/schemaspy/testcontainer/MysqlSpacesNoDotsIT.class
differ
diff --git a/target/test-classes/org/schemaspy/testcontainer/MysqlXMLIT.class
b/target/test-classes/org/schemaspy/testcontainer/MysqlXMLIT.class
new file mode 100644
index 0000000..8e5fcf7
Binary files /dev/null and
b/target/test-classes/org/schemaspy/testcontainer/MysqlXMLIT.class differ
diff --git a/target/test-classes/org/schemaspy/testcontainer/OracleIT.class
b/target/test-classes/org/schemaspy/testcontainer/OracleIT.class
new file mode 100644
index 0000000..b70d323
Binary files /dev/null and
b/target/test-classes/org/schemaspy/testcontainer/OracleIT.class differ
diff --git
a/target/test-classes/org/schemaspy/testing/AssumeClassIsPresentRule.class
b/target/test-classes/org/schemaspy/testing/AssumeClassIsPresentRule.class
new file mode 100644
index 0000000..2916251
Binary files /dev/null and
b/target/test-classes/org/schemaspy/testing/AssumeClassIsPresentRule.class
differ
diff --git a/target/test-classes/org/schemaspy/testing/H2MemoryRule.class
b/target/test-classes/org/schemaspy/testing/H2MemoryRule.class
new file mode 100644
index 0000000..6284a84
Binary files /dev/null and
b/target/test-classes/org/schemaspy/testing/H2MemoryRule.class differ
diff --git a/target/test-classes/org/schemaspy/testing/IgnoreUsingXPath.class
b/target/test-classes/org/schemaspy/testing/IgnoreUsingXPath.class
new file mode 100644
index 0000000..d34056d
Binary files /dev/null and
b/target/test-classes/org/schemaspy/testing/IgnoreUsingXPath.class differ
diff --git a/target/test-classes/org/schemaspy/testing/Logger.class
b/target/test-classes/org/schemaspy/testing/Logger.class
new file mode 100644
index 0000000..d084ef8
Binary files /dev/null and
b/target/test-classes/org/schemaspy/testing/Logger.class differ
diff --git a/target/test-classes/org/schemaspy/testing/LoggingRule$1.class
b/target/test-classes/org/schemaspy/testing/LoggingRule$1.class
new file mode 100644
index 0000000..d121fa6
Binary files /dev/null and
b/target/test-classes/org/schemaspy/testing/LoggingRule$1.class differ
diff --git a/target/test-classes/org/schemaspy/testing/LoggingRule.class
b/target/test-classes/org/schemaspy/testing/LoggingRule.class
new file mode 100644
index 0000000..27205cd
Binary files /dev/null and
b/target/test-classes/org/schemaspy/testing/LoggingRule.class differ
diff --git
a/target/test-classes/org/schemaspy/util/CaseInsensitiveMapTest.class
b/target/test-classes/org/schemaspy/util/CaseInsensitiveMapTest.class
new file mode 100644
index 0000000..727d64f
Binary files /dev/null and
b/target/test-classes/org/schemaspy/util/CaseInsensitiveMapTest.class differ
diff --git
a/target/test-classes/org/schemaspy/util/ConnectionURLBuilderTest.class
b/target/test-classes/org/schemaspy/util/ConnectionURLBuilderTest.class
new file mode 100644
index 0000000..848fe55
Binary files /dev/null and
b/target/test-classes/org/schemaspy/util/ConnectionURLBuilderTest.class differ
diff --git a/target/test-classes/org/schemaspy/util/DbSpecificOptionTest.class
b/target/test-classes/org/schemaspy/util/DbSpecificOptionTest.class
new file mode 100644
index 0000000..d672ba0
Binary files /dev/null and
b/target/test-classes/org/schemaspy/util/DbSpecificOptionTest.class differ
diff --git a/target/test-classes/org/schemaspy/util/DotTest.class
b/target/test-classes/org/schemaspy/util/DotTest.class
new file mode 100644
index 0000000..7677820
Binary files /dev/null and
b/target/test-classes/org/schemaspy/util/DotTest.class differ
diff --git a/target/test-classes/org/schemaspy/util/GraphvizVersionTest.class
b/target/test-classes/org/schemaspy/util/GraphvizVersionTest.class
new file mode 100644
index 0000000..887829a
Binary files /dev/null and
b/target/test-classes/org/schemaspy/util/GraphvizVersionTest.class differ
diff --git a/target/test-classes/org/schemaspy/util/InflectionTest.class
b/target/test-classes/org/schemaspy/util/InflectionTest.class
new file mode 100644
index 0000000..7c16dd3
Binary files /dev/null and
b/target/test-classes/org/schemaspy/util/InflectionTest.class differ
diff --git a/target/test-classes/org/schemaspy/util/RailsNamingTest.class
b/target/test-classes/org/schemaspy/util/RailsNamingTest.class
new file mode 100644
index 0000000..ab5ce50
Binary files /dev/null and
b/target/test-classes/org/schemaspy/util/RailsNamingTest.class differ
diff --git a/target/test-classes/org/schemaspy/util/ResourceFinderTest.class
b/target/test-classes/org/schemaspy/util/ResourceFinderTest.class
new file mode 100644
index 0000000..3ed352f
Binary files /dev/null and
b/target/test-classes/org/schemaspy/util/ResourceFinderTest.class differ
diff --git a/target/test-classes/org/schemaspy/validator/NameValidatorIT.class
b/target/test-classes/org/schemaspy/validator/NameValidatorIT.class
new file mode 100644
index 0000000..33ed95d
Binary files /dev/null and
b/target/test-classes/org/schemaspy/validator/NameValidatorIT.class differ
diff --git
a/target/test-classes/org/schemaspy/validator/NameValidatorTest.class
b/target/test-classes/org/schemaspy/validator/NameValidatorTest.class
new file mode 100644
index 0000000..0ee5bb0
Binary files /dev/null and
b/target/test-classes/org/schemaspy/validator/NameValidatorTest.class differ
diff --git a/target/test-classes/org/schemaspy/view/HtmlFormatterTest.class
b/target/test-classes/org/schemaspy/view/HtmlFormatterTest.class
new file mode 100644
index 0000000..469e94b
Binary files /dev/null and
b/target/test-classes/org/schemaspy/view/HtmlFormatterTest.class differ
diff --git a/target/test-classes/org/schemaspy/view/MustacheWriterTest.class
b/target/test-classes/org/schemaspy/view/MustacheWriterTest.class
new file mode 100644
index 0000000..b7b3b08
Binary files /dev/null and
b/target/test-classes/org/schemaspy/view/MustacheWriterTest.class differ
diff --git
a/target/test-classes/org/testcontainers/containers/InformixContainer.class
b/target/test-classes/org/testcontainers/containers/InformixContainer.class
new file mode 100644
index 0000000..31474df
Binary files /dev/null and
b/target/test-classes/org/testcontainers/containers/InformixContainer.class
differ
--
To stop receiving notification emails like this one, please contact
address@hidden