Re: [sqlite] Issues after upgrade to 3.8.2

2014-03-06 Thread Denis Gladkikh
Thank you Joe, Awesome work guys! -- Thanks, Denis Gladkikh http://outcoldman.com On Wed, Mar 5, 2014 at 7:03 PM, Joe Mistachkin wrote: > > Denis Gladkikh wrote: > > > > I still have this issue with SQLite 3.8.3.1, I could fix my case my > > changing line > > > >

Re: [sqlite] Issues after upgrade to 3.8.2

2014-03-05 Thread Joe Mistachkin
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] =

Re: [sqlite] Issues after upgrade to 3.8.2

2014-03-03 Thread Denis Gladkikh
Hey Guys, 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])," to

Re: [sqlite] Issues after upgrade to 3.8.2

2013-12-26 Thread Richard Hipp
On Wed, Dec 25, 2013 at 3:55 PM, Denis Gladkikh wrote: > Assertion failed! > > Program: ...Windows\GoogleMusic\bin\x86\Debug\AppX\sqlite3.DLL > File: sqlite3.c > Line: 79461 > > Expression: pExpr->iTable==0 || pExpr->iTable==1 > > Program:

[sqlite] Issues after upgrade to 3.8.2

2013-12-26 Thread Denis Gladkikh
Hi All, After upgrade from 3.8.1 to 3.8.2 I started to get asserts in debug build and {"Attempted to read or write protected memory. This is often an indication that other memory is corrupt."} in Relase when I have x86 app on amd64 Windows 8.1. These are asserts: ---