Page 1 of 1

Allow STRICT keyword in SQLite

Posted: Tue Jan 03, 2023 6:11 pm
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?

Re: Allow STRICT keyword in SQLite

Posted: Tue Jan 03, 2023 10:10 pm
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) ?

Re: Allow STRICT keyword in SQLite

Posted: Wed Jan 04, 2023 12:29 am
by RichAlgeni
I haven't. Is there any particular version you'd suggest???

Re: Allow STRICT keyword in SQLite

Posted: Wed Jan 04, 2023 2:24 pm
by infratec

Re: Allow STRICT keyword in SQLite

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