0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Feb 18, 2025 — Feb 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed examples. More... over 19 years ago
(appendFieldNames): Moved to super classes. (insertObject): Don't include PseudoField's in the normal INSERT statements as they are within seperate tables. These seperate tables must be still updated for those. Use getSequenceCurrentValue to get id to reduce code duplication. More... over 19 years ago
(appendFieldNames): Moved to super classes. (insertObject): Don't include PseudoField's in the normal INSERT statements as they are within seperate tables. These seperate tables must be still updated for those. More... over 19 years ago
(appendFields): Renamed into `appendNameChangedFields'. (appendFieldNames): Pulled up from subclasses. (retriveData, updateObject): Don't include PseudoField's in the normal SELECT and UPDATE statements as they are within seperate tables. These seperate tables must be still read for those. More... over 19 years ago
(execute): Fixed sorting. More... over 19 years ago
(testQueryOrderBy): In case of an error print expected and result list. (testQueryMultipleOrderBy): Store generated locations. Fixed sorting of expected list. In case of an error print expected and result list. More... over 19 years ago
(toString): Overriden to show location and room name. More... over 19 years ago
(formatNative): Override to use getIdForVisual() for text representation instead of toString(), which might be used to represent the full internal state. More... over 19 years ago
Added new known bug concerning sorting by reference fields. Updated PseudoField bug. More... over 19 years ago
(store): Only print a warning instead of throwing an exception if a transient object should be stored, as it is sometimes necessary to do a `store()' already in `delete()' and for consistency the application makes another `store()' call. More... over 19 years ago
(writeGlobalsStart): Fixed to hand the global type declarations to the module instance instead of null pointers. More... over 19 years ago
(deleteAll, deleteObject, retrieveData): Fixed to not reference the non-existing tables for empty table expressions. (downCast): New method to find the most specific non-empty table expression. More... over 19 years ago
javaBaseClass is already implemented. Workflows are supported now also fully. More... over 19 years ago
Also generate code for the Workflow metadata. More... over 19 years ago
Predicate.lessEquals -> Predicate.lessEqual Predicate.greaterEquals -> Predicate.greaterEqual More... over 19 years ago
(getSequenceCurrentValue, getSequenceNextValue): New methods for direct access to sequences. More... over 19 years ago
Merge NoInherit* into Jdbc*, eliminate Inherit*.
mva
More... over 19 years ago
go to jdk5
mva
More... over 19 years ago
Pull code from NoInheritJdbcContainer into JdbcContainer. Eliminate NoInheritJdbcContainer, InheritJdbcContainer, and friends.
mva
More... over 19 years ago
detypo
mva
More... over 19 years ago
DECENDING --> DESCENDING
mva
More... over 19 years ago
(name): Fixed typo. More... over 19 years ago
Started "PROBLEMS" file.
mva
More... over 19 years ago
(writeClass): Fixed to include the package name in the base class if it's in a different package. More... over 19 years ago
(parseWorkflow): Fixed so that the ProcessInstance subclass extends it and not ProcessState. More... over 19 years ago
Include Exception message into our message if no node is given. More... over 19 years ago
Whitespace corrections to follow coding standard. More... over 19 years ago
(writeColumnGetMethod): No need to test for IdField as we never get it. Better test for isScalar then instanceof NonScalarType. (writeColumnSetMethod): No need to test for IdField as we never get it. (writeGlobalStart,writeGlobalEnd): Use all upper case names for static final constant to follow the coding standard. More... over 19 years ago
(getModule): New method to be compatible to generated code. More... over 19 years ago
(setUserDate): Added comment for JDK5 and JDK 1.4 users. More... over 19 years ago