0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
First drop the sequence, then the table. At last clear the entry for it in the pclass_ table. More... about 18 years ago
Add drop test for reference1.xml More... about 18 years ago
Added missing files. More... about 18 years ago
Added LiteralSet tests. More... about 18 years ago
Fixed to allow empty sets. More... about 18 years ago
More reduceNots tests. (testQuoteForLike): Moved to Test005Predicate. More... about 18 years ago
Initial revision - Unit tests of Predicate. More... about 18 years ago
(pushNots): Fixed IS NULL and IS NOT NULL processing. More... about 18 years ago
More tests. More... about 18 years ago
Class should not be instancable - made abstract and ctor protected. (DESCRIPTOR_SUFFIX): Removed unused const -- was intended for Oberon names. More... about 18 years ago
Fixed typo in JavaDoc. More... about 18 years ago
Added more tests. More... about 18 years ago
Supply the invalid value for invalid value message. (getMaxFieldSize): Fixed to consider map. More... about 18 years ago
(evalute): Work around current side-effects of JdbcQuery.evaluate -- Added TODO comment. More... about 18 years ago
(retrieveData): Fixed to restrict all id's in case of loading table with base tables. More... about 18 years ago
(deref): Changed visibility to public. More... about 18 years ago
Checkstyle. More... about 18 years ago
(getSqlValue): Removed as it does not consider database capabilities and was only used by DataDefinition. More... about 18 years ago
(getCapabilities): New method. (createCheckConstraint): Inlined CheckConstraint.getSqlValue. Consider database capabilities for generating condition clause. More... about 18 years ago
Fixed id field declaration. More... about 18 years ago
Added missing ENGINE declaration. More... about 18 years ago
Added new test case for boolean expression in CHECK CONSTRAINT. More... about 18 years ago
Added more Query rewrite todo's. More... about 18 years ago
Fixed SQLEvalContext to pull in extensible references correctly by reusing TableExprQuery. More... about 18 years ago
(deref): Only do an outer join if really needed. More... about 18 years ago
(openContainer): No need to pack Error's and RuntimeException's again. (closeContainer): Fixed to log failures instead of silently ignoring them. More... about 18 years ago
(EvalContext: dbCapabilities,offset,limit): Reduced member visibility to private. (EvalContext: getFromClause,getTiedTable,setTiedTable): Reduced method visibility to protected. (EvalContext: getCommand): New method. (EvalContext: setCommand,addCommand): Renamed addCommand into setCommand to better fit its semantic. (SQLEvalContext.command): Dropped member as hidding member of super class. (Command.execute): Use setCommand now. More... about 18 years ago
(newEvalContext): Inlined as used at just one place. (executeResultSet): Generalized to work also with EvalContext. More... about 18 years ago
(setUp): Force init of metadata. More... about 18 years ago
(resultTypes): Removed member as never read. (addResultExpr): Removed Type parameter. Made private. More... about 18 years ago