0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Feb 28, 2025 — Feb 28, 2026
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. More... over 19 years ago
(name): Include the table name in MEMBER_NAME to make the name unique. More... over 19 years ago
(memberName): Generalized parameter `fields' to be an array of Column. 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. 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. More... over 19 years ago
Removed resolveTypeName call as automatically done by inserting table expression into module. More... over 19 years ago
`Utils.toUpperCaseWithUnderscore' -> `Utils.toAllCapsCase' More... over 19 years ago
(setModule): Override to also resolve the type name. (resolveTypeName): Removed no unneccessary method. More... over 19 years ago
(join): New method. (toUpperCaseWithUnderscore): Renamed far to long name into `toAllCapsCase'. More... over 19 years ago
(createModule, dropModule, grantModule): Test for unsupported feature. More... over 19 years ago
Fixed to work. More... over 19 years ago
(createModule, dropModule, grantModule): New methods extracted out of `create', `drop' and `grant' methods. More... over 19 years ago
(PclassColumn): `ON DELETE CASCADE' for reference to `Pclass' table. 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