Martin Giffy D'Souza

Results 134 comments of Martin Giffy D'Souza

@OliverLemm Can you please check what happens when a custom authentication scheme is used and you pass in a valid user name (for the authentication scheme) that is not an...

@stevenfeuerstein for the `null` and `not_null` assertions do you know if we can declare an "any" object type so we wouldn't have to overload all the assertion functions? Overall though...

@omarsawalhah is this for PL/SQL or for APEX or both? Do you have any ideas on how this would look?

@mongolu can you please provide your SQL statement?

@Nunalves I appreciate you submitting the code. I don't think we'll be implementing this for a few reasons: 1. Requires that user has privilege to create `type`s. In a lot...

@Nunalves all very good points and I hadn't considered the concatenation issue. Any idea on how to get around the schema level type option? This is one of my biggest...

@IsaacAguirre what version of APEX do you have?

Will need to support older versions (`4.2.x`) of APEX in next release

@janihur This sounds similar to what we use for Logger: https://github.com/OraOpenSource/Logger/blob/master/docs/Logger%20API.md#append_param If this is primarily for logging then perhaps we may not need to add it as Logger has this...