>  You can't do pointer math with values returned by strlen().

BTW, I see that SQLite has sqlite3_value_text() function but has no
sqlite3_value_text_len() function. Is it explicitly mentioned
somewhere that '\0' bytes in the middle of the text are prohibited? It
seems that sqlite3_bind_text() doesn't put that kind of restriction.


Pavel

On Wed, Mar 17, 2010 at 4:02 PM, Jay A. Kreibich <j...@kreibi.ch> wrote:
> On Wed, Mar 17, 2010 at 04:42:59PM -0300, Israel Lins Albuquerque scratched 
> on the wall:
>> are you right the call to strpos("??????????", "??") are returning 5 and not 
>> 3
>>
>> I'm looking for this...
>
>  You can't do pointer math with values returned by strlen().
>
>   -j
>
>
> --
> Jay A. Kreibich < J A Y  @  K R E I B I.C H >
>
> "Our opponent is an alien starship packed with atomic bombs.  We have
>  a protractor."   "I'll go home and see if I can scrounge up a ruler
>  and a piece of string."  --from Anathem by Neal Stephenson
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to