[fpc-pascal] Base db-indexes on ansicomparestring?

2008-04-19 Thread Joost van der Sluis
Another question: Should we base the indexes on AnsiCompareStr (like TStringList does) or CompareStr by default? Joost ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Base db-indexes on ansicomparestring?

2008-04-19 Thread Michael Van Canneyt
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

Re: [fpc-pascal] Base db-indexes on ansicomparestring?

2008-04-19 Thread Joost van der Sluis
Op zaterdag 19-04-2008 om 22:10 uur [tijdzone +0200], schreef Michael Van Canneyt: 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