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.

Thu, 05 Feb 2004 04:23:32 +0000Stop using AccessHack in JdbcPrimaryIndex.
jsichi@netbeans.org [Thu, 05 Feb 2004 04:23:32 +0000] rev 1437
Stop using AccessHack in JdbcPrimaryIndex.

Thu, 05 Feb 2004 04:21:46 +0000Add missing public attribute on MDRCache.replace.
jsichi@netbeans.org [Thu, 05 Feb 2004 04:21:46 +0000] rev 1436
Add missing public attribute on MDRCache.replace.

Wed, 04 Feb 2004 06:38:10 +0000JDBC implementation of the MDR storage contributed by J. Sichi integrated BLD200402042045
mmatula@netbeans.org [Wed, 04 Feb 2004 06:38:10 +0000] rev 1435
JDBC implementation of the MDR storage contributed by J. Sichi integrated