lua-users home
lua-l archive

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


	Hi Mike and PA

Second one looks prettier, and runs faster, but the first on is cleaner, since it cleans up after itself. I don't mind the hit in speed, because I am just doing data migration scripts.
	The second one (which returns the cursor object) also
solves the problem of not reaching the end of the result set
(e.g. if there is a `break' inside the for-loop).  I think I'll
add this to the library :-)

	Regards,
		Tomás