Skip to main content

All Questions

Tagged with
0 votes
0 answers
90 views

Ambiguous Implicit Resolution Error With Doobie

I have this function that inserts a One To Many relationship representation between 3 tables: def insertRelations(cs: TableA): Fragment = { sql"""INSERT INTO my_schema.table_a ( ...
joesan's user avatar
  • 14.9k
0 votes
0 answers
44 views

H2 Database File Corrupted Error When Connecting From Application

I have a database file like this in my local folder: Wed Sep 13 07:46:05 2023  cpo-platform-h2-test.db.mv.db Wed Sep 13 07:46:44 2023  cpo-platform-h2-test.db.trace.db Whenever I connect to this ...
joesan's user avatar
  • 14.9k