suchym
suchym
I downloaded source code of Microdot and I tried to compile solution. I got exception while paket tries to download Gigya.OrleansDashboard.NetStandard 3.0.8. Here is message: Downloading Gigya.OrleansDashboard.NetStandard 3.0.8 Source 'http://nuget.gigya.net/nugetForVS/nuget'...
In 'EntityModule.RegisterMigrations' I create several GIST indexes (working with PostgreSQL) at the end of migration (AddPostUpgradeAction) by running an SQL script. When I create database and apply a schema update,...
Is there any plan to extend the set of supported data types for PostgreSQL? For example, an intarray column. It would be nice to have this type including GiST, GIN...