Élton Reisdorfer

Results 10 comments of Élton Reisdorfer

@milo, I can not see the details of the error, but I'll try to do something to solve it. I already enabled the extension: php_sockets.dll The error happens in: `SmtpMailer.php`...

@roji ,@franciscojunior, @Emill, @kenjiuno, @piksel This is query being sent to postgresql: ``` SELECT "Extent1"."usu_cod", "Extent1"."usu_nom", "Extent1"."usu_super", "Extent1"."usu_emp", "Extent1"."usu_acedat", "Extent1"."usu_aceemp", "Extent1"."usu_aceopc", "Extent1"."usu_nivel", "Extent1"."usu_tiplib", "Extent1"."usu_ageati", "Extent1"."usu_ultcon", "Extent1"."usu_ide", "Extent1"."usu_loc", "Extent1"."usu_stqsai", "Extent1"."usu_stqent", "Extent1"."usu_stqaju",...

@blacksnake-rus thanks, but it's not about parameter conversion since all operations with string are not transformed into SQL. Example: ` List users = context.Users.Where(user => user.Name.Equals("EltonRst")).ToList(); `

@blacksnake-rus Here a correct SQL Statement ``` SELECT "Extent1"."usu_cod", "Extent1"."usu_nom", "Extent1"."usu_super", "Extent1"."usu_emp", "Extent1"."usu_acedat", "Extent1"."usu_aceemp", "Extent1"."usu_aceopc", "Extent1"."usu_nivel", "Extent1"."usu_tiplib", "Extent1"."usu_ageati", "Extent1"."usu_ultcon", "Extent1"."usu_ide", "Extent1"."usu_loc", "Extent1"."usu_stqsai", "Extent1"."usu_stqent", "Extent1"."usu_stqaju", "Extent1"."usu_stqtra", "Extent1"."usuemanom", "Extent1"."usuemaema", "Extent1"."usuemausu", "Extent1"."usuemapas", "Extent1"."usu_senepi",...

@blacksnake-rus Does this problem occur in the npgsql/EntityFramework6.Npgsql project, or the npgsql/npgsql project? we need to find where the problem occurs and fix it.

@blacksnake-rus Can you help me with my App.config ? I need to include these packages and configure them where ? Its very big problem. I have to return on https://www.nuget.org/packages/Npgsql.EntityFramework/...

@roji @franciscojunior @Emill @kenjiuno @piksel @blacksnake-rus I see that the project is abandoned, where is the support when we need it? I do not understand anything about the project so...

Tank's @blacksnake-rus https://www.nuget.org/packages/Npgsql.EntityFramework/ ``` ``` This worked, but I have to do all mapping manually using data annotations, is there any way to work with ADO.NET Entity Data Model in...

@blacksnake-rus Even following these steps, the problem persists. ![image](https://user-images.githubusercontent.com/15981323/36539463-b1723522-17b5-11e8-8ddb-3fde03a366a4.png) Next: ![image](https://user-images.githubusercontent.com/15981323/36539511-dd9246a6-17b5-11e8-9c7c-f6dbc1cab771.png) Next: ![image](https://user-images.githubusercontent.com/15981323/36539201-bf8ffeba-17b4-11e8-889a-6eb859a84d40.png) Next: ![image](https://user-images.githubusercontent.com/15981323/36539244-e295b954-17b4-11e8-9ed6-db304236be50.png) Next: ![image](https://user-images.githubusercontent.com/15981323/36539301-1c4ea746-17b5-11e8-9815-2e71e2f9c8b4.png)

@EvilSakray Dude, the only thing I got was going back to version 2.2.7, and doing all the mapping code manually using the data annotations.