lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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