Re: [sqlite] sqlite3_last_insert_rowid() problem

2013-10-19 Thread Kevin Benson
On Sat, Oct 19, 2013 at 6:05 AM, Igor Korot wrote: > Hi, Kevin, > > > On Sat, Oct 19, 2013 at 2:59 AM, Kevin Benson >wrote: > > > On Sat, Oct 19, 2013 at 5:46 AM, Igor Korot wrote: > > > > > but on Mac I am getting the warning:

Re: [sqlite] sqlite3_last_insert_rowid() problem

2013-10-19 Thread Igor Korot
Hi, Kevin, On Sat, Oct 19, 2013 at 2:59 AM, Kevin Benson wrote: > On Sat, Oct 19, 2013 at 5:46 AM, Igor Korot wrote: > > > but on Mac I am getting the warning: > > > > "Implicit conversion loses integer precision" > > > > So my question is: how do

Re: [sqlite] sqlite3_last_insert_rowid() problem

2013-10-19 Thread Kevin Benson
On Sat, Oct 19, 2013 at 5:46 AM, Igor Korot wrote: > but on Mac I am getting the warning: > > "Implicit conversion loses integer precision" > > So my question is: how do I build my program on Mac without such warning > and so that it will work properly. >

[sqlite] sqlite3_last_insert_rowid() problem

2013-10-19 Thread Igor Korot
Hi, ALL, Looking at http://www.sqlite.org/c3ref/last_insert_rowid.html, I see that the function is declared as sqlite3_int64 sqlite3_last_insert_rowid(sqlite3*); I am trying to build my program in both MS Windows 7 64-bit using MSVC2010 for 32-bit solution and in Mac OSX Snow Leopard 10.6.8