SQL warnings are already printed to the log v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sun, 29 Dec 2013 15:49:25 +0100
branchv_0
changeset 970dcaa48809f2
parent 96 7ae30649b30b
child 98 4d420f8b3320
SQL warnings are already printed to the log
java/sql-dk/src/info/globalcode/sql/dk/formatting/AbstractFormatter.java
     1.1 --- a/java/sql-dk/src/info/globalcode/sql/dk/formatting/AbstractFormatter.java	Sun Dec 29 15:28:24 2013 +0100
     1.2 +++ b/java/sql-dk/src/info/globalcode/sql/dk/formatting/AbstractFormatter.java	Sun Dec 29 15:49:25 2013 +0100
     1.3 @@ -267,7 +267,4 @@
     1.4  	protected int getCurrentRowCount() {
     1.5  		return currentRowCount;
     1.6  	}
     1.7 -	/**
     1.8 -	 * TODO: write SQLWarning
     1.9 -	 */
    1.10  }