Skip to content

Commit

Permalink
Clarify pattern format
Browse files Browse the repository at this point in the history
  • Loading branch information
timowest committed Nov 1, 2015
1 parent 82faa25 commit 09868ed
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -160,12 +160,12 @@
</row>
<row>
<entry>schemaPattern</entry>
<entry>a schema name pattern; must match the schema name as it is stored in the database;
<entry>a schema name pattern in LIKE pattern form; must match the schema name as it is stored in the database;
(default: null)</entry>
</row>
<row>
<entry>tableNamePattern</entry>
<entry>a table name pattern; must match the table name as it is stored in the database,
<entry>a table name pattern in LIKE pattern form; must match the table name as it is stored in the database,
multiple can be separated by comma
(default: null)</entry>
</row>
Expand Down

0 comments on commit 09868ed

Please sign in to comment.