Allow STRICT keyword in SQLite

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
RichAlgeni
Addict
Addict
Posts: 935
Joined: Wed Sep 22, 2010 1:50 am
Location: Bradenton, FL

Allow STRICT keyword in SQLite

Post by RichAlgeni »

Can we get the STRICT keyword allowed when using CREATE TABLE in SQLite please? PureBasic is strongly typed, shouldn't the databases we use be also?
infratec
Always Here
Always Here
Posts: 7588
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Allow STRICT keyword in SQLite

Post by infratec »

Isn't this a question of the used version?
Have you tried

Code: Select all

UseSQLiteDatabase([LibraryName$])
with a newer version (>= 3.37.0) ?
User avatar
RichAlgeni
Addict
Addict
Posts: 935
Joined: Wed Sep 22, 2010 1:50 am
Location: Bradenton, FL

Re: Allow STRICT keyword in SQLite

Post by RichAlgeni »

I haven't. Is there any particular version you'd suggest???
infratec
Always Here
Always Here
Posts: 7588
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Allow STRICT keyword in SQLite

Post by infratec »

User avatar
RichAlgeni
Addict
Addict
Posts: 935
Joined: Wed Sep 22, 2010 1:50 am
Location: Bradenton, FL

Re: Allow STRICT keyword in SQLite

Post by RichAlgeni »

infratec wrote: Wed Jan 04, 2023 2:24 pm Always the latest :wink:
That's why you make the big bucks!!!
Post Reply