1. 095e3d8 add tests for DatabaseTypeBuilderException move around some existing tests - 'pure' DDL strings in DDLParserTest (not from database) by Mike Norman · 13 years ago
  2. 560a518 move DBMS_METADATA.SESSION_TRANSFORM logic to DatabaseTypeBuilder remove DBMS_METADATA.GET_DDL calls - depend on DatabaseTypeBuilder for that comment out all tests, except BONUS table test which is revised to use DatabaseTypeBuilder by Mike Norman · 13 years ago
  3. 93d27e0 test committing upstream to Eclipse git repository by Mike Norman · 13 years ago
  4. 8e89353 Move Oracle DDL Parser test code into its own project by Mike Norman · 13 years ago
  5. 1ea4ff8 misc tweaks to parser; by Mike Norman · 12 years ago
  6. ec24113 change TYPENAME statics to be public by Mike Norman · 12 years ago
  7. 26176df tweak .gitignore - misc .settings files by Mike Norman · 12 years ago
  8. 3c9d0a6 jumbo patch to fix Maven poms by Eric Gwin · 12 years ago
  9. 559e359 Merge branch 'master' of ssh://git.eclipse.org/gitroot/eclipselink/oracleddlparser by Mike Norman · 12 years ago
  10. d14fa5e Revert "add source bundle to final repository" by Mike Norman · 12 years ago
  11. 9315e7d add source bundle to final repository by Eric Gwin · 12 years ago
  12. a9879fd add other 'helper' projects for tycho build and promote by Eric Gwin · 12 years ago
  13. d9fdffe update poms to reflect parent hierarchy by Eric Gwin · 12 years ago
  14. b371e5c Cleanup based upon command-line run (UpdateSite still failing) by Mike Norman · 12 years ago
  15. 0a645cf add source bundle to final repository by Mike Norman · 12 years ago
  16. ad8fe04 add other 'helper' projects for tycho build and promote by Mike Norman · 12 years ago
  17. f5fb02b update poms to reflect parent hierarchy by Mike Norman · 12 years ago
  18. ad44933 tweak git ignored by Eric Gwin · 12 years ago
  19. 5bb709b yet more experimental (or just mental!) mavenization work by Eric Gwin · 12 years ago
  20. 6d8898d experimental changes for mavenization by Eric Gwin · 12 years ago
  21. ba25903 Add support for SIGN_TYPE by Mike Norman · 12 years ago
  22. ff381a2 Add batch DDL processing APIs: by Mike Norman · 12 years ago
  23. de30439 fix grammar for TIMESTAMP - it is NOT scalar, has a fractional by Mike Norman · 12 years ago
  24. 89b2264 Convert project to m2e (maven) project (thanks Eric!) by Mike Norman · 12 years ago
  25. 4235430 remove useless @Override on shortName() by Mike Norman · 12 years ago
  26. 3569dd0 Change strategy to deal with case of PL/SQL keywords: instead by Mike Norman · 12 years ago
  27. 18aef35 Fix a problem discovered by John Blair from the JDev team. by Mike Norman · 12 years ago
  28. 1311f25 fix upper/lower case winXP problem by Mike Norman · 12 years ago
  29. 015eec7 Merge branch 'master' of ssh://git.eclipse.org/gitroot/eclipselink/oracleddlparser by Mike Norman · 12 years ago
  30. 6098302 Fix case-sensitivity issue w.r.t. looking up by Mike Norman · 12 years ago
  31. 6f62937 Fix case-sensitivity issue w.r.t. looking up DBMSMetadataSessionTransforms by Mike Norman · 12 years ago
  32. 08d5b86 Fix the PDE nature of Oracle DDL Parser so that is works as a proper OSGi bundle by Mike Norman · 12 years ago
  33. 8e81d15 fix isResolved for ObjectTableType by Mike Norman · 13 years ago
  34. a09980a Add support for resolving UnresolvedType's from another package by Mike Norman · 13 years ago
  35. 86b8757 Fix bug in DatabaseTypeBuilder>>buildTypes by Mike Norman · 13 years ago
  36. d22f271 - tweak some build artifacts for SVN by Mike Norman · 13 years ago
  37. b09f113 Add support for %TYPE macro (TYPEType) by Mike Norman · 13 years ago
  38. aa8f17d Fix up o.e.p.tools.oracleddl.util.DatabaseTypeBuilder>>resolvedTypes by Mike Norman · 13 years ago
  39. 106b03c first-pass as resolving UnresolveType's by Mike Norman · 13 years ago
  40. 56e35a3 Doh! thought I had removed all traces of caching UnresolvedTypes by Mike Norman · 13 years ago
  41. 278fb0a A bunch of isResolved() weren't implemented (or were wrong) by Mike Norman · 13 years ago
  42. 84261f5 More support for UnresolvedType's: by Mike Norman · 13 years ago
  43. 58a5ac8 Fix parser to build FunctionType's returnArg as an ArgumentType by Mike Norman · 13 years ago
  44. d57c4af Fix grammar so that %ROWTYPE and %TYPE macros result in by Mike Norman · 13 years ago
  45. fe3df95 Add size attribute to VArrayType by Mike Norman · 13 years ago
  46. 16c821e - add support for Oracle TABLE OF types by Mike Norman · 13 years ago
  47. 0378c5a fix merge problems by Mike Norman · 13 years ago
  48. afe695f Merge branch 'master' of ssh://git.eclipse.org/gitroot/eclipselink/oracleddlparser by Mike Norman · 13 years ago
  49. 01f385c Merge branch 'master' of by Mike Norman · 13 years ago
  50. d379370 Merge branch 'master' of ssh://git.eclipse.org/gitroot/eclipselink/oracleddlparser by Mike Norman · 13 years ago
  51. df91353 Merge branch 'master' of ssh://git.eclipse.org/gitroot/eclipselink/oracleddlparser by Mike Norman · 13 years ago
  52. 931095a Merge branch 'master' of ssh://git.eclipse.org/gitroot/eclipselink/oracleddlparser by Mike Norman · 13 years ago
  53. 3a2db87 Changes required for ObjectTypes by Mike Norman · 13 years ago
  54. 9180d3d Changes required for nested Object types with UnresolvedType's by Mike Norman · 13 years ago
  55. 6930829 Add support for INDEX BY collections by Mike Norman · 13 years ago
  56. d4128a9 Modified parser to keep track of 'local' processed types. by dmccann · 13 years ago
  57. f9a3d89 Results of previous merge? by dmccann · 13 years ago
  58. 3bde0a8 Merge branch 'master' of ssh://git.eclipse.org/gitroot/eclipselink/oracleddlparser by dmccann · 13 years ago
  59. 86f385a Modify how local types are looked up by Mike Norman · 13 years ago
  60. 22c97ee Added support for PL/SQL records with PL/SQL collection types, and PL/SQL collections with PL/SQL record types. by dmccann · 13 years ago
  61. f575b96 Support for PL/SQL collection types. by dmccann · 13 years ago
  62. 1107775 Added support for PL/SQL Record types. by dmccann · 13 years ago
  63. a60482f Added 'schema' to PLSQLPackageType. by dmccann · 13 years ago
  64. bc41882 Fix parseTopLevelFunction by Mike Norman · 13 years ago
  65. e82d5c4 Merge branch 'master' of ssh://git.eclipse.org/gitroot/eclipselink/oracleddlparser by dmccann · 13 years ago
  66. 2a21187 Added import comments. by dmccann · 13 years ago
  67. f89b6df Fix ArgumentType - actually build and add it to ProcedureType by Mike Norman · 13 years ago
  68. 3dd3a94 Add SYS_REFCURSOR datatype by Mike Norman · 13 years ago
  69. 873c19c Give TableType a TYPENAME constant so it can be re-used by others by Mike Norman · 13 years ago
  70. e07ca5c Added isFunction method to FunctionType. by dmccann · 13 years ago
  71. c6062d4 - add support for schemaPattern to REGEXP_LIKE the OWNER by Mike Norman · 13 years ago
  72. bfa1a5f - create sub-package o.e.p.tools.oracleddl.metadata.visit to hold by Mike Norman · 13 years ago
  73. 7b1c6c7 Merge branch 'master' of ssh://dmccann@git.eclipse.org/gitroot/eclipselink/oracleddlparser.git by dmccann · 13 years ago
  74. de60bfe First version. by dmccann · 13 years ago
  75. 5943477 Merge branch 'master' of ssh://git.eclipse.org/gitroot/eclipselink/oracleddlparser by Mike Norman · 13 years ago
  76. d7a9c45 Add support for pattern matching - means that each buildXXX API by Mike Norman · 13 years ago
  77. 7572e25 Add support of IOT tables: by Mike Norman · 13 years ago IOT
  78. 5f95299 Add support of IOT tables: by Mike Norman · 13 years ago
  79. d6ffa6c Added statics, visit methods, implemented visit for Function and Procedure. by dmccann · 13 years ago
  80. b77ef22 Added statics, visit methods, implemented visit for Function and Procedure. by Mike Norman · 13 years ago
  81. ce775c0 fix up Numeric / Integer data type parsing NUMERIC(*,0) == INTEGER by Mike Norman · 13 years ago
  82. 24f630d fix up Numeric / Integer data type parsing NUMERIC(*,0) == INTEGER by Mike Norman · 13 years ago
  83. 11b0e8a add DatabaseTypeBuilderException class by Mike Norman · 13 years ago
  84. d412ee1 add DatabaseTypeBuilderException class by Mike Norman · 13 years ago
  85. d20a9ac make DBMS_METADATA.SESSION_TRANSFORM's overridable by Mike Norman · 13 years ago
  86. b8e3183 make DBMS_METADATA.SESSION_TRANSFORM's overridable by Mike Norman · 13 years ago
  87. 0205fae try changing 'build' setting to avoid checking-in by Mike Norman · 13 years ago
  88. 941420f try changing 'build' setting to avoid checking-in by Mike Norman · 13 years ago
  89. 15c8f69 add 'bin' to .gitignore by Mike Norman · 13 years ago
  90. e73690e add 'bin' to .gitignore by Mike Norman · 13 years ago
  91. ce3843a change package names move test code to its own project by Mike Norman · 13 years ago
  92. ffdbe69 change package names move test code to its own project by Mike Norman · 13 years ago
  93. 880b0e9 rename project by Mike Norman · 13 years ago
  94. d40e2d8 rename project by Mike Norman · 13 years ago
  95. 81aa2e7 tweak excludes by Mike Norman · 13 years ago
  96. b51b21c tweak excludes by Mike Norman · 13 years ago
  97. 26778b7 With the introduction of new metamodel types (ObjectType, VArrayType, by Mike Norman · 13 years ago
  98. 379d798 With the introduction of new metamodel types (ObjectType, VArrayType, by Mike Norman · 13 years ago
  99. 0bb615b add new object types to types repository by Mike Norman · 13 years ago
  100. 55465e9 add new object types to types repository by Mike Norman · 13 years ago