Skip to content

1.05

Compare
Choose a tag to compare
@ClayLipscomb ClayLipscomb released this 20 Dec 19:26
· 204 commits to master since this release
  1. Change nested record type classes to be abstract
  2. Remove object namespace from C# param/attribute type
  3. Tweak generated reason comments for ignored Oracle types
  4. Implement translation of Oracle NUMERIC, DECIMAL, REAL types
  5. Handle record type used by external package but not its container package
  6. Round decimal to 28 instead of 29 during read of result set in generated code
  7. Round decimal to 28 instead of 29 during read of result set in OrclPower.cs
  8. Change internal type of Max Size of Associative Array Return/Arg from C# short to int
  9. Change default Max Size of Associative Array Return/Arg from 1,000 to 50,000
  10. Add Odapter version in generated code header comment
  11. Handle ignore of associative array of table row
  12. Remove getter from generated record type interface
  13. Major refactor of Oracle to C# type translation code