croudet

Results 5 issues of croudet

Jdbi: 3.12.2 DB: postgres 12 The following query fails with jdbi and works with direct jdbc call: ```java static String sql = "WITH main AS (SELECT sl.deviceid, replace(substr(sa.downloadurl, char_length(r.name) +...

bug

## Describe the changes - upgrade dependencies - Add support for logback-access v2 - only supports jetty 12

Add support for logback-access new pom coordinates: https://github.com/qos-ch/logback-access ```xml ch.qos.logback.access tomcat 2.0.0 ch.qos.logback.access jetty11 2.0.0 ch.qos.logback.access jetty12 2.0.0 ``` Also some package name changes.

type:enhancement

Calling .textualizer('destroy') does not remove the clone node. ``` javascript this.destroy = function () { $container.parent().removeData('textualizer').end().remove(); // $phantomContainer.remove(); $clone.remove(); }; ```

When I try to change data, some character of the previous batch get mixed up with the new one. Tested on firefox 14 and chrome 20. ``` javascript var list...