[Maria-discuss] DrizzleJDBC 1,2
Hi I just released DrizzleJDBC 1.2 DrizzleJDBC is a BSD licensed JDBC driver for MySQL/MariaDB/Drizzle It is in maven central: <dependency> <groupId>org.drizzle.jdbc</groupId> <artifactId>drizzle-jdbc</artifactId> <version>1.2</version> </dependency> Changelog; - IPv6 support, enclose the IP in brackets, [::1] ( https://github.com/krummas/DrizzleJDBC/issues/10) - Correct behavior if getInt on larger than MAXINT values ( https://github.com/krummas/DrizzleJDBC/issues/9) - Fix ssl support, was not possible to close connection ( https://github.com/krummas/DrizzleJDBC/issues/8) - Support InputStream in LOAD DATA INFILE ( https://github.com/krummas/DrizzleJDBC/issues/7) - support getting columns using <table>.<column> ( https://github.com/krummas/DrizzleJDBC/issues/6) - use single quotes (https://github.com/krummas/DrizzleJDBC/pull/5) - clean up unicode support (https://github.com/krummas/DrizzleJDBC/pull/4) - Fix NPE bug when timestamp is null, patch by Tim Rickettsl on launchpad - set FOUND ROWS by default (https://github.com/krummas/DrizzleJDBC/issues/2 ) Report bugs/feature requests etc on github; https://github.com/krummas/DrizzleJDBC /Marcus
Hi Marcus,
Is there a a blog entry that we can link to? (Or a download?)
Thanks!
-Brian
On Nov 28, 2012, at 12:27 PM, Marcus Eriksson
Hi
I just released DrizzleJDBC 1.2
DrizzleJDBC is a BSD licensed JDBC driver for MySQL/MariaDB/Drizzle
It is in maven central: <dependency> <groupId>org.drizzle.jdbc</groupId> <artifactId>drizzle-jdbc</artifactId> <version>1.2</version> </dependency>
Changelog; - IPv6 support, enclose the IP in brackets, [::1] (https://github.com/krummas/DrizzleJDBC/issues/10) - Correct behavior if getInt on larger than MAXINT values (https://github.com/krummas/DrizzleJDBC/issues/9) - Fix ssl support, was not possible to close connection (https://github.com/krummas/DrizzleJDBC/issues/8) - Support InputStream in LOAD DATA INFILE (https://github.com/krummas/DrizzleJDBC/issues/7) - support getting columns using <table>.<column> (https://github.com/krummas/DrizzleJDBC/issues/6) - use single quotes (https://github.com/krummas/DrizzleJDBC/pull/5) - clean up unicode support (https://github.com/krummas/DrizzleJDBC/pull/4) - Fix NPE bug when timestamp is null, patch by Tim Rickettsl on launchpad - set FOUND ROWS by default (https://github.com/krummas/DrizzleJDBC/issues/2)
Report bugs/feature requests etc on github; https://github.com/krummas/DrizzleJDBC
/Marcus
_______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : drizzle-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp
Hi. I found these links, but no current blogs. http://repo2.maven.org/maven2/org/drizzle/jdbc/drizzle-jdbc/ http://repo2.maven.org/maven2/org/drizzle/jdbc/drizzle-jdbc/1.2/ On 12/05/2012 05:25 PM, Brian Aker wrote:
Hi Marcus,
Is there a a blog entry that we can link to? (Or a download?)
Thanks! -Brian
On Nov 28, 2012, at 12:27 PM, Marcus Eriksson
wrote: Hi
I just released DrizzleJDBC 1.2
DrizzleJDBC is a BSD licensed JDBC driver for MySQL/MariaDB/Drizzle
It is in maven central: <dependency> <groupId>org.drizzle.jdbc</groupId> <artifactId>drizzle-jdbc</artifactId> <version>1.2</version> </dependency>
Changelog; - IPv6 support, enclose the IP in brackets, [::1] (https://github.com/krummas/DrizzleJDBC/issues/10) - Correct behavior if getInt on larger than MAXINT values (https://github.com/krummas/DrizzleJDBC/issues/9) - Fix ssl support, was not possible to close connection (https://github.com/krummas/DrizzleJDBC/issues/8) - Support InputStream in LOAD DATA INFILE (https://github.com/krummas/DrizzleJDBC/issues/7) - support getting columns using <table>.<column> (https://github.com/krummas/DrizzleJDBC/issues/6) - use single quotes (https://github.com/krummas/DrizzleJDBC/pull/5) - clean up unicode support (https://github.com/krummas/DrizzleJDBC/pull/4) - Fix NPE bug when timestamp is null, patch by Tim Rickettsl on launchpad - set FOUND ROWS by default (https://github.com/krummas/DrizzleJDBC/issues/2)
Report bugs/feature requests etc on github; https://github.com/krummas/DrizzleJDBC
/Marcus
_______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : drizzle-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp
_______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : drizzle-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp
Hi
I put the email up on;
http://developian.blogspot.se/2012/12/drizzle-jdbc-12.html
/Marcus
On Wed, Dec 5, 2012 at 11:43 PM, pcrews
Hi.
I found these links, but no current blogs.
http://repo2.maven.org/maven2/**org/drizzle/jdbc/drizzle-jdbc/http://repo2.maven.org/maven2/org/drizzle/jdbc/drizzle-jdbc/ http://repo2.maven.org/maven2/**org/drizzle/jdbc/drizzle-jdbc/**1.2/http://repo2.maven.org/maven2/org/drizzle/jdbc/drizzle-jdbc/1.2/
On 12/05/2012 05:25 PM, Brian Aker wrote:
Hi Marcus,
Is there a a blog entry that we can link to? (Or a download?)
Thanks! -Brian
On Nov 28, 2012, at 12:27 PM, Marcus Eriksson
wrote: Hi
I just released DrizzleJDBC 1.2
DrizzleJDBC is a BSD licensed JDBC driver for MySQL/MariaDB/Drizzle
It is in maven central: <dependency> <groupId>org.drizzle.jdbc**groupId> <artifactId>drizzle-jdbc**artifactId> <version>1.2</version> </dependency>
Changelog; - IPv6 support, enclose the IP in brackets, [::1] ( https://github.com/krummas/**DrizzleJDBC/issues/10https://github.com/krummas/DrizzleJDBC/issues/10 ) - Correct behavior if getInt on larger than MAXINT values ( https://github.com/krummas/**DrizzleJDBC/issues/9https://github.com/krummas/DrizzleJDBC/issues/9 ) - Fix ssl support, was not possible to close connection ( https://github.com/krummas/**DrizzleJDBC/issues/8https://github.com/krummas/DrizzleJDBC/issues/8 ) - Support InputStream in LOAD DATA INFILE (https://github.com/krummas/** DrizzleJDBC/issues/7 https://github.com/krummas/DrizzleJDBC/issues/7) - support getting columns using <table>.<column> ( https://github.com/krummas/**DrizzleJDBC/issues/6https://github.com/krummas/DrizzleJDBC/issues/6 ) - use single quotes (https://github.com/krummas/**DrizzleJDBC/pull/5https://github.com/krummas/DrizzleJDBC/pull/5 ) - clean up unicode support (https://github.com/krummas/** DrizzleJDBC/pull/4 https://github.com/krummas/DrizzleJDBC/pull/4) - Fix NPE bug when timestamp is null, patch by Tim Rickettsl on launchpad - set FOUND ROWS by default (https://github.com/krummas/** DrizzleJDBC/issues/2 https://github.com/krummas/DrizzleJDBC/issues/2)
Report bugs/feature requests etc on github; https://github.com/krummas/**DrizzleJDBChttps://github.com/krummas/DrizzleJDBC
/Marcus
______________________________**_________________ Mailing list: https://launchpad.net/~**drizzle-discusshttps://launchpad.net/~drizzle-discuss Post to : drizzle-discuss@lists.**launchpad.net
Unsubscribe : https://launchpad.net/~**drizzle-discusshttps://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp ______________________________**_________________ Mailing list: https://launchpad.net/~**drizzle-discusshttps://launchpad.net/~drizzle-discuss Post to : drizzle-discuss@lists.**launchpad.net
Unsubscribe : https://launchpad.net/~**drizzle-discusshttps://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp
participants (3)
-
Brian Aker
-
Marcus Eriksson
-
pcrews