lua-users home
lua-l archive

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


	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