Search found 5 matches

by Runspect
29.05.2016, 15:55
Forum: ZeosLib 7.1 stable Forum
Topic: SQLite, Boolean & AsBoolean...
Replies: 1
Views: 868

Re: SQLite, Boolean & AsBoolean...

I solved with changing "WHERE Field;" to "WHERE (Field= "Y");" in SQL stament.
by Runspect
29.05.2016, 15:26
Forum: ZeosLib 7.1 stable Forum
Topic: SQLite, Boolean & AsBoolean...
Replies: 1
Views: 868

SQLite, Boolean & AsBoolean...

I try to update a Boolean field: ZQuery.FieldByName('FieldName').AsBoolean:= TRUE; ZQuery.Post; ZQuery.ApplyUpdates; Connection.Commit; And It does not work, also I've tried (without success): ZQuery.FieldByName('FieldName').AsInteger:= 1; //No error but nothing happens ZQuery.FieldByName('FieldName...
by Runspect
21.12.2007, 17:27
Forum: Feature Requests
Topic: [bug_fixed] Improve Sqlite3 Column Affinity
Replies: 6
Views: 3427

Do other datatypes exist startting with these prefixes? Not really, but according to the sqlite specifications: If the datatype for a column contains any of the strings "REAL", "FLOA", or "DOUB" then the column has REAL affinity By example a field named as "MyFloa...
by Runspect
20.12.2007, 19:25
Forum: Feature Requests
Topic: [bug_fixed] Improve Sqlite3 Column Affinity
Replies: 6
Views: 3427

[bug_fixed] Improve Sqlite3 Column Affinity

Your ZeosLib DBO Version: The IDE you are using: Delphi Version (and maybe patchlevel) of the IDE: The database you are using: SQLite3 Version of the database: Used protocol: [hr] Error description and post In order to Column Affinity, see: http://www.sqlite.org/datatype3.html , "2.1 Determina...
by Runspect
17.12.2007, 21:57
Forum: Feature Requests
Topic: [bug_rejected] Boolean Parameter in sqlite query
Replies: 12
Views: 5114

To use 0/1 as Boolean value is better. Please, read this:

SQLite Users

Best Regards.