lua-users home
lua-l archive

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


I am getting an error:

/bin/lua error loading module in file db.lua

db.lua: 548 Unexpected symbol near '|'

 line 548 "                       insertPart = insertPart .. "\'" .. conn:escape(v)|, .. "\', "

I repalced "v" with "conn:escape(v)|," is that correct?.






On Wed, Feb 3, 2010 at 10:10 AM, Florian Weimer <fw@deneb.enyo.de> wrote:
* Vasanta:

> Thanks Florian, I made those Two lines changes like below and I am
> going to try now.

You need to change more lines in a similar way, I was just a bit lazy.
Sorry about that.