in reply to Re: Re: Re: Re: DBI modules for database representation in plain files
in thread DBI modules for database representation in plain files

I agree that SQLite is fantastic and useful for many many things.

my practical usage has yet to encounter a need for those few edge cases of unsupported SQL features

But I wouldn't call column constraints (which SQLite lacks) "an eddge case".

  • Comment on Re: Re: Re: Re: Re: DBI modules for database representation in plain files

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: DBI modules for database representation in plain files
by Skylark (Beadle) on Feb 26, 2004 at 18:37 UTC
    Nor is "ALTER TABLE"... I have used that sometimes when some new data needs to be added to a table...