0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Feb 18, 2025 — Feb 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(TEST_SCHEMA): New public constant to the schema. (TEST_DICTIONARY): New public constant for the test dictionary. (openContainer): Adapted to Container API changes. More... over 19 years ago
(getSqlValue): Adapted to SQLEvalContext changes. More... over 19 years ago
(evaluateSQL): Adapted to SQLEvalContext changes. More... over 19 years ago
(MemoryContainer): Added dictionary and schema arguments. (newEvalContext): Adapted to SQLEvalContext changes. More... over 19 years ago
(PostgreSQLContainer): Added dictionary and schema arguments. (getSequenceCurrentValue, getSequenceNextValue, insertObject): Added schema support. More... over 19 years ago
(OracleContainer): Added dictionary and schema arguments. (getSequenceCurrentValue, getSequenceNextValue, insertObject): Added schema support. More... over 19 years ago
(DEFAULT_SCHEMA): New constant for the empty schema as MySQL does not support schemas as of now. (MySQLContainer): Added dictionary and schema arguments. Schema argument is ignored as MySQL does not support schemas as of now. It remained an argument for capability to use java.lang.reflect to instanciate a database container as used for the tests. (insertObject): Added schema support if ever supported by MySQL. (deref): Use getFromClause method to reduce code duplication and add schema support if ever supported by MySQL. More... over 19 years ago
Reverted some more Eclipse indentations. (JdbcContainer): Added dictionary and schema name arguments. Initialize from dictionary. (deleteAll): Added schema support. Log SQL statement. (deleteObject, updateObject, readPClass): Added schema support. (newEvalContext): Adapted to SQLEvalContext changes. More... over 19 years ago
(FS_SCHEMA): New constant for the only supported (empty) schema name. (FS_MODULE): New constant for the only supported module. (FS_DICTIONARY): New constant for the only supported dictionary. (FileSystemContainer): Adapted to super class changes. (newEvalContext): Adapted to SQLEvalContext changes. More... over 19 years ago
(ContainerWrapper): Pass dictionary and schema of wrapped container to super class. More... over 19 years ago
(SQLEvalContext): Added schema argument. (toSQL): Use supportsLimitOffset() method to reduce code duplication. (addTableRef, addJoin, deref): Use getFromClause methods to reduce code duplication and add schema prefix support. More... over 19 years ago
(schema,getSchema): New member and get method. (EvalContext): Added schema argument. (getSchemaPrefix, getFromClause): New utility methods. More... over 19 years ago
(dictionary,getDictionary): New member and get method. (schema,getSchema): New member and get method. (Container): Added dictionary and schema arguments. (addSchemaPrefix): New utility method. (createObject): Made non-static so that we have access to the class loader of the dictionary. (registerDictionary, registerModule): New methods to do the old registerClass stuff automatically from the dictionary. More... over 19 years ago
(classLoader, getClassLoader, setClassLoader): New member and access methods. (PObjDictionary): Use library class loader as default. More... over 19 years ago
(Join): Fixed initialization of description. More... over 19 years ago
(parseTypeClass): Removed not thrown DictionaryException. (fixupReference): Removed JoinType variant that just calls ReferenceToClass variant and JoinType is a ReferenceToClass. Removed local variable in ReferenceToClass variant that just renamed the argument. More... over 19 years ago
(write): Minor varargs fix. More... over 19 years ago
Fixed reading of system property for skipBrokenMemDb. More... over 19 years ago
(testQueryPullInResult, testQueryPullInResultExtensible): Reenabled test cases, but always skipped for MemoryContainer as they don't make sense for it anyway. More... over 19 years ago
(testQueryMultiTables, testQueryMultiTableWithConj, testQueryOrTables1, testQueryOrTables2, testQueryOrTables3): Reenabled test cases, but are skipped for MemoryContainer if desired, which is the default. (testQueryPullInReference, testQueryPullInReferenceExtensible): Reenabled test cases, as they don't trigger any bugs in MemoryContainer. More... over 19 years ago
(getSkipBrokenMemDb, checkSkipBrokenMemDb): New methods. More... over 19 years ago
Cleanup now unusalbe Jikes stuff as we use generics now. Added some JDK5 warnings. Added `test_skip' property to allow skipping of test cases that trigger known bugs in the MemoryContainer -- Be warned that such a test run is NOT neccessarily saying much if it succeeds. More... over 19 years ago
Add elements `join' and `set'.
mva
More... over 19 years ago
First test for join element.
mva
More... over 19 years ago
New test, some detypo
mva
More... over 19 years ago
Eliminate tests that do not work by default.
mva
More... over 19 years ago
ClassDecl has a new argument `joins'.
mva
More... over 19 years ago
(pobjects-compile) Switch to Java5.
mva
More... over 19 years ago
(supportsLimitOffset): New test method for easier usage. More... over 19 years ago
(createObject): Don't silence the exceptions but convert them into Error's, so that we don't have to catch them everywhere and can't do anything about it. More... over 19 years ago