I changed in Entity/SqlGenerator.cs the line 855 to

                        result.Append("'" +
((DateTime)e.Value).ToString("yyyy-MM-dd HH:mm:ss.fff",
CultureInfo.InvariantCulture) + "'");
and now the sql is ok, the datetime is properly quoted.


On Thu, Nov 25, 2010 at 10:24 PM, Jiri Cincura <disk...@cincura.net> wrote:
> On Thu, Nov 25, 2010 at 22:08, H4b0s <theh4...@gmail.com> wrote:
>> So my question is what i'm doing wrong or why isn't the datetime param 
>> quoted?
>
> I have no idea.
>
> --
> Jiri {x2} Cincura (x2develop.com founder)
> http://blog.cincura.net/ | http://www.ID3renamer.com
>
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> _______________________________________________
> Firebird-net-provider mailing list
> Firebird-net-provider@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
>

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to