|
4/3/2017 7:58:25 PM
Kill Bill core team <contact@killbill.io>
|
3/31/2017 9:14:08 AM
when creating the session for instance, only a CREATE and an UPDATE are now required (instead of a CREATE and 3 UPDATE)
* Fix caching upon session creation (wrong key type was being used)
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
3/31/2017 6:39:38 AM
the new "return rehydrated object upon create or update" mechanism to
avoid unnecessary get queries.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
3/31/2017 2:29:24 AM
Meyer <pierre@mouraf.org>
|
3/31/2017 2:27:43 AM
creation
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
3/31/2017 2:26:05 AM
enhances caching in some code paths.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
3/30/2017 11:41:58 AM
Meyer <pierre@mouraf.org>
|
3/30/2017 7:17:34 AM
record_id
While the implementation is JDBC driver specific, it seems to be working fine
for our use-case (h2, MariaDB and PostgreSQL).
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
3/30/2017 7:14:53 AM
fetch the record_id, as we already have it at this point.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|