0.5.11.1
3 lines of code changed in 1 file:
initial support for setAttribute()
26 lines of code changed in 3 files:
Fixed some mistakes, added some missing parts, added some business logic.
Changes by Juhan Aasaru juhan@best.ee
87 lines of code changed in 1 file:
eliminated all warnings when we do ant publishDoc
1 lines of code changed in 3 files:
fixed most of the warnings in javadoc
25 lines of code changed in 11 files:
generates cvs activity statistics with statcvs
29 lines of code changed in 2 files:
0.5.11
4 lines of code changed in 1 file:
documented initConnections
3 lines of code changed in 1 file:
renamed to initConnections as sql.X is only legal when X is a setting accepted by the jdbc driver
1 lines of code changed in 1 file:
initial number of connections is now configurable
7 lines of code changed in 1 file:
fixed small bug: resources that were not yet created don't need to be closed
4 lines of code changed in 1 file:
renamed caches and made them soft
18 lines of code changed in 3 files:
added cleanup code in doMakumbaEndTag() so the (jasper2) tag cache will keep less data
14 lines of code changed in 4 files:
no need for page cache
6 lines of code changed in 2 files:
added cleanup code in doEndTag() so that the (jasper2) tag cache will not cache too much; added needCache() test for the page cache
21 lines of code changed in 1 file:
keeping OQL strings instead of (much bigger) OQL analyzers
the analysis trees are only needed at analysis time, so keeping the OQL analyzers referenced is not justified.
hopefully the calls to MakumbaSystem.getOQLAnalyzer() will be hits in the OQLAnalyzer soft cache.
8 lines of code changed in 1 file:
caching OQL string instead of AST; removed old example-based type computation code
11 lines of code changed in 2 files:
fixing cleaning of the cleared soft references; size, hits and misses computation
21 lines of code changed in 1 file:
better cleanup/closing; static caches can be soft; size, hits and misses computation
69 lines of code changed in 1 file:
Database does not cache query result and parameter structures anymore
2 lines of code changed in 2 files:
renamed, softened and eliminated some caches.
queries and updates are now softly cached.
query result and parameter structures are not cached anymore.
24 lines of code changed in 1 file:
added a few things from the changelog (from 0.5.9 till 0.5.10.5). Please check if I got everything right. Thanks
288 lines of code changed in 1 file:
moved query and update caches from connections to the database
not caching OQLAnalyzers in the query cache
60 lines of code changed in 8 files:
"unfixing" minor bug 56 to reduce the number of connections open, to improve server stability
6 lines of code changed in 1 file:
0.5.10.5
3 lines of code changed in 1 file:
better connection cleanup
21 lines of code changed in 3 files:
added more explicit closing code, so that less cleanup is left to garbage collection
25 lines of code changed in 1 file:
making some methods abstract
3 lines of code changed in 1 file:
minor improvement, needed for NamedResources.close()
7 lines of code changed in 1 file: