Your error is here: 2017-05-29 7:57 GMT+02:00 Вячеслав Бойко <[email protected]>:
> > Here is the stacktrace: > > org.jooq.exception.DataAccessException: SQL [insert into public.products > (provider_id, name, vendor_code, manufacturer, count, min_count, price, > date_updated) values (?, ?, ?, ?, ?, ?, ?, ?)]; ОШИБКА: столбец "count" > имеет тип numeric, а выражение - character varying > Подсказка: Перепишите выражение или преобразуйте его тип. > Позиция: 139 > at org.jooq_3.9.2.SQLITE.debug(Unknown Source) > at org.jooq.impl.Tools.translate(Tools.java:1983) > You're using the wrong dialect. I'm glad I introduced that debug message in the stack trace :) Hope this helps, Lukas -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
