[sqlite] Help with understanding sqlite3_mprintf_int test expected result

2015-07-24 Thread Richard Hipp
On 7/24/15, Viktor Jancik wrote: > What about these tests? > > do_test printf-1.17.1 { > sqlite3_mprintf_int {abd: %2147483647d %2147483647x %2147483647o} 1 1 1 > } {} > do_test printf-1.17.2 { > sqlite3_mprintf_int {abd: %*d %x} 2147483647 1 1 > } {} > do_test printf-1.17.3 { > sqlite3_mpri

[sqlite] Help with understanding sqlite3_mprintf_int test expected result

2015-07-24 Thread Viktor Jancik
abase" Sent: Friday, July 24, 2015 11:20:27 AM Subject: Re: [sqlite] Help with understanding sqlite3_mprintf_int test expected result What about these tests? do_test printf-1.17.1 { sqlite3_mprintf_int {abd: %2147483647d %2147483647x %2147483647o} 1 1 1 } {} do_test printf-1.17.2 { sqli

[sqlite] Help with understanding sqlite3_mprintf_int test expected result

2015-07-24 Thread Viktor Jancik
} {/1.00/} Why are 1.17.3, 3.8, 3.9, 13.7 not getting shot down, while the rest are? Thank you, Viktor - Original Message - From: "Richard Hipp" To: "General Discussion of SQLite Database" Sent: Thursday, July 23, 2015 4:45:15 PM Subject: Re: [sqlite] Hel

[sqlite] Help with understanding sqlite3_mprintf_int test expected result

2015-07-23 Thread Bernardo Sulzbach
Richard, He wrote (ans I wasted my time reading) > If you are reading this email, but you are not gcc-help administrator, > please, please, forward this email to the administrator or simple reply to > all. GCC-help should know what to do with this message. He seems to be trying to contact the

[sqlite] Help with understanding sqlite3_mprintf_int test expected result

2015-07-23 Thread Richard Hipp
On 7/23/15, papa at arbolone.ca wrote: > I have unsubscribe many, many times, but you have a serious problem > receiving the message. I am papa at arbolone.ca, please, please unsubscribe > me. You are not a subscriber. If you are still receiving messages, it probably means that you subscribed us

[sqlite] Help with understanding sqlite3_mprintf_int test expected result

2015-07-23 Thread p...@arbolone.ca
: Richard Hipp Sent: Thursday, July 23, 2015 10:45 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] Help with understanding sqlite3_mprintf_int test expected result On 7/23/15, Viktor Jancik wrote: > Hi, I am trying to create a patch for sqlite in RHEL6 to backport a > security

[sqlite] Help with understanding sqlite3_mprintf_int test expected result

2015-07-23 Thread Richard Hipp
On 7/23/15, Viktor Jancik wrote: > Hi, I am trying to create a patch for sqlite in RHEL6 to backport a security > fix: > https://www.sqlite.org/src/info/aeca95ac77f6f320 > > That is to sqlite version 3.6.20, and I can't understand why the expected > result of do_test printf-1.17.4 is /.*/ The res

[sqlite] Help with understanding sqlite3_mprintf_int test expected result

2015-07-23 Thread Viktor Jancik
Hi, I am trying to create a patch for sqlite in RHEL6 to backport a security fix: https://www.sqlite.org/src/info/aeca95ac77f6f320 That is to sqlite version 3.6.20, and I can't understand why the expected result of do_test printf-1.17.4 is /.*/ The test is added in the commit I linked. Could yo