0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Feb 19, 2025 — Feb 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add members to PClass that hold join data. For Record instances, reduce getter and setter methods to the bare minimum -- no load on demand and the like.
mva
More... over 19 years ago
(MEMBER_ATTR) new name() variant
mva
More... over 19 years ago
Take Record instead of PObject as constructor argument.
mva
More... over 19 years ago
(insertRecord) new method, unfortunately public
mva
More... over 19 years ago
add classes for set tests -- needs new tables
mva
More... over 19 years ago
(writeDeclarationMethod): ClassDecl without an IdField are mapped onto a Record and so must implement getTableExpr() and not getClassDecl(). More... over 19 years ago
(setUp) db.deleteAll(Empty.class)
mva
More... over 19 years ago
(name): Use Class.getName() also here instead of Class.toString(). More... over 19 years ago
(Type) Use Class.getName() to get full qualified class name, as Class.toString() adds `class ' or `interface ' etc in front of it.
mva
More... over 19 years ago
(JoinType): Initialize typeClass to ourself. (name): Use Class.getName() to get full qualified class name, as Class.toString() adds `class ' or `interface ' etc infront of it. More... over 19 years ago
(ContainerWrapper): Call registerDictionary as some methods like getClassDecl are not passed to the child container. More... over 19 years ago
Initial revision - a default SearchSpec implementation. More... over 19 years ago
Initial revision - a default SearchInfo implementation. More... over 19 years ago
(pobjdemo-gencheck,test-gencheck): Also generate new if the SQL files are missing. More... over 19 years ago
(insertObject): Only store materialized tables and check if we have stored anything. More... over 19 years ago
Fixed tests for materialized tables. More... over 19 years ago
(insertObjectTable): Fixed handling of not materialized tables. Added JavaDoc. More... over 19 years ago
(writeClass): Don't write 2 constructors if table has no fields. More... over 19 years ago
(testQueryNonEmpty): Renamed into `testQueryNonEmptyDb'. (testQueryNonEmptyWithFalseConj): Renamed into `testQueryNonEmptyDbWithFalseConj'. (testQueryEmptyTable, testQueryNotMaterializedTable): New test cases. More... over 19 years ago
(testEmptyTable): New test case. More... over 19 years ago
Initial revision -- new pobject interface class for test table `Empty'. More... over 19 years ago
(pobjtest): Added new table Empty -- update your schema accordingly. More... over 19 years ago
(createTable): Fixed test for materialized tables. More... over 19 years ago
Added missing SQL statements. More... over 19 years ago
(dropTable): Do nothing if not materialized. (drop): Always call dropTables for a ClassDecl. (grants): Fixed test for not-materialized tables. More... over 19 years ago
(setConnection): Initialize the new connection. More... over 19 years ago
Initial revision - abstract base class for a container pool. More... over 19 years ago
(DATE_FORMATS): all HTTP dates are on GMT. More... over 19 years ago
(parse): Fixed to parse strings with more then one argument correctly. More... over 19 years ago
Initial revision -- tests Message class. More... over 19 years ago