Conversation
It would appear we may need find some way to allow for multiple gone gens. Maybe we should start namespacing the packages of the code gen output by version... or like shadowing it or something. e.g. have something that works with out the version but have everything truly exist under that namespace to allow these transitions.... definitely not getting fixed right for this though. |
|
I was looking into that WaterSupplyAcct thing. We could switch based on schema version and call the pl/sql directly (not thru codegen). Another option would be to introspect the arguments by calling something like: Or we just call one signature and catch the BindException and then try the other signature and maybe cache/remember which one worked. |
Yeah, either of those options makes sense and would be easier to handle. |
No description provided.