<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Clojure Q&amp;A - Recent questions in java.jdbc</title>
<link>https://ask.clojure.org/index.php/questions/contrib-libs/java-jdbc</link>
<description></description>
<item>
<title>Broken links on documentation for java.jdbc in README</title>
<link>https://ask.clojure.org/index.php/11722/broken-links-on-documentation-for-java-jdbc-in-readme</link>
<description>&lt;p&gt;Links on &lt;a rel=&quot;nofollow&quot; href=&quot;http://clojure-doc.org/articles/ecosystem/java_jdbc&quot;&gt;http://clojure-doc.org/articles/ecosystem/java_jdbc&lt;/a&gt; are broken in the &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/clojure/java.jdbc/blob/master/README.md&quot;&gt;READ&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://clojure-doc.org/articles/ecosystem/java_jdbc/home.html&quot;&gt;http://clojure-doc.org/articles/ecosystem/java_jdbc/home.html&lt;/a&gt; &lt;strong&gt;should be&lt;/strong&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://clojure-doc.org/articles/ecosystem/java_jdbc/home&quot;&gt;http://clojure-doc.org/articles/ecosystem/java_jdbc/home&lt;/a&gt; (without &lt;strong&gt;.html&lt;/strong&gt; extension)&lt;/p&gt;
&lt;p&gt;The &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/maksimr/java.jdbc/commit/cfe6e479690b7ca3388abf868e472dc250321752&quot;&gt;patch&lt;/a&gt; with fix for broken links&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</description>
<category>java.jdbc</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/11722/broken-links-on-documentation-for-java-jdbc-in-readme</guid>
<pubDate>Mon, 04 Apr 2022 10:32:24 +0000</pubDate>
</item>
<item>
<title>Pass JDBC connection properties when creating connection via connection-uri</title>
<link>https://ask.clojure.org/index.php/8633/pass-connection-properties-creating-connection-connection</link>
<description>&lt;p&gt;Hi there&lt;/p&gt;
&lt;p&gt;In java.jdbc, when using a raw connection uri, properties cannot be passed in and have to be part of the uri, except for username and password which can be taken from the db-spec, as there is a DriverManager constructor that takes username and password specifically. DriverManager does, however, provide another constructor in which any properties can be provided, including username and password. Would it be possible to use that constructor instead? Here is what the change would look like: &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/dmcgillen/java.jdbc/commit/95edd36997320d8dc6882ea371d88c901e49f465#diff-3a9a3475f16407a50d922fad53957b01L293&quot;&gt;https://github.com/dmcgillen/java.jdbc/commit/95edd36997320d8dc6882ea371d88c901e49f465#diff-3a9a3475f16407a50d922fad53957b01L293&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For context, this has come up for me since I've been using an AWS Secrets Manager JDBC wrapper, which takes the secret id as a connection uri. I'd still like to provide other JDBC properties, but they are expected to be provided as in the change above, and it seems like a good idea to support properties being passed in this way.&lt;/p&gt;
&lt;p&gt;Let me know if I should have created a JIRA rather than posting here and I can do so (if this change is a good idea, of course).&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</description>
<category>java.jdbc</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/8633/pass-connection-properties-creating-connection-connection</guid>
<pubDate>Sun, 22 Sep 2019 08:00:31 +0000</pubDate>
</item>
<item>
<title>Make it easier to test java.jdbc in other environments</title>
<link>https://ask.clojure.org/index.php/7205/make-it-easier-to-test-java-jdbc-in-other-environments</link>
<description>&lt;p&gt;Make the versions properties in {{pom.xml}} and/or {{project.clj}}, make the database names, usernames, and passwords configurable via environment variables.&lt;/p&gt;
&lt;p&gt;This came up via a suggestion from the PostgreSQL community -- see this pull request for guidance on what we could open up: &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/clojure/java.jdbc/pull/44/files&quot;&gt;https://github.com/clojure/java.jdbc/pull/44/files&lt;/a&gt;&lt;/p&gt;
</description>
<category>java.jdbc</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/7205/make-it-easier-to-test-java-jdbc-in-other-environments</guid>
<pubDate>Sat, 17 Sep 2016 23:57:35 +0000</pubDate>
</item>
</channel>
</rss>