Élton Reisdorfer
É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.  Next:  Next:  Next:  Next: 
@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.