1. 6e51fc9 [302667] Need to make the CharacterStringDataType - CharacterSet reference bi-directional in SQLModel by Hemant Kolwalkar · 15 years ago
  2. d13391a [264022] Need to address Constructed Data Type Usage Issue in DTP SQL Model by Hemant Kolwalkar · 15 years ago
  3. 79e6b16 [302744] Need updates to Database Definition EMF Model by Hemant Kolwalkar · 15 years ago
  4. ce68bb5 [302666] Need to add RANDOM as an increment type for index member in SQLModel by Hemant Kolwalkar · 15 years ago
  5. 1841ead [263828] Need mechanism to add additional properties to elements in SQLModel by Hemant Kolwalkar · 15 years ago
  6. 54c1a34 [264022] Need to address Constructed Data Type Usage Issue in DTP SQL Model by Hemant Kolwalkar · 15 years ago
  7. 59ad01e [264022] Need to address Constructed Data Type Usage Issue in DTP SQL Model by Hemant Kolwalkar · 15 years ago
  8. 72efefe [264135] No methods in DatabaseDefinition to get vendor support metadata for Constructed DataType by Hemant Kolwalkar · 15 years ago
  9. b148ca7 [264135] No methods in DatabaseDefinition to get vendor support metadata for Constructed DataType by Hemant Kolwalkar · 15 years ago
  10. 447a19b [299009] Tagged plugin o.e.d.modelbase.sql.query to v201002020730 by Brian Payton · 15 years ago
  11. a53048e [299009] Modified method convertCatalogIdentifierToSQLFormat in class StatementHelper in plugin o.e.d.modelbase.sql.query to check for case of leading underscore char in identifier and quote it by Brian Payton · 15 years ago
  12. 2be3918 [287489] Helper method to retrieve all Persistent Tables & Views in a given Schema by Hemant Kolwalkar · 15 years ago
  13. 077f522 change to use ssh to check out code from CVS instead of pserver by Xiaoying Gu · 15 years ago
  14. 14e3833 NEW - bug 278533: a number of bundles missing about.html files by Brian Fitzpatrick · 16 years ago
  15. 4d048ef NEW - bug 278533: a number of bundles missing about.html files by Brian Fitzpatrick · 16 years ago
  16. 3f81adc rolling back patch for [273549] Problems in recognizing schema name in a CREATE VIEW statement by Hemant Kolwalkar · 16 years ago
  17. 6747a32 [273549] Problems in recognizing schema name in a CREATE VIEW statement by Hemant Kolwalkar · 16 years ago
  18. a6f1e3a [273549] Problems in recognizing schema name in a CREATE VIEW statement by Hemant Kolwalkar · 16 years ago
  19. f3d1482 [234800]SQL GenModel doesn't exist in packaged plug-in by Xiaoying Gu · 16 years ago
  20. 4547e21 [234800] SQL GenModel doesn't exist in packaged plug-in by Hemant Kolwalkar · 16 years ago
  21. 64d1712 *** empty log message *** by Xiaoying Gu · 16 years ago
  22. dac9356 [254286]Branding by Xiaoying Gu · 16 years ago
  23. 0717ac1 [264469]Changes to the build process about releng map files by Xiaoying Gu · 16 years ago
  24. ad9e044 [202606] Tagged plugin o.e.d.modelbase.sql.query.edit to v200903030815 by Brian Payton · 16 years ago
  25. e92de0b [202606] Modified QueryCombinedItemProvider.getText in plugin o.e.d.modelbase.sql.query.edit to use the set operator rather than the object name as the text by Brian Payton · 16 years ago
  26. 6e673de [260323] Tagged all modelbase plugins to v200902180845 by Brian Payton · 16 years ago
  27. b51da78 [260323] Updated required execution environment in MANIFEST.MF to J2SE-1.5. by Brian Payton · 16 years ago
  28. 46e5b55 [260323] Updated required execution environment in MANIFEST.MF to J2SE-1.5. by Brian Payton · 16 years ago
  29. e6a1371 [260323] Updated .classpath and added .settings for J2SE-1.5 change. by Brian Payton · 16 years ago
  30. 6155f71 Move comments and add blank line in the end of file by Xiaoying Gu · 16 years ago
  31. 1dbc9ce [264469]Changes to the build process about releng map files by Xiaoying Gu · 16 years ago
  32. 0ae27db [264469]Changes to the build process about releng map files by Xiaoying Gu · 16 years ago
  33. bde5ba3 [262950] Investigate SQLModel changes for compatibility as related to EMF change for Minimal EObject Implementation by Hemant Kolwalkar · 16 years ago
  34. 8d3677f [BZ262205] fixing ICU version number by Brian Fitzpatrick · 16 years ago
  35. 15f3740 [202602] Modified the appendComment method of the SQLQuerySourceWriter class in the o.e.d.modelbase.sql.query plugin to put out an extra space at the beginning of multiline comments so the comment won't be concatenated with SQL code. by Brian Payton · 16 years ago
  36. 8ab9070 [260163] Check Option for View is not supported in DatabaseDefinition model by Hemant Kolwalkar · 16 years ago
  37. 2ccc433 [257151] Column should be nullable by default by Hemant Kolwalkar · 16 years ago
  38. 6a94381 [257151] Column should be nullable by default by Hemant Kolwalkar · 16 years ago
  39. 5092f74 [255741] Modified helper classes and SQL source writer class in plugin o.e.d.modelbase.sql.query to prevent logging "informational" error messages by Brian Payton · 16 years ago
  40. 474f9c4 [255609] Modified ValueExpressionHelper class in plugin o.e.d.modelbase.sql.query to set result datatype for SUM function correctly by Brian Payton · 16 years ago
  41. ee98e07 [236507] Fixed function datatype resolver in ValueExpressionHelper in plugin o.e.d.modelbase.sql.query to get all param datatypes rather than just first by Brian Payton · 16 years ago
  42. 388900f [251664] Modified findSchema and findTable methods in DatabaseHelper in plugin o.e.d.modelbase.sql.query to assume identifiers are in catalog format rather than source format by Brian Payton · 16 years ago
  43. 6cf381b [250706] Updated TableHelper class in plugin o.e.d.modelbase.sql.query to handle recursive WITH clauses when getting list of column references in a table reference. by Brian Payton · 16 years ago
  44. e62bdeb [249565] Modified StatementHelper class in plugin o.e.d.modelbase.sql.query and TableReferenceResolver in o.e.d.sqltools.parsers.sql.query to resolve column references in nested selects in update statements. by Brian Payton · 16 years ago
  45. fd96934 [242641] support for Oracle CHAR length semantics (CHAR/BYTE) by Hemant Kolwalkar · 16 years ago
  46. 909a198 [242054] Modified SQLQuerySourceWriter class in plugin o.e.d.modelbase.sql.query to add method to generate SQL for ValueExpressionRow model element. by Brian Payton · 17 years ago
  47. 76aad6f [239899] Removed Java 1.5-specific code from o.e.d.modelbase.sql.query to fix DTP build break by Brian Payton · 17 years ago
  48. ca895d7 [238357] Modified query model and parser to support alias col list, table funcs, and predicate row by Brian Payton · 17 years ago
  49. 0a058a1 [238356] Modified StatementHelper in the o.e.d.modelbase.sql.query plugin to look for special chars by Brian Payton · 17 years ago
  50. f293322 [236112] Copyright notice issue by ledunnel · 17 years ago
  51. ed37ca9 Updating about files by Brian Fitzpatrick · 17 years ago
  52. 9ea5829 [231229] Replaced a couple of old IBM copyright statements with EPL statements in the o.e.d.sqltools.sqlbuilder and o.e.d.modelbase.sql.query.edit plugins. by Brian Payton · 17 years ago
  53. aa1c422 [228295] Added directive "Bundle-ActivationPolicy: lazy" to MANIFEST.MF files of all modelbase plugins. by Brian Payton · 17 years ago
  54. 3b17572 [228963] SQLServer 2005: MAX specifier support needed on VARCHAR, NVARCHAR and VARBINARY datatypes by Hemant Kolwalkar · 17 years ago
  55. 805a9d7 [223776] Added getAllParameterMarkerVariables method to StatementHelper class in o.e.d.modelbase.sql.query plugin and modified substituteParameters method in ParameterMarkers class in the views.execute package of o.e.d.sqltools.sqlbuilder plugin to reset parameter marker vars. by Brian Payton · 17 years ago
  56. eb33f00 [222180]buildid was hard code in about.mappings in all brand plugins. by Xiaoying Gu · 17 years ago
  57. 0c3df9b [221621] set singleton=true bundle property in MANIFEST.MF for sqltools.parsers.xxx plugins that lacked it. (Also o.e.d.modelbase.sql.edit) by Brian Payton · 17 years ago
  58. 9442470 [221028] Modified o.e.d.modelbase.sql.query and o.e.d.sqltools.parsers.sql.query plugins to not uppercase host var names in queries by Brian Payton · 17 years ago
  59. 23e0cf5 Update date stamp in version to "qualifier" by jgraham · 17 years ago
  60. bc2a308 [BZ217403] Update build.properties to select about.html in source build; update ODA build.properties and remove obsolete build scripts. by jgraham · 17 years ago
  61. 982fdcf [218244] timestamp in Manifest needs to be updated for org.eclipse.datatools.modelbase.dbdefinition by Hemant Kolwalkar · 17 years ago
  62. 11362a9 approved fix for M5 - Bug 218244 timestamp in Manifest needs to be updated for org.eclipse.datatools.modelbase.dbdefinition by Hemant Kolwalkar · 17 years ago
  63. 55e0193 [217345] Tweaked MANIFEST.MF and build.properties for the o.e.d.modelbase.sql.edit plugin to resolve build problem by Brian Payton · 17 years ago
  64. fa30877 [217345] Replaced the MANIFEST.MF file for the o.e.d.modelbase.sql.edit plugin with the previous 1.1 version to see if that fixes SQL Builder load issue by Brian Payton · 17 years ago
  65. 9ddcddc [215237] Fixed Query model/parser bugs and regenerated model by Brian Payton · 17 years ago
  66. 4b51cac [215237] Changed Rose source files to ASCII in CVS by Brian Payton · 17 years ago
  67. e85f077 [216986] Derby modelbase plug-in should not have UI dependency by ledunnel · 17 years ago
  68. 5537a56 remove SDO dependency from the SQLModel in DTP. please refer bugzilla 208455 . by Hemant Kolwalkar · 17 years ago
  69. f0d7380 dpchou 2007110107 Bugzilla207649 by dpchou · 17 years ago
  70. 88a570f Update build.properties for DTP 1.6 builds by jgraham · 17 years ago
  71. b463add [152076] Moved org.eclipse.datatools.modelbase.sql.query.edit plugin from the prototypes folder into the modelbase folder. by Brian Payton · 17 years ago
  72. e850048 [195117] Incorrect copyright dates in DTP About Box by jgraham · 17 years ago
  73. 679c658 Update license headers by jgraham · 18 years ago
  74. 368ad03 [191763], [191766] Updated .project file to remove extraneous builder and updated MANIFEST.MF and build.properties to single-jar the plugin by Brian Payton · 18 years ago
  75. db09273 dpchou 20070615 BZ169392 by dpchou · 18 years ago
  76. 12f6433 [198544] Remove Windows-specific Unicode characters from about.html by jgraham · 18 years ago
  77. 902133d dpchou 20070531 BZ189864 by dpchou · 18 years ago
  78. 3304379 dpchou 20070530 BZ185822 by dpchou · 18 years ago
  79. b97d29d dpchou 20070518 BZ154167 by dpchou · 18 years ago
  80. 9498509 [175454] getFullTableName does not support DB without schema by jgraham · 18 years ago
  81. 6c130a3 [168598] Exceptions logged for Apache Derby DB when working off-line by ledunnel · 18 years ago
  82. 264d167 dpchou 20070323 Bugzilla170415 by dpchou · 18 years ago
  83. 0ba495f [154155] Update for org.eclipse.datatools.modelbase.sql.edit plug-in id change by jgraham · 18 years ago
  84. d61e88e dpchou 20070322 bugzilla154155 by dpchou · 18 years ago
  85. e4c1cbf Update version number for jarred plug-ins by jgraham · 18 years ago
  86. 3ca31e5 dpchou 20070216 single jarring modelbase by dpchou · 18 years ago
  87. bc49cc1 Update version number in build.properties by jgraham · 18 years ago
  88. 52ac3e2 [173482] Regenerated org.eclipse.datatools.modelbase.sql.xml.query to work with current version of EMF and base SQL model. by Brian Payton · 18 years ago
  89. 3f73e93 [173482] Regenerated org.eclipse.datatools.modelbase.sql.query to work with current version of EMF and base SQL model. by Brian Payton · 18 years ago
  90. 7efe40a Add JVM level to manifest file for Europa requirement. Bundle-RequiredExecutionEnvironment: J2SE-1.4 by jgraham · 18 years ago
  91. 7dd0430 Add 1.0 files by jgraham · 18 years ago
  92. 9f2c703 [163007] Consolidate finfo plug-ins by jgraham · 18 years ago
  93. bae7c1a [161670] Fixed method getColumnsFromSearchCondition in ValueExpressionHelper class in SQL Query model by Brian Payton · 18 years ago
  94. 93199cf Fix For Bug #152989 Part 1 - OMG enhancement proposal. by avainchte · 18 years ago
  95. cc78106 regenerated code for DBDefinition model using Eclipse 3.2 by dpchou · 18 years ago
  96. 77a813a Update version numbers and inter-DTP version tolerance specifications by jgraham · 18 years ago
  97. 398eff6 added Catalog as outlined by Proposal 2. also ported over Comment for WTP parity. by dpchou · 18 years ago
  98. 6139772 Update build version by jgraham · 18 years ago
  99. eac644a Added bundle-version information to the MANIFEST.MF file by Brian Payton · 18 years ago
  100. b8aafec dpchou 20060831 version range for modelbase by dpchou · 18 years ago