DB.localTx { implicit s => applyUpdate( insert .into(InsertableProfileType) .namedValues( column.id -> id, column.mnoId -> mnoId, column.mnoName -> mnoName, column.profileClass -> profileClass, column.profileVersion -> profileVersion, column.subscriptionType -> subscriptionType, column.displayName -> displayName, column.materialNumber -> materialNumber, column.materialVersion -> materialVersion, column.lockFlag -> lockFlag ) ) }
Hello everyone,Can someone tell me what is wrong with this? Currently I'm using SQLSyntaxSupport described in http://scalikejdbc.org/documentation/sql-interpolation.html
...scalikejdbc.StatementExecutor.scalikejdbc$StatementExecutor$$stackTraceInformation(StatementExecutor.scala:284)scalikejdbc.StatementExecutor$LoggingSQLAndTiming.messageInMultiLines$1(StatementExecutor.scala:316)scalikejdbc.StatementExecutor$LoggingSQLAndTiming.$anonfun$apply$4(StatementExecutor.scala:337)scalikejdbc.Log.error(Log.scala:66)scalikejdbc.Log.withLevel(Log.scala:23)scalikejdbc.StatementExecutor$LoggingSQLAndTiming.apply(StatementExecutor.scala:337)scalikejdbc.StatementExecutor$LoggingSQLAndTiming.apply$(StatementExecutor.scala:306)scalikejdbc.StatementExecutor$$anon$1.scalikejdbc$StatementExecutor$LoggingSQLIfFailed$$super$apply(StatementExecutor.scala:376)scalikejdbc.StatementExecutor$LoggingSQLIfFailed.apply(StatementExecutor.scala:353)scalikejdbc.StatementExecutor$LoggingSQLIfFailed.apply$(StatementExecutor.scala:352)scalikejdbc.StatementExecutor$$anon$1.apply(StatementExecutor.scala:376)scalikejdbc.StatementExecutor.executeUpdate(StatementExecutor.scala:400)scalikejdbc.DBSession$.$anonfun$executeUpdate$1(DBSession.scala:798)scalikejdbc.DBSession$.$anonfun$executeUpdate$1$adapted(DBSession.scala:798)scalikejdbc.DBSession.$anonfun$updateWithFiltersInternal$1(DBSession.scala:537)scalikejdbc.LoanPattern.using(LoanPattern.scala:18)scalikejdbc.LoanPattern.using$(LoanPattern.scala:16)scalikejdbc.ActiveSession.using(DBSession.scala:837)scalikejdbc.DBSession.updateWithFiltersInternal(DBSession.scala:535)scalikejdbc.DBSession.updateWithFilters(DBSession.scala:477)
--
You received this message because you are subscribed to the Google Groups "ScalikeJDBC Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scalikejdbc-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scalikejdbc-users-group/7122faca-c4a3-47a0-90cf-8e1f3b00548do%40googlegroups.com.
s.StatementExecutor$$anon$1 - SQL execution completed[SQL Execution]insert into profile_type (id, mno_id, mno_name, profile_class, profile_version, subscription_type, display_name, material_number, material_version, lock_flag) values ('50fdf25d-9cc2-4111-8c05-ba354ffa54a3', 'zvaohbqZjs', 'Plus', 'TEST', 0, 'SMDP-SubscriptionType-qr', null, null, null, null); (4 ms)
To view this discussion on the web visit https://groups.google.com/d/msgid/scalikejdbc-users-group/51807c7c-a9a7-4538-818c-c16b5621afabo%40googlegroups.com.