1. 19e91bb Bug #461188 - Test failures exist in test-dbws-builder-oracle target by Petros Splinakis · 9 years ago master
  2. 28e62ff Fix for bug 454937 by David Minsky · 9 years ago
  3. 036ab41 Update eclipse preferences by Lukas Jungmann · 10 years ago
  4. cf749c2 Switch the build to JDK 7 compatibility; remove JDK 6 compliance by Lukas Jungmann · 10 years ago
  5. 8b5b474 Bug 446257: Findbugs issues in ddlparser component by Lukas Jungmann · 10 years ago
  6. 900d410 Bug 446174:DBWS DDLParser does not properly resolve TYPEs on 12c by Lukas Jungmann · 10 years ago
  7. 5256c71 Bug 445229: Oracleddlparser tests are failing against 12c by Lukas Jungmann · 10 years ago
  8. 56b5988 Bug 444952: update oracleddlparser project Review by: David McCann by Lukas Jungmann · 10 years ago
  9. 85459d0 Fix for bug 440689 by David Minsky · 10 years ago
  10. 68a4874 Fix for Bug 404305 - DBWS DDLParser: args from different package results extra procedure type being generated () by dmccann · 11 years ago
  11. 0c6e017 Bug 393377 - DBWS: need to support sys.XMLTYPE by dmccann · 11 years ago
  12. b358663 Fix for Bug 393903 (DDL Parser: need support for Oracle Object Types that contain a CONSTRUCTOR declaration) by dmccann · 11 years ago
  13. ab58138 Fix for bugs# 391452 (DERIVED TYPE FOR FK/PK COLUMNS GENERATED INCORRECTLY IN TOPLINK BUILDER) and 391698 (DDL Parser: SCHEMA name prepended to stored proc IN parameter not handled correctly) by dmccann · 12 years ago
  14. b44412c Fix for bug# 391452 (DERIVED TYPE FOR FK/PK COLUMNS GENERATED INCORRECTLY IN TOPLINK BUILDER) by dmccann · 12 years ago
  15. 7cfb119 Fix for Bug 383324 - DBWS DDLParser: Maven test compile/run not working by dmccann · 12 years ago
  16. 29112bc Second commit for Bug 383011 - DBWS: Should support cross-package type references by dmccann · 12 years ago
  17. ed66f7f Fix for Bug 382530 - DBWS: infinite loop when package name is prepended to type name by dmccann · 12 years ago
  18. 1664152 Fix for Bug 382418 - DBWS DDLParser: TypeResolutionTestSuite failing due to missing database table by dmccann · 12 years ago
  19. 64bf62c Fix for Bug 377655 (DBWS DDLParser: Should ignore schema if prepended to arguments) by dmccann · 12 years ago
  20. 4d22ed3 Removed 'src' folder from parser bin jar by dmccann · 12 years ago
  21. b94633e add resources to source bundle and name correctly by Eric Gwin · 12 years ago
  22. 73dcd9e Add needed files to project. update to 0.15.0 tycho by Eric Gwin · 12 years ago
  23. edbf0ab Fix for bug 339721 (DBWS should support strongly-typed package REF CURSOR) by dmccann · 12 years ago
  24. e668577 Added additional check such that we don't add ROWTYPETypes to the list of types. The enclosed PLSQLRecord we create from the ROWTYPEType's enclosed TableType will be added however. by dmccann · 12 years ago
  25. e3f0d4d Added class and method comments by dmccann · 12 years ago
  26. 453251c Adding a custom visitor that will traverse enclosed types and build a list of type instances. by dmccann · 12 years ago
  27. 2b7913d misc string formatting by Mike Norman · 12 years ago
  28. bbc5033 Deal with 'extra' schema identifier for args/return types' names: by Mike Norman · 12 years ago
  29. faab8f7 and fix testcase by Mike Norman · 12 years ago
  30. 25b41ac Need ROWTYPEType to return 'real' %ROWTYPE string for its typeName() by Mike Norman · 12 years ago
  31. 8df6680 Work on fixing %ROWTYPE issues by Mike Norman · 12 years ago
  32. 17d5ed5 fix 'default direction IN' logic in DDLParser.jjt by Mike Norman · 12 years ago
  33. 602dc4c Add DDL Parser tests for strongly-typed ref cursor by Mike Norman · 12 years ago
  34. 3aa080f https://bugs.eclipse.org/bugs/show_bug.cgi?id=373675 by Mike Norman · 12 years ago
  35. c71b735 https://bugs.eclipse.org/bugs/show_bug.cgi?id=373332 by Mike Norman · 12 years ago
  36. 34252bf re-generate files by Mike Norman · 12 years ago
  37. 532c62e reduce the number of choice conflicts by Mike Norman · 12 years ago
  38. c9a4d89 Divide up keyword tokens into 'reserved' vs. 'keyword' by Mike Norman · 12 years ago
  39. af4cd0f fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=373987: by Mike Norman · 12 years ago
  40. bd43c79 add check against STATUS column by Mike Norman · 12 years ago
  41. c7d0e98 Fix for Bug 329435 - DBWS should handle Anchored types (%ROWTYPE, %TYPE) by dmccann · 12 years ago
  42. 17e2462 fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=372750 by Mike Norman · 12 years ago
  43. 8a2d126 fix a mistake - TYPEType should return true to isTYPEType() by Mike Norman · 12 years ago
  44. e830e34 Fix API inconsistencies: getNestedType, getDataType by Mike Norman · 12 years ago
  45. 3fcfa42 misc tweak to fix 'yellow-warning' icon in Eclipse IDE by Mike Norman · 12 years ago
  46. f9bfbd4 clean instanceof checks by Mike Norman · 12 years ago
  47. fd4dbc5 Add more support for AnchoredTypes (%ROWTYPE, %TYPE) by Mike Norman · 12 years ago
  48. 0f7b6d3 put ojdbc6 dependency back in for now by Mike Norman · 12 years ago
  49. 09ceda8 update to tycho 0.14.0 by Eric Gwin · 12 years ago
  50. 76d822e dont need to check-in m2e .settings preferences by Mike Norman · 12 years ago
  51. 8e74bfa Yet some more Maven/Tycho changes ... by Mike Norman · 12 years ago
  52. 1d04b69 Maven stuff - passing system properties, etc. by dmccann · 12 years ago
  53. b3f0486 fix PLSQLRecordType>>addCompositeType to update existing field's type if present by Mike Norman · 12 years ago
  54. ea0ba42 work for https://bugs.eclipse.org/bugs/show_bug.cgi?id=325124 by Mike Norman · 12 years ago
  55. aa21939 misc tweaks to pom file by Mike Norman · 12 years ago
  56. aea0e25 fix ClassCastException in DatabaseTypeBuilder by Mike Norman · 12 years ago
  57. e5636d7 Add maven launcher for JUnit tests by Mike Norman · 12 years ago
  58. 144c62e finally! all launches run Ok by Mike Norman · 12 years ago
  59. 06bc014 fix up .launches to reference oracleddlparser project instead by Mike Norman · 12 years ago
  60. e7a7e7b move tests to 'proper' place in oracleddlparser sub-directory by Mike Norman · 12 years ago
  61. 35c880b changes to support weakly-typed REF CURSORS by Mike Norman · 12 years ago
  62. a7b4870 From git am subtree-merge from oracleddlparser.test by Mike Norman · 12 years ago
  63. df760d9 fix path to AllTests (due to change in project name) by Mike Norman · 12 years ago
  64. 7dada4c fix name of oracle DDL parser project by Mike Norman · 12 years ago
  65. 942ab0b TortoiseGIT test #3 - removed '#' by dmccann · 12 years ago
  66. ab851c1 TortoiseGIT test #2 - added a '#' by dmccann · 12 years ago
  67. 515dbee TortoiseGIT test - added an empty line. by dmccann · 12 years ago
  68. a72c614 Add a test table that contains a TimeStampType by Mike Norman · 12 years ago
  69. 70a6f65 clean up few test case DDL stmts by Mike Norman · 12 years ago
  70. 912bd26 Add test case for resolving types from other PL/SQL package in same schema by Mike Norman · 13 years ago
  71. 32c0173 Fix DDL creation by Mike Norman · 13 years ago
  72. b052768 Add test for TableType that refers to globally-scoped type by Mike Norman · 13 years ago
  73. 436248f trivial commit - remove unused import by Mike Norman · 13 years ago
  74. 8265ab2 More top-level unresolved types tests by Mike Norman · 13 years ago
  75. 819ff5e Add tests for unresolved type references in a package pointing to a globally-scoped object type by Mike Norman · 13 years ago
  76. edeb38b Separate-out some assertSame tests by Mike Norman · 13 years ago
  77. ffb0877 Add test for %TYPE change name to 'TypeResolutionTestSuite' from 'UnresolvedTypesTestSuite' by Mike Norman · 13 years ago
  78. ef2aadc add DDL-creation for UnresolvedTypes: by default, dont re-create types use System property -Ddb.ddl=true if creatoin DDL is to be sent to the database by Mike Norman · 13 years ago
  79. c1fe0c5 Add tests for resolving UnresolvedType's by Mike Norman · 13 years ago
  80. 8eec077 fix FunctionTypeVisitor now that returnArg is of type ArgumentType by Mike Norman · 13 years ago
  81. d6820a9 Add tests for nested Object types by Mike Norman · 13 years ago
  82. 3d98cbb Finish up unit tests for deeply nested types by Mike Norman · 13 years ago
  83. f76a92d Add test cases for nested record, collection with a record by Mike Norman · 13 years ago
  84. 8df3704 few more assert test to make sure nested record parsed correctly by Mike Norman · 13 years ago
  85. c4c5116 add in first tests for nested records by Mike Norman · 13 years ago
  86. f845084 add some more unit tests by Mike Norman · 13 years ago
  87. 79337b5 Add more testsuites - TOPLEVEL procedures - TOPLEVEL functions by Mike Norman · 13 years ago
  88. c24faf6 Add test for simple ProcedureType (and its ArgumentType) by Mike Norman · 13 years ago
  89. 976a7c4 make launches no longer specific to my DB/environment setup by Mike Norman · 13 years ago
  90. 4057814 fix up tests to accomodate change in API on DatabaseTypeBuilder (now with schemaPattern) by Mike Norman · 13 years ago
  91. 1d262f8 tweak name of launch config by Mike Norman · 13 years ago
  92. c1aebe7 - fix TableTypeTest - create separate launches for each sub-package by Mike Norman · 13 years ago
  93. e86f75d tidy-up copyright header, imports and comments by Mike Norman · 13 years ago
  94. 469f088 re-arrange packages and tests by Mike Norman · 13 years ago
  95. ed86127 - re-arrange visit tests - move TableTypeVisitor to o.e.p.dbws.builder since it will have DBWSBuilder-specific behaviour by Mike Norman · 13 years ago
  96. e9ea3a5 Tests for TableType support. by dmccann · 13 years ago
  97. 8801871 - create separate launch for DDLParserTest (runs fast since it doesn't do any DB stuff) - tweak tests: move create/drop table to TestHelper - add some field-level checking (name, dataType) to DDLParserTest by Mike Norman · 13 years ago
  98. 9510193 change tests to support List<DatabaseType> buildXXX APIs in DatabaseTypeBuilder by Mike Norman · 13 years ago
  99. 983c8b9 add supporting tests for changes in 7572e2 (IOT) by Mike Norman · 13 years ago
  100. 364e03d Refactor tests into suites and tests and add an 'AllTests' suite that runs everything by Mike Norman · 13 years ago