<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 135: JtdsDataSource accepting connection URL similar to OracleDataSource</title><link href="https://sourceforge.net/p/jtds/patches/135/" rel="alternate"/><link href="https://sourceforge.net/p/jtds/patches/135/feed.atom" rel="self"/><id>https://sourceforge.net/p/jtds/patches/135/</id><updated>2015-04-17T19:30:03.211000Z</updated><subtitle>Recent changes to 135: JtdsDataSource accepting connection URL similar to OracleDataSource</subtitle><entry><title>JtdsDataSource accepting connection URL similar to OracleDataSource</title><link href="https://sourceforge.net/p/jtds/patches/135/" rel="alternate"/><published>2015-04-17T19:30:03.211000Z</published><updated>2015-04-17T19:30:03.211000Z</updated><author><name>Maciek Siemczyk</name><uri>https://sourceforge.net/u/msiemczyk/</uri></author><id>https://sourceforge.net0e2ac5aa124a0f4df67c8cc44077e47cf5e47cf5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Currently, the JtdsDataSource does have capability to use a connection URL as a configuration, however that feature is present in the code via Driver.getConnection().&lt;/p&gt;
&lt;p&gt;Design of our tool creates data sources at the start, which hand out the connections. To create OracleDataSource all I have to do is call setURL() with connection string and set user and password, but with jTDS I would have to parse the connection URL manually.&lt;/p&gt;
&lt;p&gt;Would it be possible to add this functionality to the DataSource class?&lt;/p&gt;
&lt;p&gt;I've made the necessary changes (against 1.3 stable branch) and it's mostly existing code. I've also tested it in my app and wrote three quick unit tests. I will attach the patch.&lt;/p&gt;
&lt;p&gt;I would really appreciate if we could get this in. Let me know if there is anything I can help with.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>