0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added MultipartRequest test cases and fixed found issues. More... over 16 years ago
Added equals/hashCode to ColumnReference. More... over 16 years ago
Moved internal utility classes into inner classes. More... over 16 years ago
Added method TableExprContext.getTableExpression(Column). More... over 16 years ago
Made PObjJdbcResultSet a static inner class. More... over 16 years ago
Fixed SQLEvalContext.addJoin so that multiple joins result in the correct SELECT statement. More... over 16 years ago
Added more SQLEvalContext tests. Fixed Test001RefType.testMissingClass to use more unusual class name for testing. More... over 16 years ago
Moved TableExprQuery and its subclasses from JdbcQuery into SQLEvalContext and renamed them. More... over 16 years ago
Replaced Term.getSqlValue by Term.addToSql that does not depend on state of EvalContext. More... over 16 years ago
Pushed-down more methods from EvalContext into SQLEvalContext to cleanup EvalContext API. More... over 16 years ago
Added more test cases for SQLEvalContext and fixed most found issues. More... over 16 years ago
Renamed join test cases to contain the class name of the tested wrapper class. More... over 16 years ago
Query API cleanup to reduce interface and change towards side-effects-free methods. More... over 16 years ago
Pulled-up mapPClassIdToClassDecl and mapClassDeclToPClassId from JdbcContainer to Container. More... over 16 years ago
Skip DynamicSelect tests if using MemoryContainer as it does not support it. More... over 16 years ago
Added MS-SQL reference files for grant tests. More... over 16 years ago
Moved logic how a command is executed into Container. More... over 16 years ago
Fixed typos. More... over 16 years ago
Fixed documentation. More... over 16 years ago
Autogenerate implicit primary key for id field, let ClassDecl.getPrimaryKeyConstraint() return it. More... over 16 years ago
Provide naive implementation for PredicateQuery.executeResultSet(). More... over 16 years ago
Allow ClassDecl.sortByField to be null. Added/updated docu. Ensure that test classes have a non-null sortByField. More... over 16 years ago
Fixed Swing form elements to initialize visible flag correctly. More... over 16 years ago
Added pre-condition checks to Column.setIndex(int). More... over 16 years ago
Fixed code generator to not duplicate form entries of base forms in sub forms. More... over 16 years ago
Fixed handling of invalid values to PObjNestedSet. Removed duplicate code. Added test cases. More... over 16 years ago
Fixed handling of SqlStatement handling to be order independant and not affected by repeated usage of the same parameter. More... over 16 years ago
Split commands used for nestedSet as not all JDBC drivers handle multiple statements at once (SQLite drivers for example). More... over 16 years ago
Added new join `nestedSet'. More... over 16 years ago
Fixed argument handling in Command. More... over 16 years ago