0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Feb 16, 2025 — Feb 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Predicate.between method. More... over 16 years ago
Fixed dynamically SELECT statements to allow sub-SELECTs. More... over 16 years ago
Added support for dynamically SELECT statements. More... over 16 years ago
Fixed SELECT argument handling in JdbcQuery. More... over 16 years ago
Fixed SelectExpr to handle null form gracefully. More... over 16 years ago
Fixed generation of CHECK constraint SQL to include it in parenthesis. More... over 16 years ago
Moved join type specific checks into the join type class (setTargetClass) instead of in the parser. More... over 16 years ago
Fixed ForeignKeyConstraint constructor to work correctly with TypeRef's. More... over 16 years ago
Introduced TypeRef.resolve(Type) method. More... over 16 years ago
Fixed generation of Java foreign key constraints. More... over 16 years ago
Added support for multi-column foreign key constraints. More... over 16 years ago
Use description also for get method of joins. More... over 16 years ago
Allow that field attribute of ref element in description to refer to methods and the like. Improved JavaDoc generation. More... over 16 years ago
Fixed Swing form to support dynamic element visiblity. More... almost 17 years ago
Some more generics cleanup of SoftHashMap. More... almost 17 years ago
Fixed SwingReferenceElement and SwingStringElement to update property of component. More... almost 17 years ago
Removed unused method parameters for writing constraints. More... almost 17 years ago
Extended pobjsearch by adding support for multiple filters. More... almost 17 years ago
Reset pressed button state on setCurrentAsInitialState. More... almost 17 years ago
Fixed DictionaryParser to recursivly check for form entries of same name. More... almost 17 years ago
Fixed code generator to not initialize map of global types twice. More... almost 17 years ago
Fixed DefaultSearchColumn.pullInReferences to handle multi-column selectors correctly. More... almost 17 years ago
Fixed PObjMap.get to not use Query.setLimit as this only returns predictable result with order by. More... almost 17 years ago
Allow to override Exporter.getKey(Record) for customized key generation. More... almost 17 years ago
Fixed possible NPE in ISRCType.getSections(). More... almost 17 years ago
Query tables incremental via PObjResultSet to reduce memory requirements of Exporter. More... almost 17 years ago
Always provide the value that we could not parse in PObjSyntaxException. More... almost 17 years ago
Some generics fixes to SoftHashMap. More... almost 17 years ago
Fixes recognition of multi-column unique constraints for SQLiteContainer. More... almost 17 years ago
Fixed MS-SQL DDL generation and added tests. More... almost 17 years ago