Re: minor bug in LuaSQL test case, and a couple of questions
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: minor bug in LuaSQL test case, and a couple of questions
- From: Tomas <tomas@...>
- Date: 2005年8月19日 11:04:21 -0300 (BRT)
Hi,
When testing LuaSQL with SQLite the following line is a false assertion:
Thanks. We already caught that.
Now if someone requires("luasql.sqlite") how would I direct the mechanisms to
look for that package in LuaSQL.dll?
You should register those functions at package.preload table.
Tomas