- a22f91c CheckIn:Fix a unit test problem in flat file driver. by Lin Zhu · 18 years ago
- bc792ea BZ162229- changing JDT dependencies in connectivity.jdt plugin back to required from optional by Brian Fitzpatrick · 18 years ago
- cca5623 BZ130209-removed utility class added earlier and made public interfaces available for ConnectionFilter, ConnectionInfo, and the DatabaseConnectionRegistry utility by Brian Fitzpatrick · 18 years ago
- 0ad82a8 BZ162228-fixing issue with jarring of connectivity.jdt plugin by Brian Fitzpatrick · 18 years ago
- cf7388f Update for adding to build by jgraham · 18 years ago
- afd2131 CheckIn:Update ODA flat file driver timestamp. by Lin Zhu · 18 years ago
- 21db9e6 Fix several bugs of flat file driver, and new test case added by Lin Zhu · 18 years ago
- 8fcdb6a BZ117318-correcting the terminology from "driver definition" to "driver instance" by Brian Fitzpatrick · 18 years ago
- eee049c BZ117318-adding ability to use driver instances as classpath containers in Java projects by Brian Fitzpatrick · 18 years ago
- 23d7c57 [162147] get catalog filters working again by rcernich · 18 years ago
- 4e2abc2 [162118] Make JDBCTableLoader.un/registerTableFactory() methods public. by rcernich · 18 years ago
- 4f51164 [162116] create strategy method for determining the type of factory to use to process the routine metadata. added isProcedure() method. by rcernich · 18 years ago
- ae342ca [162113] Create s/getter's for factory attributes by rcernich · 18 years ago
- 9da6de7 Removed unused dependency by Linda Chan · 18 years ago
- 3275817 Added Plugin files in DTP ODA plugins for DTP 1.0 Readiness by Linda Chan · 18 years ago
- 1ac9b99 CheckIn:oda flat file plugin manifest build timestamp updated by Lin Zhu · 18 years ago
- 517de53 CheckIn:Fix part of bug 120242 Put Data Engine unit tests in a separate project by Lin Zhu · 18 years ago
- 6f19e9a CheckIn:Create flat file test codes directory. by Lin Zhu · 18 years ago
- 16d0be7 Fixed the error of parsing flatfiles in which there are empty lines, code refactor by Lin Zhu · 18 years ago
- 51d296b [154000] Enhanced common oda consumer behavior to find and set trace logging configuration by Linda Chan · 18 years ago
- be2ba9d Added ODA test driver for the oda.consumer junit tests by Linda Chan · 18 years ago
- 379e1ab Fixed Javadoc comments by Linda Chan · 18 years ago
- 7288fe6 BZ151739-enabling discovery of driver class from driver jars and fixing issue with property descriptor creation by Brian Fitzpatrick · 18 years ago
- 85af312 [159093] Supports definition of a replacing data set id in an oda dataSet element by Linda Chan · 18 years ago
- a1c7fd1 BZ158266-fixing intermittent issue with creating default driver instances by Brian Fitzpatrick · 18 years ago
- 9414774 [161019] Open Data Access Preference Page by Linda Chan · 18 years ago
- 1ce7103 CheckIn:Fix some build script problem in flat file driver. by Lin Zhu · 18 years ago
- d06d682 CheckIn:Update flat file driver build timestamp. by Lin Zhu · 18 years ago
- 7e54582 CheckIn: Fix 160807 [Regression] Can't Parse the attached Flat file which its name column include quotation by Lin Zhu · 18 years ago
- bd04ca5 CheckIn:Updated Flat file driver, add some new feature and fix a series of bugs. by Lin Zhu · 18 years ago
- be682d5 [160753] Use extension's contributor name to get its plugin id by Linda Chan · 18 years ago
- 0e0ef87 [160753] replace calls to IExtension.getNamespaceIdentifier() with IContributor.getName() when code is looking for a plugin ID. by rcernich · 18 years ago
- 8f0ac37 [160743] improve col/param/attr loader data type resolution by rcernich · 18 years ago
- 1e122b9 added TINYINT and BIT to generic JDBC dbdefinition by dpchou · 18 years ago
- 1ac8bdd dpchou 20061005 bug151760 by dpchou · 18 years ago
- 2ac58d8 [159093] Supports filtering of a deprecated oda.dataSource extension by Linda Chan · 18 years ago
- 3a6363e Update version numbers and inter-DTP version tolerance specifications by jgraham · 18 years ago
- ba642e2 [159093] Supports definition of a deprecated oda.dataSource extension by Linda Chan · 18 years ago
- 703f6b8 Minor refactoring to use short-cut manifest utility method by Linda Chan · 18 years ago
- 90d0f60 Fixed use of newWizard.profile attribute to match against the odaDataSourceId by Linda Chan · 18 years ago
- 41abd95 BZ157921-fixing intermittent issue with loading CPs at startup by Brian Fitzpatrick · 19 years ago
- 21c1a76 BZ130209-added utility class to get ConnectionInfo properties from a Database object without refactoring by Brian Fitzpatrick · 19 years ago
- 0cb3df3 BZ151757-updating plugin build IDs to reflect date change by Brian Fitzpatrick · 19 years ago
- c7161c8 BZ151757-enabled refactoring for connection profile operations (create, delete, duplicate, rename) by Brian Fitzpatrick · 19 years ago
- dbb0109 Updated driver label provider to get rid of internal ViewLabelProvider reference by Brian Fitzpatrick · 19 years ago
- 841aab2 Predefined data types not handled correctly -- need to uppercase JDBC type to match. by jgraham · 19 years ago
- 1935495 [157726] Handle driver exception in retrieving optional metadata attributes by Linda Chan · 19 years ago
- 2b45d56 [157726] Handle driver exception in retrieving optional metadata attributes by Linda Chan · 19 years ago
- 27fe728 [151751] final implementation to complete generic JDBC catalog loader (as complete as it can be using the JDBC metadata APIs). by rcernich · 19 years ago
- e8f9b82 [151751] change order of predefined type definitions and their type names. the default catalog loader uses the first predefined type which matches the java.sqlTypes constant and uses the first name within that type as the type name. For example, VARCHAR was being displayed as VARGRAPHIC. by rcernich · 19 years ago
- a4910ec [137124] store version properties using a connection profile property extension. by rcernich · 19 years ago
- 124efb1 [150590] Changed JDBCConnection implementation so that open() is no longer invoked in the constructor. This allows extenders to subclass JDBCConnection. by rcernich · 19 years ago
- af4ae41 [152987] fix some problems with Catalog object integration. fixed problem resolving predefined data types by rcernich · 19 years ago
- d2cd3e9 Refined reference documentation. by Linda Chan · 19 years ago
- 84a6611 [151751,151758,152987] integrate catalog loaders with generic JDBC catalog elements, includes adding support for stored procedures udfs and udts within the generic JDBC catalog elements. added support for Catalog objects by rcernich · 19 years ago
- d3b55f0 [151758] add catalog loader utility classes for sp and udf parameter loading; udt super type and attribute loading; table super table loading by rcernich · 19 years ago
- 066c845 [151758] initial check in of catalog loader utility classes by rcernich · 19 years ago
- eb6245d BZ151733-added additional capabilities, including a way to get the result of the action (wizard OK = 0) and a way to get the new profile. by Brian Fitzpatrick · 19 years ago
- 237ba98 BZ151733-improved reusability of AddProfileViewAction for extenders - added setCategory (categoryID) method by Brian Fitzpatrick · 19 years ago
- cf480b3 BZ151733-improved reusability of AddProfileViewAction for extenders by Brian Fitzpatrick · 19 years ago
- 57861ce Fixing an issue found with property persistence in the connectivity framework by Brian Fitzpatrick · 19 years ago
- 1919bdd [155749] Fix bugzilla bug 155749 Incorrect package name in the DTP oda.flatfile plugin by Lin Zhu · 19 years ago
- ee1e92d BZ155702-fixed three errant actions by Brian Fitzpatrick · 19 years ago
- 5a83573 [154947] Plugin version tolerances by Linda Chan · 19 years ago
- be30697 Refined Javadoc method description by Linda Chan · 19 years ago
- 8c1bf66 BZ151733-extenders should be able to invoke CP new wizard - have moved actions from the DSE into the connectivity.ui plug-in for more accessibility by Brian Fitzpatrick · 19 years ago
- d37fb1f BZ151737-names used for driver definitions not consistent within UI... this has been fixed. all instances of "driver instance" or "driver entry" have been changed to "driver definition" consistently by Brian Fitzpatrick · 19 years ago
- ae19244 BZ153080-forgot to reset plug-in IDs, so doing that in this commit by Brian Fitzpatrick · 19 years ago
- c22e6be BZ153080- jarList tranformation only during creation of default driver instance - this has been fixed and now does it when the driver is created manually as well as if the default setting was set by Brian Fitzpatrick · 19 years ago
- e8facdb BZ151735- Create shortcuts for menu items in DSE - Added keyboard shortcuts for Delete (Delete), Rename (F2), Properties (Alt+Enter), and Refresh (F5) by Brian Fitzpatrick · 19 years ago
- 610274e [154947] set required version numbers for dependencies. by rcernich · 19 years ago
- ffef560 CheckIn: Update datetime value parsing util in flatfile. by Lin Zhu · 19 years ago
- a30ddd5 remove printStackTrace of unsupported exception that got caught and ignored by Linda Chan · 19 years ago
- 2ae307f Added more robust checking to ensure the design session instance is in a valid state by Linda Chan · 19 years ago
- 389e07a [154802] Cached ODA extension manifest objects for better performance by Linda Chan · 19 years ago
- fc26883 minor refactoring by Linda Chan · 19 years ago
- 33ea163 [153046] oda.consumer creates log folders in improper place by Linda Chan · 19 years ago
- f9a0b7c [154169] Added adapter factory for adapting SQLObjects to IPropertySource objects. This is disabled pending a fix to the generated property source objects. by rcernich · 19 years ago
- 8c30ee3 [154168] Added type name to properties list for connection profile objects. Implemented description method for base content provider (affecting IConnectionProfile and ICategory objects). by rcernich · 19 years ago
- 66b73b8 [154168] Integrate DSE with properties view. Also fixed some bugs found in Dis/ConnectAction's. by rcernich · 19 years ago
- 1a240ce [153998] Potential NPE during Test Connection ping job by Linda Chan · 19 years ago
- cb41a05 CheckIn: Add support to ISO8601 format date by Lin Zhu · 19 years ago
- ba5277c [152691] Provide Convenience Methods to explore an ODA extension manifest's Data Type Mapping by Linda Chan · 19 years ago
- 7f2f721 Fixed validation error by Linda Chan · 19 years ago
- 21f394b Moved from the connectivity/plugins folder. by Linda Chan · 19 years ago
- e1d63b9 [153516] Allows oda.consumer.services.IPropertyProvider to throw exception by Linda Chan · 19 years ago
- f1251ec [153510] Relax the validation rule of DataElementUIHints attributes by Linda Chan · 19 years ago
- b1cf48e [137768] remove apply and default buttons from empty preference pages. by rcernich · 19 years ago
- 8f07cf4 [145156] fixed problem where selector class was being loaded for every invoke; we only try to create it once now. by rcernich · 19 years ago
- 5bdbfae [145156] make ResourceLoader and labelService extension use URLs for locating icons as opposed to file system paths. by rcernich · 19 years ago
- ddcd1ec [151314] Create a driver category for generic JDBC drivers. by rcernich · 19 years ago
- e8b0443 BZ150662- DSE multi-select fixed for connect and disconnect actions by Brian Fitzpatrick · 19 years ago
- f028d94 [152691] Provide convenience method to explore all ODA UI extensions by Linda Chan · 19 years ago
- ea9b6a2 CheckIn: Fix [153235] Preview a dataset throws a exception. by Lin Zhu · 19 years ago
- cedb59e CheckIn: Fix bugzilla bug 153235 Preview a dataset throws a exception. by Lin Zhu · 19 years ago
- 8e66988 CheckIn: Fix bugzilla bug 153235 Preview a dataset throws a exception. by Lin Zhu · 19 years ago
- 697f134 [153222] Support direct use of the oda.design.ui NewDataSourceWizard by a Wizard Dialog by Linda Chan · 19 years ago
- 78705a8 [123976] Fixed NPE in web deployment environment by Linda Chan · 19 years ago
- b484cd1 [152693] Refined Logging by Linda Chan · 19 years ago
- d87619f [152691] Provide Convenience Methods to explore an ODA extension manifest's Data Type Mapping by Linda Chan · 19 years ago