EasyDB v2.10.0 Release Notes

Release Date: 2019-08-15 // over 4 years ago
    • 👻 You can now pull the original exception (which may leak credentials via stack trace) from a ConstructorFailed exception by calling the new getRealException() method.
    • ➕ Added insertIgnore() (Insert a row into the table, ignoring on key collisions)
    • ➕ Added insertOnDuplicateKeyUpdate() (Insert a row into the table; or if a key collision occurs, doing an update instead)
    • #111: EasyStatement: Don't fail with empty IN() statements