


keeping the "homogeneous cache" optimization
11 lines of code changed in 1 file:
added method to clean all static caches. fixed a bug in cache closing. invoking close when cleaning a static cache.
12 lines of code changed in 1 file:
fixed issue with base pointers being different at different test runs
9 lines of code changed in 4 files:
the test file (classes/org.makumba.providers.query.mql/queries.txt refers to the projman project, along with karamba; this adds it to the classpath
1 lines of code changed in 1 file:
supporting join via internally-generated relational pointers. this is useful mostly when internal tables like set middle tables are referred explicitly in queries
1 lines of code changed in 1 file:
Manu's fix to a problem related to the new function inliner
9 lines of code changed in 1 file:
mysql 4.1 will not always return a date object for date expressions on getObject(), e.g. if subqueries are used. i don't remember why we use getObject() and not getDate() in the first place
11 lines of code changed in 1 file:
revived support for setintenum
5 lines of code changed in 2 files:
fixed a bug: if commons-logging is missing, parser remains null
1 lines of code changed in 1 file:
accepting both multi-type parameters and parameters whose type can be deduced by their type on another position in the query
83 lines of code changed in 2 files:
using setParameterType everywhere
checking duplicate types in setParameterType, just because we can
12 lines of code changed in 1 file:
fixed a bug: had not propertly understood the semantic of poll()
1 lines of code changed in 1 file:
fixed thread congestion issue
28 lines of code changed in 1 file:
probably fixing a race condition bug. improved the code in any case
9 lines of code changed in 1 file:
recent fixes
1 lines of code changed in 1 file:
better subfield check
5 lines of code changed in 1 file:
fixes related to SELECT ... INSERT
5 lines of code changed in 2 files:
fixed a foreign key violation; the origin should be deleted after the relation
6 lines of code changed in 1 file:
fixed many issues with treatment of parameters and their types.
allowing type discovery depending on the insert destination table
97 lines of code changed in 3 files:
printing everything to system.err so it is possible to compare outpiuts to previous runs
9 lines of code changed in 1 file:
(446 more)