Hyrum K Wright wrote on Sat, Jun 25, 2011 at 21:11:28 -0500: > On Sat, Jun 25, 2011 at 7:26 PM, Daniel Shahaf <d...@daniel.shahaf.name> > wrote: > > Arfrever Frehtes Taifersar Arahesis wrote on Sat, Jun 25, 2011 at 21:16:31 > > +0200: > >> svn: E200030: database schema has changed, executing statement 'PRAGMA > >> case_sensitive_like=1;PRAGMA synchronous=OFF;PRAGMA recursive_triggers=ON;' > >> > > > > client-test fails with the same error. > > > >> Subversion works after downgrade of SQLite to 3.7.6.3. > > Can we come up with a reproducible minimum case to send upstream to > the SQLite devs? I suspect they'd be interested, as this release > shouldn't have broken any kind of compatibility. (I can work on it > Monday if nobody beats me to it.)
Dropping the CASE_SENSITIVE_LIKE pragma cases the issue to go away. > > -Hyrum