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 6 hours
ago. based on code collected
about 6 hours
ago.
Feb 28, 2025 — Feb 28, 2026
Showing page 34 of 46
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
(createEmptyResult) obsolete
mva
More...
over 19 years ago
Rename evaluate() to buildSql()
mva
More...
over 19 years ago
Turned some stuff from public into package private and protected. Stopped half way through because there are just to many dependencies all over the map.
mva
More...
over 19 years ago
Merge SQLEvalContext into EvalContext. There is no such thing as a non-Sql EvalContext.
mva
More...
over 19 years ago
(getColumns): New public method with a private helper one to return the list of columns on which the constraint operates. (name): Use `memberName' and `getColumns' methods to build the MEMBER_NAME instead of using the schema name.
guenne
More...
over 19 years ago
(name): Include the table name in MEMBER_NAME to make the name unique.
guenne
More...
over 19 years ago
(memberName): Generalized parameter `fields' to be an array of Column.
guenne
More...
over 19 years ago
(newEvalContext) This is an Jdbc-only method.
mva
More...
over 19 years ago
(newEvalContext) Eliminate from Container, since it is a Jdbc-only thing.
mva
More...
over 19 years ago
(evaluate) This is an SQL-only method.
mva
More...
over 19 years ago
(createEmptyResult) Push method into sole user, PredicateQuery
mva
More...
over 19 years ago
(execute) Don't hide missing connection behind an empty result.
mva
More...
over 19 years ago
Move tryToLoadClass() into Utils
mva
More...
over 19 years ago
Rename getTypeDescriptor() to getClassName()
mva
More...
over 19 years ago
Add attribute `foreignOwnership' to element `module'.
mva
More...
over 19 years ago
(getModule): Added variant that searches for a module by its name. (getModuleForPackage): Added JavaDoc.
guenne
More...
over 19 years ago
`Utils.toUpperCaseWithUnderscore' -> `Utils.toAllCapsCase' Make generated try-catch blocks very small to prevent problems with compilers. Don't generate `TableExpr.resolveTypeName' calls.
guenne
More...
over 19 years ago
Removed resolveTypeName call as automatically done by inserting table expression into module.
guenne
More...
over 19 years ago
`Utils.toUpperCaseWithUnderscore' -> `Utils.toAllCapsCase'
guenne
More...
over 19 years ago
(setModule): Override to also resolve the type name. (resolveTypeName): Removed no unneccessary method.
guenne
More...
over 19 years ago
(join): New method. (toUpperCaseWithUnderscore): Renamed far to long name into `toAllCapsCase'.
guenne
More...
over 19 years ago
(createModule, dropModule, grantModule): Test for unsupported feature.
guenne
More...
over 19 years ago
Fixed to work.
guenne
More...
over 19 years ago
(createModule, dropModule, grantModule): New methods extracted out of `create', `drop' and `grant' methods.
guenne
More...
over 19 years ago
(PclassColumn): `ON DELETE CASCADE' for reference to `Pclass' table.
guenne
More...
over 19 years ago
Make parser schema prefix aware, to prevent name collisions wihtin modules that set their of prefix.
mva
More...
over 19 years ago
Implement references to string patterns from another module.
mva
More...
over 19 years ago
Replace addSchemaPrefix() with getQualifiedName() and addQualifiedName().
mva
More...
over 19 years ago
Add attribute `schemaPrefix' to element `module'.
mva
More...
over 19 years ago
(setModule) Propagate module to sequence.
mva
More...
over 19 years ago
←
1
2
…
30
31
32
33
34
35
36
37
38
…
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