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

Reply via email to