Re: [sqlite] Is REAL the best universal data type?

2013-07-24 Thread Petite Abeille
On Jul 23, 2013, at 9:32 PM, Max Vlasov wrote: > On Tue, Jul 23, 2013 at 10:09 PM, Petite Abeille > wrote: > >> >> On Jul 23, 2013, at 9:52 AM, Max Vlasov wrote: >> >>> Basically it's several tables implementing

Re: [sqlite] sqlite-amalgamation32k

2013-07-24 Thread Simon Slavin
On 24 Jul 2013, at 3:28pm, Dušan Paulovič wrote: > Well, but these are not debuggable in Visual Studio, because sqlite3.c file > exceeds 65535 lines of code, so VS is confused and does not point on > correct line while debugging, so if I want to debug it in Visual Studio, I

Re: [sqlite] sqlite-amalgamation32k

2013-07-24 Thread Dušan Paulovič
more about problem: http://social.msdn.microsoft.com/Forums/vstudio/en-US/7d991493-06f7-45f6-8f34-165b988e266c/how-can-i-debug-code-with-more-than-65535-lines 2013/7/24 Simon Slavin > > On 24 Jul 2013, at 7:56am, Dušan Paulovič wrote: > > > On

Re: [sqlite] sqlite-amalgamation32k

2013-07-24 Thread Dušan Paulovič
Well, but these are not debuggable in Visual Studio, because sqlite3.c file exceeds 65535 lines of code, so VS is confused and does not point on correct line while debugging, so if I want to debug it in Visual Studio, I must split it myself. 2013/7/24 Simon Slavin > > On

Re: [sqlite] Multiple autoinc columns?

2013-07-24 Thread Ali Dirik
-Original Message- From: Rob Willett Sent: 23 Temmuz 2013 Sali 22:38 To: General Discussion of SQLite Database Subject: Re: [sqlite] Multiple autoinc columns? On 24 July 2013 05:34:43 Kai Peters wrote: > Is

Re: [sqlite] Multiple autoinc columns?

2013-07-24 Thread Rob Willett
On 24 July 2013 05:34:43 Kai Peters wrote: Is it possible to have two (or more) autoincrement columns per table? ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] sqlite-amalgamation32k

2013-07-24 Thread Simon Slavin
On 24 Jul 2013, at 7:56am, Dušan Paulovič wrote: > On download page, there is available an amalgamation, where the code is > split into a small number of source files, such that no single source file > is longer than 32767 lines of code. > > This is good, because Visual

[sqlite] Site weirdie

2013-07-24 Thread Simon Slavin
Type "faq" or "FAQ" into the search field for the web site. No hits. It might be worth subtly putting "FAQ" somewhere on the Frequently Asked Questions page. Simon. ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] sqlite on ESXI hypervisor

2013-07-24 Thread Paul Corke
On 24 July 2013 07:00, Matthijs ter Woord wrote: > SQLite on normal guest operating systems works fine.. I concur: One of our customers has a large installation running on Linux (Centos; ext4) on VMWare without any problems. I'm not sure which version but the startup messages include this:

[sqlite] sqlite-amalgamation32k

2013-07-24 Thread Dušan Paulovič
On download page, there is available an amalgamation, where the code is split into a small number of source files, such that no single source file is longer than 32767 lines of code. This is good, because Visual Studio does not support more than 65535 lines of code for debugging in single file,

Re: [sqlite] sqlite on ESXI hypervisor

2013-07-24 Thread Matthijs ter Woord
SQLite on normal guest operating systems works fine.. On Tue, Jul 23, 2013 at 4:15 PM, Rob Willett wrote: > Hi, > > Apologies for jumping in here. > > I was interested in your question as I have some development going on > which will eventually go into production