OraMUC / table-api-generator

Oracle Table API Generator
MIT License
48 stars 14 forks source link

bugfix util_get_attribute_surrogate #40

Closed SteinBenjamin closed 2 years ago

SteinBenjamin commented 2 years ago

This is a small fix for the API to make it work correctly with RAW Datatypes.

Without the fix, Primary Keys of Type RAW (sys_guid()) are not working as RAW cannot be compared to VARCHAR2.

ogobrecht commented 2 years ago

Hi Benjamin,

sorry for my late answer and thank you for the pull request. Can you please create a new one against the development branch instead of the master? Or change the current request, if this is possible (I have never tried to change the target branch of a pull request). Doing it this way I am able to run all tests and merge then into the master branch.

Many thanks for your help.

Best regards Ottmar

ogobrecht commented 2 years ago

I close this now as the other pull request was merged