Aamir Mulla
Aamir Mulla
Did you resolve this issue yet?
Got this working with Ssl set to true and bypassing client certificate validation. Heroku is great at documenting everything but .net core (second class citizen living in docker) In their...
@mgravell I hope you are completely recovered now and thanks for the quick reply (to me) :) I actually used an extension library for .net core over this
@adnan-kamili something like this https://stackoverflow.com/a/58410251/3214683
@mgravell Heroku also set these variables for Redis other than the REDIS_URL. I am not fully sure what they mean, couldn't find the documentation. REDIS_BASTION_REKEYS_AFTER REDIS_BASTIONS
I can't add a linked issue, but this PR relates to https://github.com/nhibernate/nhibernate-core/issues/2820
> Ah... It is specific to column type `timestamptz` (which is not what is created by NHIbernate by default) Are you saying that if we had ```RegisterColumnType(DbType.DateTimeOffset, "timestamptz");``` over at...
> > Ah... It is specific to column type `timestamptz` (which is not what is created by NHIbernate by default) > > Are you saying that if we had `RegisterColumnType(DbType.DateTimeOffset,...
Also, it appears that DateTimeOffsetFixture tests are being ignored for PostgresQL - https://teamcity.jetbrains.com/viewLog.html?buildId=3511808&buildTypeId=bt875&tab=testsInfo .