Re: [sqlite] Possible bug when rebuilding amalgamation without triggers or altertable

2012-04-27 Thread Stephan Beal
On Fri, Apr 27, 2012 at 1:31 AM, nn6eumtr wrote: > In response to Stepheen Beal's previous comments I do understand that not > all combinations of -DSQLITE_OMIT statements will work, and past experience > has shown its usually because the dependencies between the various

Re: [sqlite] Possible bug when rebuilding amalgamation without triggers or altertable

2012-04-27 Thread nn6eumtr
In response to Stepheen Beal's previous comments I do understand that not all combinations of -DSQLITE_OMIT statements will work, and past experience has shown its usually because the dependencies between the various options are not clear in the documentation. However someone has invested the

Re: [sqlite] Possible bug when rebuilding amalgamation without triggers or altertable

2012-04-26 Thread Pavel Ivanov
On Thu, Apr 26, 2012 at 10:09 AM, Stephan Beal wrote: > On Thu, Apr 26, 2012 at 4:05 PM, Pavel Ivanov wrote: >> amalgamation. If yes then these errors fall under the "unsupported >> options" statement Stephan points you to. But probably SQLite team >>

Re: [sqlite] Possible bug when rebuilding amalgamation without triggers or altertable

2012-04-26 Thread Stephan Beal
On Thu, Apr 26, 2012 at 4:05 PM, Pavel Ivanov wrote: > amalgamation. If yes then these errors fall under the "unsupported > options" statement Stephan points you to. But probably SQLite team > will fix this in some future release if they have some spare time and > the fix is

Re: [sqlite] Possible bug when rebuilding amalgamation without triggers or altertable

2012-04-26 Thread Pavel Ivanov
> To clarify, the below steps to reproduce include building the amalgamation > from scratch, and the errors I demonstrate occur after building and > compiling a new amalgamation with -DSQLITE_OMIT_ALTERTABLE and > -DSQLITE_OMIT_FOREIGN_KEY. It's still not clear, did you define these OMITs while

Re: [sqlite] Possible bug when rebuilding amalgamation without triggers or altertable

2012-04-26 Thread Stephan Beal
On Thu, Apr 26, 2012 at 1:11 AM, nn6eumtr wrote: > In Stepheen Beal's earlier comments he appears to have not realized that I > was rebuilding the amalgamation and not trying to use the -DSQLITE_OMIT_* > flags with the distributed amalgamation. I still need some assistance.

Re: [sqlite] Possible bug when rebuilding amalgamation without triggers or altertable

2012-04-26 Thread nn6eumtr
To clarify, the below steps to reproduce include building the amalgamation from scratch, and the errors I demonstrate occur after building and compiling a new amalgamation with -DSQLITE_OMIT_ALTERTABLE and -DSQLITE_OMIT_FOREIGN_KEY. In Stepheen Beal's earlier comments he appears to have not

Re: [sqlite] Possible bug when rebuilding amalgamation without triggers or altertable

2012-04-25 Thread Stephan Beal
On Wed, Apr 25, 2012 at 7:09 AM, nn6eumtr wrote: > Steps to recreate: > http://www.sqlite.org/compile.html#omitfeatures says: *Important Note: The SQLITE_OMIT_* options do not work with the amalgamation or with pre-packaged C code

[sqlite] Possible bug when rebuilding amalgamation without triggers or altertable

2012-04-25 Thread nn6eumtr
Steps to recreate: 1) wget -nd -nH -c -t 0 -w 1 http://www.sqlite.org/src/tarball/SQLite-9fb7da6904e479f4.tar.gz?uuid=9fb7da6904e479f4671eeebf1a4b7e4e4e4f2b7b 2) mv -v SQLite-9fb7da6904e479f4.tar.gz?uuid=9fb7da6904e479f4671eeebf1a4b7e4e4e4f2b7b SQLite-9fb7da6904e479f4.tar.gz 3) tar -xzf