Re: [sqlite] sqlite3_randomness Quality

2013-05-29 Thread Udon Shaun
ick" statistical tests (on windows7) seem to indicate it should do well and ENT (http://www.fourmilab.ch/random/) agrees (Entropy 7.9991, ChiSQ 257.532, Exceed 44.38%). Udon Shaun - Message: 13

[sqlite] How To Add an API to SQLite Wrappers page?

2013-05-29 Thread Udon Shaun
st? Do I need a login (if so where do I get one)? Do I tell someone (who?) and they add it ? Thanks in advance. Udon Shaun ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] sqlite3_randomness Quality

2013-05-29 Thread Udon Shaun
ORTUNA algo to mitigate this scenario. That should then ensure that the seed is always different.even if the OS specific random function isn't that random (or indeed 0). Regards Udon Shaun From: Richard Hipp To: Udon Shaun ; General Discussion of

Re: [sqlite] sqlite3_randomness Quality

2013-05-25 Thread Udon Shaun
SQLite Encryption Extension) Oh well. It was worth a try. Like I said, it would have been a great bonus. thanks for your input. Udon Shaun From: Simon Slavin To: Udon Shaun Sent: Friday, May 24, 2013 9:27 PM Subject: Re: [sqlite] sqlite3_randomness Quality

[sqlite] sqlite3_randomness Quality

2013-05-24 Thread Udon Shaun
Hi All. I'm sure it's been asked before, but google hasn't revealed anything apart from statements that the function sqlite3_randomness is "High Quality". I'm looking more for a  quantitative definition (repetition, entropy etc) Looking at the code, it seems to get a random seed from the OS (o

[sqlite] Compiling SQLite on VxWorks 6.3 (DKM)

2012-09-01 Thread Udon Shaun
Hi all. Finally got Sqlite 3.7.13 working on VxWorks 6.3 in DKM. Thanks for all the help. Shaun ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] How to use tornado2.2 build SQLite on VxWorks5.5

2012-08-22 Thread Udon Shaun
Hi. I'm attempting the same but for VxWorks 6.3 (so far no-one has got back to me). My problems are somewhat different but whilst playing around and attempting I did resolve the the fstat. In the 3.7.13 (line 25484) fstat is defined as #ifdef __DJGPP__   { "fstat",    0, 0 

Re: [sqlite] How to connect to an in-memory, shared cache db via SQLiteConnection

2012-08-17 Thread Udon Shaun
the ":memory:" is the old format and not a uri format It should be something like: file:mymemorydb.db?mode=memory&cache=shared From: Wayne Bradney To: General Discussion of SQLite Database Sent: Saturday, August 18, 2012 2:51 AM Subject: Re: [sqlite] How t

[sqlite] SQLite VxWorks 6.3 (DKM)

2012-08-17 Thread Udon Shaun
I'm trying to compile SQLite for the VxWorks 6.3 platform on an embedded target (VxWorks in DKM rather than RTP) and have made fairly good progress but have hit a brick wall. I can get it to compile with the compile options listed below, however, when run it gives "disk I/O error-SQLITE_IOERR_LO

Re: [sqlite] sqlite-users Digest, Vol 39, Issue 20

2011-03-20 Thread Udon Shaun
From: "sqlite-users-requ...@sqlite.org" To: sqlite-users@sqlite.org Sent: Sun, March 20, 2011 12:00:01 PM Subject: sqlite-users Digest, Vol 39, Issue 20 >I can't help with the .so, but you could load up a virtual machine with one >of the free VM engines (VMWa

Re: [sqlite] SQLite.so dynamic library-linux

2011-03-18 Thread Udon Shaun
@Pavel Apologies. I just hit reply and thought it would have gone to the right place. A 3rd party company doesn't compile my code. It's an API interface to the SQLite library so people can use SQLite in LabVIEW. I don't have linux (never had linux) and buying a load of hardware isn't really via

[sqlite] SQLite.so dynamic library-linux

2011-03-18 Thread Udon Shaun
Hi Peeps. I've noticed that the SQLite site no longer posts the linux x32 so library (only the windows ones) which is a bit of a pain because I compile only in windows. Does anyone have a linux x32 build (sqlite 3.7.5) with the following compiler options? Or can create one for me? SQLITE_ENAB