0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added support for ObjectType. Use a char instead of String for a single character. (writeCtor): Fixed to not drop arguments of super call for application classes that have no base class. More... over 19 years ago
Added support for ObjectType. Extracted common strings into constants. More... over 19 years ago
Added support for ObjectType. Use a char instead of String for a single character. More... over 19 years ago
Initial revision - type to store a serializable Java object within a BLOB. More... over 19 years ago
(dropView): Fixed cut'n'paste error. More... over 19 years ago
Added support for MySQL v4 and MySQL v5 SQL output. More... over 19 years ago
MySQL version 5 supports views now -- add support for it. More... over 19 years ago
(setSearchInfo): Synchronize "fireing" of the event to prevent running in a concurrent modification of the listener list as neither AbstractTableModel nor EventListenerList does it. More... over 19 years ago
(getFileName): Fixed to work on platforms that use a backslash as file separator like Windows. More... over 19 years ago
Removed unused import. More... over 19 years ago
(mapConstraintException): Parsing a regular expressions costs time, so do it just once. More... over 19 years ago
(getColumns, getRecordObjects): Added explicit tests for NULL with ResultSet.wasNull as some JDBC drivers mean that they have to return an empty string instead of NULL in contrast to the JDBC spec. More... over 19 years ago
Replaced `TestSQLEvalContext' with abstract `BaseSQLContextTestCase', which can be extended to instanciate a container without database connection, so that we can test all the different SQL statement creations at once without need to fiddle with the Ant properties and setting up a database for it. More... over 19 years ago
(fixupReference): Handle special case `TypeDecl' appropriately. More... over 19 years ago
(writeLines): Don't add `;' after comments. (main): Don't fail if DBMS does not support GRANTs even if used requested it, as we do it in `build.xml' always. More... over 19 years ago
(pobjects-generate): Fixed typo that caused Ant to reprocess this everytime. Allow the grants file to be non-existing for DBMS that don't support GRANTs. (pobjdemo-generate,test-generate): Allow the grants files to be non-existing for DBMS that don't support GRANTs. (test-dist): Removed. More... over 19 years ago
Inherit some JavaDoc. (createFieldReference): Override instead of `fieldConstraints'. (fieldConstraints): Removed now obsolete override. More... over 19 years ago
(createPClassField, createTableEntry, createUniqueConstraint): Override these instead of `createTableEntries' to reduce duplicate code. (createTableEntries): Removed now obsolete override. More... over 19 years ago
Refactored to reduce duplicate code: (createIdField): Added parameter `afterConstraints'. (createPClassField): New method extracted from `fieldConstraints'. (createFieldReference): New method extracted from `fieldConstraints'. (fieldConstraints): Extracted parts into new methods (s.a.). (createTableEntry, createUniqueConstraint, createCheckConstraint): New methods extracted from `createTableEntries'. (createForeignKeyConstraint): New method extracted from `createTableEntries'. (createTableEntries): Extracted parts into new methods (s.a.). More... over 19 years ago
(doGrantTest): Skip test if UnsupportedOperationException is catched. (assertSqlEquals): Don't add `;' after a comment. More... over 19 years ago
(Container): Use LinkedHashMap for `classDict' member to give us a predictable iteration order for `getClassDecls'. This makes unit tests much easier, as for example the produced JDBC queries differ with a different ordering if table extensions are present. More... over 19 years ago
Synchronize on the class object instead of the instance as we can have many instances of it and all work on the same table. More... over 19 years ago
(notifyChange): Fixed JavaDoc reference. More... over 19 years ago
(writeTypeInit): Added `targetModule' parameter of `RefType' ctor. More... over 19 years ago
(parseTypeReference): Pass `module' attrbiute as `targetModule' to `RefType'. More... over 19 years ago
(setUp): Use a dummy value for the new ctor parameter `targetModule' of RefType. More... over 19 years ago
(RefType): Added `targetModule' as first parameter. More... over 19 years ago
Ignore FindBugs files. More... over 19 years ago
(dropTable, fieldConstraints): For type wrappers use wrapped type instead of the wrapper. More... over 19 years ago
(fieldConstraints): For type wrappers use wrapped type instead of the wrapper. More... over 19 years ago