Thank you Joe,
Awesome work guys!

--
Thanks,
Denis Gladkikh
http://outcoldman.com


On Wed, Mar 5, 2014 at 7:03 PM, Joe Mistachkin <sql...@mistachkin.com>wrote:

>
> Denis Gladkikh wrote:
> >
> > I still have this issue with SQLite 3.8.3.1, I could fix my case my
> > changing line
> >
> > "LastPlayed] = (select case when [UserPlaylist].[LastPlayed] >
> > s.[LastPlayed] then [UserPlaylist].[LastPlayed] else s.[LastPlayed] end
> > from [Song] as s where s.[SongId] = new.[SongId]),"
> >
>
> Thanks for the detailed report.  This issue has been fixed on trunk:
>
>         https://www.sqlite.org/src/info/5bcd0b1ca5
>
> --
> Joe Mistachkin
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to