COS wrote:
A small opinion on that matter: what I would really like to see is something
like system tables. Today sqlite uses only sqlite_master to keep information
about its objects and parsing is required to getter better info of each
object (if one needs to). Using other system tables to keep
COS wrote:
Hi,
- Original Message -
From: "Stef Mientki" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, March 13, 2007 3:47 PM
Subject: Re: [sqlite] Pragma table_info(), why no fields like UNIQUE,
AUTOINCREMENT
You should also consider how your change might
Hi,
- Original Message -
From: "Stef Mientki" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, March 13, 2007 3:47 PM
Subject: Re: [sqlite] Pragma table_info(), why no fields like UNIQUE,
AUTOINCREMENT
> >
> >
> > You should also consider how your change might
You should also consider how your change might effect
backwards compatibility. The last time that table_info()
was modified, the Ruby-On-Rails community got really
upset. I'm rather of a mind to leave table_info() alone.
Forgive my ignorance, I'm just a beginner in databases,
but what abou
"Vivien Malerba" <[EMAIL PROTECTED]> wrote:
> On 3/13/07, Martin Jenkins <[EMAIL PROTECTED]> wrote:
> > Vivien Malerba wrote:
> > > I've already sent a proposal along with a patch some time ago about
> > > that, but nobody seemed to care, see
> > > http://www.mail-archive.com/sqlite-users@sqlite.or
On 3/13/07, Martin Jenkins <[EMAIL PROTECTED]> wrote:
Vivien Malerba wrote:
> I've already sent a proposal along with a patch some time ago about
> that, but nobody seemed to care, see
> http://www.mail-archive.com/sqlite-users@sqlite.org/msg21285.html
Vivien, I can't see any patch attached to t
Vivien Malerba wrote:
I've already sent a proposal along with a patch some time ago about
that, but nobody seemed to care, see
http://www.mail-archive.com/sqlite-users@sqlite.org/msg21285.html
Vivien,
This mailing list does not pass attachments.
A patch such as your is best handled by subm
Vivien Malerba wrote:
I've already sent a proposal along with a patch some time ago about
that, but nobody seemed to care, see
http://www.mail-archive.com/sqlite-users@sqlite.org/msg21285.html
Vivien, I can't see any patch attached to that post. Perhaps you should
resubmit it? And I'll guess t
On 3/12/07, Stef Mientki <[EMAIL PROTECTED]> wrote:
If ask the table sturcture, with pragma table_info()
I get of course the basic fields, like:
CID,Name,Type,
And also SOME special values, like
Null, DefaultValue, PrimaryKey
But NOT the following special values (and probably a lot more)
If ask the table sturcture, with pragma table_info()
I get of course the basic fields, like:
CID,Name,Type,
And also SOME special values, like
Null, DefaultValue, PrimaryKey
But NOT the following special values (and probably a lot more)
Unique, AutoIncrement
Is this due to the DLL I use,
o
10 matches
Mail list logo