mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:09:32 +02:00
* Patch from Ido <idokan@gmail.com> to fix AsString for booleanfield
git-svn-id: trunk@5312 -
This commit is contained in:
parent
b0104f2ec8
commit
ed9a52a07a
@ -30,7 +30,7 @@ const
|
||||
|
||||
// Used in AsBoolean for string fields to determine
|
||||
// whether it's true or false.
|
||||
YesNoChars : Array[Boolean] of char = ('Y','N');
|
||||
YesNoChars : Array[Boolean] of char = ('N', 'Y');
|
||||
|
||||
SQLDelimiterCharacters = [';',',',' ','(',')',#13,#10,#9];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user