[csvjdbc] branch master updated (90b4d17 -> b418efc)

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Tue Oct 10 06:57:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

mans0954 pushed a change to branch master
in repository csvjdbc.

      from  90b4d17   dch -r; ready for review
      adds  6d9603a   New upstream version 1.0.34
       new  ccc71c6   Updated version 1.0.34 from 'upstream/1.0.34'
       new  4692094   New upstream release (1.0.34)
       new  dc10606   Use my Debian e-mail address in debian/control and debian/copyright
       new  b418efc   Update debian/copyright

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build/build.xml                                    |   2 +-
 debian/changelog                                   |   8 ++
 debian/control                                     |   2 +-
 debian/copyright                                   |   8 +-
 pom.xml                                            |   7 +-
 src/main/java/org/relique/jdbc/csv/ColumnName.java |  11 +-
 .../java/org/relique/jdbc/csv/CsvConnection.java   |  44 ++++++-
 src/main/java/org/relique/jdbc/csv/CsvDriver.java  |  59 ++++++++-
 .../org/relique/jdbc/csv/CsvPreparedStatement.java |   6 +
 .../java/org/relique/jdbc/csv/CsvResultSet.java    |  17 +++
 .../java/org/relique/jdbc/csv/CsvStatement.java    |  41 +++++-
 .../java/org/relique/jdbc/csv/ParsedStatement.java |   6 +-
 .../java/org/relique/jdbc/csv/QueryEnvEntry.java   |  17 ++-
 src/main/java/org/relique/jdbc/csv/SqlParser.java  |   8 +-
 .../java/org/relique/jdbc/csv/StringConverter.java | 139 ++++++++++++++++++++-
 src/main/javacc/org/relique/jdbc/csv/where.jj      |   6 +-
 .../org/relique/jdbc/csv/messages.properties       |   1 +
 .../java/org/relique/jdbc/csv/TestCsvDriver.java   | 105 ++++++++++++++++
 src/testdata/sunil_date_time.csv                   |   6 +-
 19 files changed, 458 insertions(+), 35 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/csvjdbc.git



More information about the pkg-java-commits mailing list