1. 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
  2. ca895d7 [238357] Modified query model and parser to support alias col list, table funcs, and predicate row by Brian Payton · 17 years ago
  3. 0a058a1 [238356] Modified StatementHelper in the o.e.d.modelbase.sql.query plugin to look for special chars by Brian Payton · 17 years ago
  4. f293322 [236112] Copyright notice issue by ledunnel · 17 years ago
  5. ed37ca9 Updating about files by Brian Fitzpatrick · 17 years ago
  6. 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
  7. aa1c422 [228295] Added directive "Bundle-ActivationPolicy: lazy" to MANIFEST.MF files of all modelbase plugins. by Brian Payton · 17 years ago
  8. 3b17572 [228963] SQLServer 2005: MAX specifier support needed on VARCHAR, NVARCHAR and VARBINARY datatypes by Hemant Kolwalkar · 17 years ago
  9. 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
  10. eb33f00 [222180]buildid was hard code in about.mappings in all brand plugins. by Xiaoying Gu · 17 years ago
  11. 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
  12. 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
  13. 23e0cf5 Update date stamp in version to "qualifier" by jgraham · 17 years ago
  14. 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
  15. 982fdcf [218244] timestamp in Manifest needs to be updated for org.eclipse.datatools.modelbase.dbdefinition by Hemant Kolwalkar · 17 years ago
  16. 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
  17. 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
  18. 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
  19. 9ddcddc [215237] Fixed Query model/parser bugs and regenerated model by Brian Payton · 17 years ago
  20. 4b51cac [215237] Changed Rose source files to ASCII in CVS by Brian Payton · 17 years ago
  21. e85f077 [216986] Derby modelbase plug-in should not have UI dependency by ledunnel · 17 years ago
  22. 5537a56 remove SDO dependency from the SQLModel in DTP. please refer bugzilla 208455 . by Hemant Kolwalkar · 17 years ago
  23. f0d7380 dpchou 2007110107 Bugzilla207649 by dpchou · 17 years ago
  24. 88a570f Update build.properties for DTP 1.6 builds by jgraham · 17 years ago
  25. 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
  26. e850048 [195117] Incorrect copyright dates in DTP About Box by jgraham · 17 years ago
  27. 679c658 Update license headers by jgraham · 18 years ago
  28. 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
  29. db09273 dpchou 20070615 BZ169392 by dpchou · 18 years ago
  30. 12f6433 [198544] Remove Windows-specific Unicode characters from about.html by jgraham · 18 years ago
  31. 902133d dpchou 20070531 BZ189864 by dpchou · 18 years ago
  32. 3304379 dpchou 20070530 BZ185822 by dpchou · 18 years ago
  33. b97d29d dpchou 20070518 BZ154167 by dpchou · 18 years ago
  34. 9498509 [175454] getFullTableName does not support DB without schema by jgraham · 18 years ago
  35. 6c130a3 [168598] Exceptions logged for Apache Derby DB when working off-line by ledunnel · 18 years ago
  36. 264d167 dpchou 20070323 Bugzilla170415 by dpchou · 18 years ago
  37. 0ba495f [154155] Update for org.eclipse.datatools.modelbase.sql.edit plug-in id change by jgraham · 18 years ago
  38. d61e88e dpchou 20070322 bugzilla154155 by dpchou · 18 years ago
  39. e4c1cbf Update version number for jarred plug-ins by jgraham · 18 years ago
  40. 3ca31e5 dpchou 20070216 single jarring modelbase by dpchou · 18 years ago
  41. bc49cc1 Update version number in build.properties by jgraham · 18 years ago
  42. 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
  43. 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
  44. 7efe40a Add JVM level to manifest file for Europa requirement. Bundle-RequiredExecutionEnvironment: J2SE-1.4 by jgraham · 18 years ago
  45. 7dd0430 Add 1.0 files by jgraham · 18 years ago
  46. 9f2c703 [163007] Consolidate finfo plug-ins by jgraham · 18 years ago
  47. bae7c1a [161670] Fixed method getColumnsFromSearchCondition in ValueExpressionHelper class in SQL Query model by Brian Payton · 18 years ago
  48. 93199cf Fix For Bug #152989 Part 1 - OMG enhancement proposal. by avainchte · 18 years ago
  49. cc78106 regenerated code for DBDefinition model using Eclipse 3.2 by dpchou · 18 years ago
  50. 77a813a Update version numbers and inter-DTP version tolerance specifications by jgraham · 18 years ago
  51. 398eff6 added Catalog as outlined by Proposal 2. also ported over Comment for WTP parity. by dpchou · 18 years ago
  52. 6139772 Update build version by jgraham · 18 years ago
  53. eac644a Added bundle-version information to the MANIFEST.MF file by Brian Payton · 18 years ago
  54. b8aafec dpchou 20060831 version range for modelbase by dpchou · 18 years ago
  55. 18ea275 dpchou 20060828 version range for modelbase by dpchou · 18 years ago
  56. a67f84f Fix Bug #152990 - Cleaned up SQL spec content and replaced it with a reference clause. by avainchte · 18 years ago
  57. 62f0a47 Update about.html file for new content by jgraham · 19 years ago
  58. 717b1c3 Update about.html file for new content by jgraham · 19 years ago
  59. 1fe19e1 Add provider name 20060504 dpchou by dpchou · 19 years ago
  60. cfa8a55 Update version number for Callisto by jgraham · 19 years ago
  61. b283569 Update version number for Callisto by jgraham · 19 years ago
  62. e6f27bd dpchou refresh Derby model for synonym implementation by dpchou · 19 years ago
  63. 43928f0 dpchou refresh Derby model for synonym implementation by dpchou · 19 years ago
  64. 9cb6596 Clean up from IP review by jgraham · 19 years ago
  65. 8d2f95f [bug 135164] Replaced IBM copyright with EPL copyright by Brian Payton · 19 years ago
  66. f5b80d6 update Derby model to inherit Synonym from Table, instead of SQLObject by dpchou · 19 years ago
  67. 73a3069 [126826] Fix translation errors caught by pre-translation validation tool by dpchou · 19 years ago
  68. 3e1652f Fixed package name in the pluginJava attribute of extension point org.eclipse.datatools.modelbase.sql.query.sourceWriterExtension by Brian Payton · 19 years ago
  69. f172102 [bug 131734] Changed MANIFEST.MF to use "Eclipse-AutoStart: true" instead of by Brian Payton · 19 years ago
  70. 86e4634 20060313 dpchou Adding about.html to the build.properties file by dpchou · 19 years ago
  71. ffd275e Add META-MF/ to build.xml by jgraham · 19 years ago
  72. 829d065 Add about.html to build.xml bin.includes target by jgraham · 19 years ago
  73. f2e239d [131118] modified Bundle-Activator entry in MANIFEST.MF to point to correct location for SQLQueryModelPlugin class by Brian Payton · 19 years ago
  74. f6361ad [131418] Create manifest file for src plug-in by dpchou · 19 years ago
  75. 626b030 [131418] Create manifest file for src plug-in by dpchou · 19 years ago
  76. 8a3bbab dpchou 20060310 bugZilla defect 131117 by dpchou · 19 years ago
  77. e3c8fda model update by dpchou · 19 years ago
  78. 9cb35f5 added model extension for Derby by dpchou · 19 years ago
  79. 4a23c16 added model extension for Derby by dpchou · 19 years ago
  80. d18330c *** empty log message *** by jgraham · 19 years ago
  81. cccf997 [130648] Update provider names by jgraham · 19 years ago
  82. d356240 added Event class to the model by dpchou · 19 years ago
  83. 3b28170 fix for Bugzilla Bug 109112Needs new attributes (sqlUdfSupported, eventSupported) and class (DebuggerDefinition) by dpchou · 19 years ago
  84. a2b1f75 Update version number for Callisto feature by jgraham · 19 years ago
  85. fa77bf9 [127558] Add extension point documentation files by jgraham · 19 years ago
  86. f584a0c Updated build.xml to include com.ibm.icu plugin for Callisto train. by Brian Payton · 19 years ago
  87. c2d29aa Change import of java.text.StringCharacterIterator to com.ibm.icu.text.StringCharacterIterator for Callistor train by Brian Payton · 19 years ago
  88. 47c9f3d [123266] Add build files and adjust build.properties by jgraham · 19 years ago
  89. 03ebc7e [123266] Add build files and adjust build.properties by jgraham · 19 years ago
  90. aafb127 [121809] Regenerated code with current EMF version by Brian Payton · 19 years ago
  91. 80fbf17 [121809] Regenerated code to pick up SQL model plugin changes by Brian Payton · 19 years ago
  92. 23f1132 [121809] Moved model folder from under src folder to root of plugin to match EMF. Also renamed factory classes for consistency. by Brian Payton · 19 years ago
  93. 1479fba [121809] Moved model folder from under src folder to root of plugin to match EMF by Brian Payton · 19 years ago
  94. 00274f9 [121809] Moved model folder from under src folder to root of plugin to match EMF by Brian Payton · 19 years ago
  95. a251eb9 [121910] Add about.hmtl, update manifest and build.properties for M2 by jgraham · 19 years ago
  96. 46678e2 Removed references to "com.ibm.db" classes in javadoc. by Brian Payton · 19 years ago
  97. 2c5c83c Regenerated EMF code under Eclipse 3.1 instead of 3.2 by Brian Payton · 19 years ago
  98. d907ea5 Add .cvsignore file by Brian Payton · 19 years ago
  99. 68ff880 Fix up package reference by Brian Payton · 19 years ago
  100. 1415a2d Include Eclipse.org epl copyright notices and clean up import warnings. by Brian Payton · 19 years ago