Good point, Paul. Thanks.
Best,
stefan
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
first post.
To unsub
Hi Everybody,
I have tried to connect to infobrite server using clojure.java.jdbc .
Infobrite server is supposed to be identical to mysql in terms of the
protocol. I have successfully used mysqlworkbench to talk to it. When I try
to connect to the infobrite server using clojure.java.jdbc, I get th
Could you try connecting to InfoBright using DbVisualizer? It is a Java
based tool and any differences w.r.t. the MySQL JDBC driver would be
evident if it fails to work with DbVisualizer.
https://www.dbvis.com/
Shantanu
On Monday, 2 May 2016 12:48:16 UTC+5:30, Sunil Nandihalli wrote:
>
> Hi Ev
Thanks Shantanu for the response. I installed dbvisualizer and it seems to
work perfectly fine with infobright.
On Mon, May 2, 2016 at 1:04 PM, Shantanu Kumar
wrote:
> Could you try connecting to InfoBright using DbVisualizer? It is a Java
> based tool and any differences w.r.t. the MySQL JDBC
Great - thanks for the tips! My gist example was applying the 1.6 Clojure
API, but I was not sure if anything has evolved through 1.7 and 1.8.
I will check out the Tapestry approach. I like the idea of mapping an
interface to a namespace.
Patrick
On Monday, May 2, 2016 at 1:18:47 AM UTC-4, How
Hi Shantanu,
I am attaching the error stack trace of the exception I got. I am still
unable to figure out what is happening.
Thanks,
sunil.
On Mon, May 2, 2016 at 1:22 PM, Sunil S Nandihalli <
sunil.nandiha...@gmail.com> wrote:
> Thanks Shantanu for the response. I installed dbvisualizer and it
I've been using cider test, and I think it's great.
However, I would like to know if it's possible to report results so that
they appear in cider's automatically-generated test report.
Does anyone know if this is possible?
Thanks.
--
You received this message because you are subscribed to the
Can you be a bit more specific? What do you mean by "report results"?
On 2 May 2016 at 20:29, JvJ wrote:
> I've been using cider test, and I think it's great.
>
> However, I would like to know if it's possible to report results so that
> they appear in cider's automatically-generated test report
I guess "results" isn't the right word at all.
What I meant was, can I print arbitrary strings/values to the report?
I'd just like to display additional information to help debug test
failures. I know I can print to the standard output stream, but having it
in the report generated by cider wou
Hi all.
I am happy to announce the first public release of funcool/struct
validation library.
https://github.com/funcool/struct
Why an other?
I have started on my project using well know and very nice library:
bouncer; that has worked pretty well for me, but over time I have needed
some feature
10 matches
Mail list logo