User bio

Good day!

I'm running InterSystems Corporate Venture Fund and a co-founder of Caelestinus Incubator..

I love our Developer ecosystem projects Community, Open Exchange and GLobal Masters, Ideas Portal and Package Manager!

I encourage you to join our Partner Directory and Partner Portal!

I invite you to join our InterSystems startup ecosystem: InterSystems Venture Fund, Digital Health Startup Incubator Caelestinus and Startup program!

I find a great pleasure participating in this great community of like minded, helpful and open hearted people!

Would love to be connected in LinkedIn and Github!

I wish you to have a great day and find some happiness, joy and calm! 

Show all
London
Member since Nov 10, 2015

BTW, faced the same situation today to have an option of getting full sqlname for a class, and generated a classmethod in VSCode with AI (no my personal touch):

ClassMethod GetSQLTableName(pclass As %String) As %String
{
// returns the SQL table name for a class
set tablename = ##class(%DeepSee.Utils).%GetSQLTableName(pclass)
if tablename="" {
set tablename=$TR($P(pclass,".",1,*-1),".","_")_"."_$p(pclass,".",*)
}
return tablename
}

And its working. Not bad for a bot.

Open Exchange applications:
Certifications & Credly badges:
Global Masters badges:
Followers:
Following: