openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
Persistent Objects in Java
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 3 hours
ago. based on code collected
about 3 hours
ago.
Feb 25, 2025 — Feb 25, 2026
Showing page 25 of 46
Search / Filter on:
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.
guenne
More...
over 19 years ago
Added support for ObjectType. Extracted common strings into constants.
guenne
More...
over 19 years ago
Added support for ObjectType. Use a char instead of String for a single character.
guenne
More...
over 19 years ago
Initial revision - type to store a serializable Java object within a BLOB.
guenne
More...
over 19 years ago
(dropView): Fixed cut'n'paste error.
guenne
More...
over 19 years ago
Added support for MySQL v4 and MySQL v5 SQL output.
guenne
More...
over 19 years ago
MySQL version 5 supports views now -- add support for it.
guenne
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.
guenne
More...
over 19 years ago
(getFileName): Fixed to work on platforms that use a backslash as file separator like Windows.
guenne
More...
over 19 years ago
Removed unused import.
guenne
More...
over 19 years ago
(mapConstraintException): Parsing a regular expressions costs time, so do it just once.
guenne
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.
guenne
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.
guenne
More...
over 19 years ago
(fixupReference): Handle special case `TypeDecl' appropriately.
guenne
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.
guenne
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.
guenne
More...
over 19 years ago
Inherit some JavaDoc. (createFieldReference): Override instead of `fieldConstraints'. (fieldConstraints): Removed now obsolete override.
guenne
More...
over 19 years ago
(createPClassField, createTableEntry, createUniqueConstraint): Override these instead of `createTableEntries' to reduce duplicate code. (createTableEntries): Removed now obsolete override.
guenne
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.).
guenne
More...
over 19 years ago
(doGrantTest): Skip test if UnsupportedOperationException is catched. (assertSqlEquals): Don't add `;' after a comment.
guenne
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.
guenne
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.
guenne
More...
over 19 years ago
(notifyChange): Fixed JavaDoc reference.
guenne
More...
over 19 years ago
(writeTypeInit): Added `targetModule' parameter of `RefType' ctor.
guenne
More...
over 19 years ago
(parseTypeReference): Pass `module' attrbiute as `targetModule' to `RefType'.
guenne
More...
over 19 years ago
(setUp): Use a dummy value for the new ctor parameter `targetModule' of RefType.
guenne
More...
over 19 years ago
(RefType): Added `targetModule' as first parameter.
guenne
More...
over 19 years ago
Ignore FindBugs files.
guenne
More...
over 19 years ago
(dropTable, fieldConstraints): For type wrappers use wrapped type instead of the wrapper.
guenne
More...
over 19 years ago
(fieldConstraints): For type wrappers use wrapped type instead of the wrapper.
guenne
More...
over 19 years ago
←
1
2
…
21
22
23
24
25
26
27
28
29
…
45
46
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree