Allow STRICT keyword in SQLite
- RichAlgeni
- Addict
- Posts: 935
- Joined: Wed Sep 22, 2010 1:50 am
- Location: Bradenton, FL
Allow STRICT keyword in SQLite
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?
Re: Allow STRICT keyword in SQLite
Isn't this a question of the used version?
Have you tried
with a newer version (>= 3.37.0) ?
Have you tried
Code: Select all
UseSQLiteDatabase([LibraryName$])
- RichAlgeni
- Addict
- Posts: 935
- Joined: Wed Sep 22, 2010 1:50 am
- Location: Bradenton, FL
Re: Allow STRICT keyword in SQLite
I haven't. Is there any particular version you'd suggest???
- RichAlgeni
- Addict
- Posts: 935
- Joined: Wed Sep 22, 2010 1:50 am
- Location: Bradenton, FL
Re: Allow STRICT keyword in SQLite
That's why you make the big bucks!!!