|
|
12/6/2013 2:22:41 PM
overlapping entitlement events and populate missing
next plan information under certain circumstances.
This closes https://github.com/killbill/killbill/issues/134 and
https://github.com/killbill/killbill/issues/140.
This also:
* removes RE_CREATE handling code, as it is not needed anymore and
helps simplify the code
* extract DefaultSubscriptionEvent to its own file for simplicity
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
12/5/2013 11:20:56 AM
functional change.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
12/9/2013 10:40:25 PM
we don't use reflection when mapping back results from ResultSet.
When there is a large number of results returned * large number of columns this starts to become significant.
This will save between 10 and 15 uSec per value, so for 400 rows returned * 15 fields -> 90 mSec.
(If the call makese several of those queries, for e.g 3 queries -> 270 mSec).
|
12/6/2013 12:39:30 AM
version
|
|
|
|
|
|
|
|
|
12/3/2013 3:12:49 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|