On 2006-08-14T08:37:06+0700, Nguyen Dang Quang wrote:
> By mistake, I joined this mailing list with two email. And now, I don't know
> how to unsubcriber one.
Send email from the account you want to unsubscribe to
[EMAIL PROTECTED] (this is in the email header).
/Allan
-
On 2005-12-09T10:30:37-0600, Jay Sprenkle wrote:
> This shouldn't work on your compiler:
>
> void* p;
>sizeof(*p)
>
> This should return 1:
>
>unsigned char* p;
>sizeof(*p)
I understand, that is the point of void after all.
The answer to the question was provided previously, na
On 2005-12-08T10:37:36-0800, Wilson Yeung wrote:
> You're expected to cast your structure into an unsigned char *,
> because in C/C++, the only portable way to represent a byte is with a
> char/unsigned char.
Off-topic, I suppose, but what is a portable representation of a byte?
What does unsigned
Is there a document that describes how to contribute? Do you just work
tickets and add remarks? Which tickets should one work that is
important for the project, yet would not get in the way or risk doing
something twice?
/Allan
signature.asc
Description: Digital signature
On 2005-06-05T17:03:12+1000, Lloyd Dupont wrote:
> reading some documentation aboit it I see you could have memory database.
> how do I create them? or attach them?
http://www.sqlite.org/cvstrac/wiki?p=InMemoryDatabase seem to suggest
that you pass in ":memory:" as the first argument to sqlite3_o
On 2005-05-31T20:05:29-0400, Andrew Piskorski wrote:
> But BSD users are also quite aware that the BSD -> GPL process is one
> way, so if you're willing to release your code under BSD at all, why
> take the risk of confusing or alienating BSD-only users? Personally,
> I would release as either GPL
On 2005-05-29T18:20:33-0400, John Ruttenberg wrote:
> I timed it. It takes just under a second for 1M calls to rand(). This didn't
> change over thousands of repetitions.
Ok.
> > You mean an update? How do you select a random row? In particular is
> > that a constant (in time) operation?
>
>
On 2005-05-29T11:51:27-0400, John Ruttenberg wrote:
Content-Description: message body text
> I have a benchmark program that demonstrates significant performace
> degradation over time. Here is what this benchmark does:
>
> 1. Create a table with a primary integer key and a blob value.
>
On 2005-05-23T17:29:14+0200, Joel Rosdahl wrote:
> > Looking forward to a python db compliant client for 3.x hitting the
> > Debian archives (apsw is nice, I am sure, but not what I want for
> > the project that I am working on).
>
> PySQLite 2.0.2 now exists in Debian unstable:
>
> http://pa
Just a quick note letting you know that sqlite is working great here.
Thanks for making such a wonderful tool available to the world.
Only bump that I hit was that python-sqlite 1.0.1 automatically decodes
BLOBs, which did not jive with inserted MIME enocede data using
`sqlite`. Switching to TEXT
10 matches
Mail list logo