[fpc-pascal] Base db-indexes on ansicomparestring?
Michael Van Canneyt
michael at freepascal.org
Sat Apr 19 22:10:03 CEST 2008
On Sat, 19 Apr 2008, Joost van der Sluis wrote:
> Another question:
>
> Should we base the indexes on AnsiCompareStr (like TStringList does) or
> CompareStr by default?
? On straight string compare, it should be case sensitive.
Delphi has the idxCaseInsensitive index option for case insensitive strings, if I'm correct.
Michael.
More information about the fpc-pascal
mailing list