Re: [sqlite] best language match for SQLite?

2008-09-16 Thread Martin (OPENGeoMap)
Mohit Sindhwani escribió: > Jeff Godfrey wrote: > >> According to a paper written by Richard Hipp (the creator of SQLite), >> Tcl is the ideal language. Here's a quote from the mentioned paper: >> >> "The increasing popularity of SQLite is seen in the fact that the main >> website daily

Re: [sqlite] sqlite3_bind_int64, sqlite3_bind_int, sqlite_uint64

2008-09-04 Thread Martin (OpenGeoMap)
> > Neither C nor C++ define the specific sizes of different types. > Therefore, "long long int" can be different sizes on different > platforms, or even within different compilers for the same platform. > Without more information, we cannot say for sure if a "long long int" > is 64