Re: Strings in weak tables
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Strings in weak tables
- From: roberto@... (Roberto Ierusalimschy)
- Date: 2007年8月28日 17:07:19 -0300
> While I understand the reasoning for making strings act like values with
> respect to weak tables, it can be a problem when dealing with computed
> strings. For example, I might want to cache SQL statements and their
> compiled form for SQLite.
Is the compiled form a string too?
-- Roberto