lua-users home
lua-l archive

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


When my embedded box boots, I habe this restore lua script gets called, which throws error when it is importing a file into database, the same file contains export function also which save the info into configuration, any other way I can debug this lua scritpt when it is importing?.
 
 


 
On Tue, Feb 2, 2010 at 1:27 PM, Vasanta <vtanna1@gmail.com> wrote:
Rob,
I sent lua script functions in earlier mail, any idea where it gets added "\", which causes an issue when database gets imported. in earlier functions, indentation looks not correct, I can send again those functions with correct indentation. thanks.

On Tue, Feb 2, 2010 at 10:43 AM, Rob Kendrick <rjek@rjek.com> wrote:
On Tue, 2 Feb 2010 10:18:06 -0500
Vasanta <vtanna1@gmail.com> wrote:

> lua script add "\" when I save log, it shows correct string when I
> display table from database, how can I figureout who inserts "\"

It may help if you provide example sources, data sets and actual output
along with your expected output.  We'll be able to more quickly and
accurately help you.

Also, what is the "log", and how are you saving it, and what are you
using to display the table from which database?

B.