MySQL Forums
Forum List  »  MySQL Workbench

Re: db.Column.flags doesn't work properly??
Posted by: Johannes Mueller
Date: August 05, 2008 09:52AM

the problem is solved...

local flag
for l = 1, grtV.getn(col.flags) do
flag = grtV.toLua(col.flags[l])
end

grtV.toLua(<type userdata>) converts the userdata to string.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: db.Column.flags doesn't work properly??
3485
August 05, 2008 09:52AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.