openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
Persistent Objects in Java
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 4 hours
ago. based on code collected
about 4 hours
ago.
Feb 18, 2025 — Feb 18, 2026
Showing page 41 of 46
Search / Filter on:
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.
guenne
More...
over 19 years ago
(getSqlValue): Adapted to SQLEvalContext changes.
guenne
More...
over 19 years ago
(evaluateSQL): Adapted to SQLEvalContext changes.
guenne
More...
over 19 years ago
(MemoryContainer): Added dictionary and schema arguments. (newEvalContext): Adapted to SQLEvalContext changes.
guenne
More...
over 19 years ago
(PostgreSQLContainer): Added dictionary and schema arguments. (getSequenceCurrentValue, getSequenceNextValue, insertObject): Added schema support.
guenne
More...
over 19 years ago
(OracleContainer): Added dictionary and schema arguments. (getSequenceCurrentValue, getSequenceNextValue, insertObject): Added schema support.
guenne
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.
guenne
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.
guenne
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.
guenne
More...
over 19 years ago
(ContainerWrapper): Pass dictionary and schema of wrapped container to super class.
guenne
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.
guenne
More...
over 19 years ago
(schema,getSchema): New member and get method. (EvalContext): Added schema argument. (getSchemaPrefix, getFromClause): New utility methods.
guenne
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.
guenne
More...
over 19 years ago
(classLoader, getClassLoader, setClassLoader): New member and access methods. (PObjDictionary): Use library class loader as default.
guenne
More...
over 19 years ago
(Join): Fixed initialization of description.
guenne
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.
guenne
More...
over 19 years ago
(write): Minor varargs fix.
guenne
More...
over 19 years ago
Fixed reading of system property for skipBrokenMemDb.
guenne
More...
over 19 years ago
(testQueryPullInResult, testQueryPullInResultExtensible): Reenabled test cases, but always skipped for MemoryContainer as they don't make sense for it anyway.
guenne
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.
guenne
More...
over 19 years ago
(getSkipBrokenMemDb, checkSkipBrokenMemDb): New methods.
guenne
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.
guenne
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.
guenne
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.
guenne
More...
over 19 years ago
←
1
2
…
37
38
39
40
41
42
43
44
45
46
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree