EntityFramework6.Npgsql
EntityFramework6.Npgsql copied to clipboard
Entity Framework 6 provider for PostgreSQL
_From @roji on July 20, 2014 13:3_ http://build.npgsql.org/viewLog.html?buildId=1553&tab=buildResultsDiv&buildTypeId=npgsql_mono45#testNameId-4913128095865649112 _Copied from original issue: npgsql/npgsql#289_
_From @agonzalezm on January 19, 2016 21:0_ if i use this db initializator to enable EF automatic migrations i get an exception error while running the project ``` public class...
_From @livioc on November 11, 2015 14:46_ Hi, i'm not sure if this bug is in npgsql or entityframework code, i used the last release version of npgsql, EntityFramework and...
_From @klimaxx on August 31, 2015 14:16_ Hi i got an exception updating database System.NotImplementedException: Unhandled MigrationOperation AlterTableOperation in NpgsqlMigrationSqlGenerator Is it possible to add support for this kind of...
_From @ictran on July 8, 2015 6:15_ Method [`AppendColumnType`](https://github.com/npgsql/npgsql/blob/develop/src/EntityFramework6.Npgsql/NpgsqlMigrationSqlGenerator.cs) should take [`StoreType`](https://msdn.microsoft.com/en-us/library/system.data.entity.migrations.model.propertymodel.storetype%28v=vs.113%29.aspx#P:System.Data.Entity.Migrations.Model.PropertyModel.StoreType) into consideration. Sometimes we want `string` to map to a `jsonb`, `json`, or `xml` as the store type....
_From @Emill on May 21, 2015 23:17_ By Sérgio Barros: > I am using npgsql latest version and EF 6 and when creating the classes from the datamodel I get...
_From @kmschaefer on May 12, 2015 19:33_ This is the error I receive when trying to view the data in an MVC-generated web page: The 'timestamptzfield' property on 'test' could...
_From @buybackoff on March 27, 2015 13:14_ I am getting an error: function uuid_generate_v4() doesn't exist with Npgsql migrations (related to [this](https://github.com/DavidKarlas/Npgsql2/commit/9ff75aa5a132d8b9551476d4ed98e698d554390c), but cannot make it work with the latest...
_From @azhozhin on March 17, 2015 8:31_ in Npgsql.EntityFramework\NpgsqlMigrationSqlGenerator.cs code responsible for index name: ``` private void Convert(CreateIndexOperation createIndexOperation) { ... sql.Append(GetTableNameFromFullTableName(createIndexOperation.Table) + "_" + createIndexOperation.Name); ... } ``` produces...
_From @roji on March 16, 2015 6:15_ See https://github.com/npgsql/npgsql/issues/511#issuecomment-81296698 _Copied from original issue: npgsql/npgsql#534_