Re: How to debug this trace involving Korma

2014-06-08 Thread Leon Talbot
Thank you Sean and Zeynel! This has been really useful: lein repl => (in-ns 'guestbook.db.schema) => (require :reload 'guestbook.db.schema) => (create-tables) Le dimanche 29 décembre 2013 18:43:34 UTC-5, Zeynel a écrit : > > Yes, I was having problems with the emacs repl > http://stackoverflo

Re: How to debug this trace involving Korma

2013-12-29 Thread Zeynel
Yes, I was having problems with the emacs repl http://stackoverflow.com/questions/20828985/compilerexception-java-lang-runtimeexception-unable-to-resolve-symbol-cloju after I created the tables I did not get the error. On Sunday, December 29, 2013 6:43:59 PM UTC-4, Sean Corfield wrote: > > Rea

Re: How to debug this trace involving Korma

2013-12-29 Thread Sean Corfield
Reading that tutorial, it looks like it expects you to call (create-tables) manually via the REPL. On Sun, Dec 29, 2013 at 3:47 AM, Zeynel wrote: > The first lines of the trace says: > > Failure to execute query with SQL: > > SELECT "GUESTBOOK" .* FROM "GUESTBOOK" :: [] > JdbcSQLException: > Mess

How to debug this trace involving Korma

2013-12-29 Thread Zeynel
The first lines of the trace says: Failure to execute query with SQL: SELECT "GUESTBOOK" .* FROM "GUESTBOOK" :: [] JdbcSQLException: Message: Table "GUESTBOOK" not found; SQL statement SELECT "GUESTBOOK".* FROM "GUESTBOOK" ... I see that there is a "create-guestbook-table" in schema.clj (defn