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
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
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
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