I've just modified llblgen code by hand, then I insert new record into database, the error is following.
An exception was caught during the execution of an action query: Object must implement IConvertible.. Check InnerException, QueryExecuted and Parameters of this exception to examine the cause of this exception.
I've traced logs, The insert query lack of parameter, althought Values keyword is working fie.
Log is below:
lack of ChangeProperties,IsOwner properties of Insert keyword.
[queryExecuted "\r\n\tQuery: INSERT INTO [PM].[dbo].[CategoryRules] ([DocCatRuleID],[CategoryID],[NewCategory],[DelCategory],[DocCheckOuts], [DocCheckIns],[NewDocument],[FileTypeRestrict],[ItemID]) VALUES (@DocCatRuleId,@CategoryId,@DocCheckOuts,@DocCheckIns,@DelDocument, @NewDocument,@ItemId,@ChangeProperties,@IsOwner)
Code should be:
[b][NewDocument],[FileTypeRestrict],[ItemID],[ChangeProperties], [IsOwner] ) VALUES [/b]