[sqlite] Enable SQLITE_ENABLE_UPDATE_DELETE_LIMIT by default

2015-08-26 Thread V.Krishn
> On 8/25/15, V.Krishn wrote: > > Hi, > > > > Will there be any issue if SQLITE_ENABLE_UPDATE_DELETE_LIMIT was enabled > > by > > > > default ? > > ( I understand it cannot be used in triggers even though ) > > That won't work with the amalgamation (sqlite3.c). You have to > download the

[sqlite] Enable SQLITE_ENABLE_UPDATE_DELETE_LIMIT by default

2015-08-26 Thread V.Krishn
Hi, Will there be any issue if SQLITE_ENABLE_UPDATE_DELETE_LIMIT was enabled by default ? ( I understand it cannot be used in triggers even though ) -- Regards. V.Krishn

[sqlite] Enable SQLITE_ENABLE_UPDATE_DELETE_LIMIT by default

2015-08-25 Thread Richard Hipp
On 8/25/15, V.Krishn wrote: > > Hi, > > Will there be any issue if SQLITE_ENABLE_UPDATE_DELETE_LIMIT was enabled by > > default ? > ( I understand it cannot be used in triggers even though ) > That won't work with the amalgamation (sqlite3.c). You have to download the canonical source code and