Rodrigo Cesar
Rodrigo Cesar
I want to convert `byte[]` as `ArrayBuffer` and the customTypeTranslations is not working. Will the PR #43 be accepted? Or should the conversion set `byte[]` as `ArrayBuffer` directly?
I'm using @tg73 work and is working fine, with some adjusts on index names.
Hi @Rgl88. I suggest to try: ```C# Database.SetInitializer( new System.Data.Entity.MigrateDatabaseToLatestVersion( true ) ); MyContext.Database.Initialize(true); ``` My problem with Index was when I need to drop it. Not creating. And I'm...
Hi @JobaDiniz . Did you changed the Database Initializer? See if [this](https://github.com/digocesar/SQLiteCodeFirst#sqlitemigrationsqlgenerator-sample) information can help you.
I had using a modified version of SQLiteCodeFirst project with Migrations and .Net 4.0. https://github.com/digocesar/SQLiteCodeFirst
Fixed merge conflict! This is a simple change that will help who don't use semicolon in javascript files. ;)
Commits have been updated for the current master. ;)
Hey @svenheden, can you accept this PR? It is a simple change! ;)
I have this problem with Windows 10 machines too. Anyone have ideia of what can be?
Will not this PR be merged?