.hgignore
author František Kučera <franta-hg@frantovo.cz>
Fri, 04 Apr 2014 23:40:28 +0200
branchv_0
changeset 171 701ec4db43fb
parent 153 5bb73142671d
child 172 dec1ba8af6c5
permissions -rw-r--r--
JDBC loopback driver: first version
experimental JDBC driver which does not need any real SQL database,
just passes values of statement parameters as a result set.
The first parameter is column count, then follows column names and then data.

Example:

2 a b c d e f

will result into table:

a | b
-----
c | d
e | f
     1 syntax: glob
     2 
     3 *~
     4 temp/*
     5 java/sql-dk/dist/
     6 java/sql-dk/build/
     7 java/sql-dk/nbproject/private/
     8 
     9 java/sql-dk/data/info/globalcode/sql/dk/version.txt
    10 java/sql-dk/data/info/globalcode/sql/dk/help.txt
    11 
    12 distributions/debian/*.deb
    13 distributions/src/*.tar.gz