Thu, 12 Feb 2004 03:32:42 +0000Fix two JdbcStorage bugs which were causing JMITCK failures. BLD200402171900
jsichi@netbeans.org [Thu, 12 Feb 2004 03:32:42 +0000] rev 1447
Fix two JdbcStorage bugs which were causing JMITCK failures.

Mon, 09 Feb 2004 20:46:56 +0000Don't try to rollback when beginTrans itself fails. BLD200402111900
jsichi@netbeans.org [Mon, 09 Feb 2004 20:46:56 +0000] rev 1446
Don't try to rollback when beginTrans itself fails.

Mon, 09 Feb 2004 19:30:10 +0000equals method fixed
mmatula@netbeans.org [Mon, 09 Feb 2004 19:30:10 +0000] rev 1445
equals method fixed

Sun, 08 Feb 2004 03:25:58 +0000Use DatabaseMetaData to decide whether to generate ORDER BY BLD200402081900
jsichi@netbeans.org [Sun, 08 Feb 2004 03:25:58 +0000] rev 1444
Use DatabaseMetaData to decide whether to generate ORDER BY
column not in select list.

Sun, 08 Feb 2004 03:12:20 +0000Avoid colons in generated tablenames since Albert Zentner reports
jsichi@netbeans.org [Sun, 08 Feb 2004 03:12:20 +0000] rev 1443
Avoid colons in generated tablenames since Albert Zentner reports
that MySQL doesn't like them. Replace with underscores.

Sat, 07 Feb 2004 22:11:19 +0000uml2mof manifest updated, license file added
mmatula@netbeans.org [Sat, 07 Feb 2004 22:11:19 +0000] rev 1442
uml2mof manifest updated, license file added

Fri, 06 Feb 2004 23:51:46 +0000Fix bug #39677: setting attribute on optional property does not take.
cliffwd@netbeans.org [Fri, 06 Feb 2004 23:51:46 +0000] rev 1441
Fix bug #39677: setting attribute on optional property does not take.

Thu, 05 Feb 2004 04:36:46 +0000Add extras/jdbcstorage/build.xml, and change contact info in README. BLD200402051900
jsichi@netbeans.org [Thu, 05 Feb 2004 04:36:46 +0000] rev 1440
Add extras/jdbcstorage/build.xml, and change contact info in README.

Thu, 05 Feb 2004 04:35:31 +0000Add standard storage property prefix in JdbcStorageFactory,
jsichi@netbeans.org [Thu, 05 Feb 2004 04:35:31 +0000] rev 1439
Add standard storage property prefix in JdbcStorageFactory,
and some fixes in JdbcStorage: correct semantics for
shutDown/close/delete, and eliminate reentrancy which
could cause some JDBC drivers to fail.

Thu, 05 Feb 2004 04:33:35 +0000Update JdbcStorage package docs.
jsichi@netbeans.org [Thu, 05 Feb 2004 04:33:35 +0000] rev 1438
Update JdbcStorage package docs.