JDBI v2.6.0 Release Notes

    • 🛠 Fix a number of compiler warnings
    • ➕ Add new binding methods for SqlStatement
      • Integer, Boolean, Byte, Long, Short Object
      • double, float, short primitive
    • All bind methods taking an object should check for null values and bind a NullArgument accordingly.