chequer-io / JDBC.NET

It is a wrapper that allows you to use JDBC drivers in ADO.NET
MIT License
34 stars 10 forks source link

Missing break; in JDBC.NET.Bridge StatementServiceImpl class #6

Closed ALandmanDatprof closed 3 years ago

ALandmanDatprof commented 3 years ago

The setParameter method in the StatementServiceImpl class from JDBC.NET.Bridge is missing a break statement on line 142/143 for the BOOLEAN case.

nnnnoel commented 3 years ago

Merged https://github.com/chequer-io/JDBC.NET/pull/7