Moandji Ezana

Results 16 issues of Moandji Ezana

2.1 has been released but not uploaded to Maven Central: http://search.maven.org/#search|ga|1|jdbcmetrics ![screenshot from 2015-03-06 13 32 33](https://cloud.githubusercontent.com/assets/58760/6524705/48f351b8-c405-11e4-919e-81447cc24f36.png)

I haven't tested this yet, but I was wondering about it. Will the query count be correct when doing an async request? During an async request, different threads may be...

Could we have separate metrics per query? For example, `SELECT * FROM users` and `SELECT * FROM accounts` would be measured by different timers (along with being aggregated into more...

Inspired by @mkopylec and #117 , here is a slightly different approach. The way I see it, the generator would be in a maven plugin, so that the resulting code...

I've looked a bit, but have not found a Java implementation aside from your own. I'd like to use it, but I'm not sure if it's meant to be used...

I was looking at using a new (to me) function and struggling to understand what it required, even after looking at the output of Indicator.info, TA-Lib's XML file and the...

Given `[a . b]`, `toml.getTable("a . b")` does not work, but `toml.getTable("a.b")` does.

I'm not sure if this is possible, but it would make for nicer-looking output.

enhancement

``` java Toml toml = new Toml().parse("a = 1"); toml.contains("a.b1"); // throws ClassCastException ```

bug