tabular formatter: new option 'separateBy' to print horizontal separator on each change of given column
2 # Copyright © 2013 František Kučera (frantovo.cz)
4 # This program is free software: you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation, version 3 of the License.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 # GNU General Public License for more details.
13 # You should have received a copy of the GNU General Public License
14 # along with this program. If not, see <http://www.gnu.org/licenses/>.
16 default namespace = "tag:globalcode.info,2018:sqldk/configuration"
19 element configuration {
22 element name { text },
24 element userName { text }?,
25 element password { text }?,
26 element driver { text }?,
28 attribute name { text },
32 element command { text },
34 attribute type { "literal" | "host" | "port" | "env" | "dbProperty" }?,
40 element defaultFormatter { text }?,
43 element name { text },
44 element class { text },
46 attribute name { text },