lp:~massimo-siani/mariadb-java-client/maxseqno
- Get this branch:
- bzr branch lp:~massimo-siani/mariadb-java-client/maxseqno
Branch merges
- Maria-captains: Pending requested
-
Diff: 12 lines (+1/-1)1 file modifiedsrc/main/java/org/mariadb/jdbc/internal/common/packet/PacketOutputStream.java (+1/-1)
Branch information
Recent revisions
- 502. By Georg Richter
-
Fix for CONJ-84: If a select list contains the same column more than once, findColumn returns the last instance of
the column.
Special thanks to Kris Iyer for his patch! - 498. By Georg Richter
-
Fix for CONJ-78: all timeout parameters should be specified in microseconds
connectTimeo ut has to be specified in milliseconds instead of seconds. - 495. By Georg Richter
-
Bug fix for CONJ-67: MySQLConnection class does not implement all JDBC4 methods and silently discards/ignores calls to them
Throw an exception for non supported JDBC 4.1 functions or return the default value (catalog=null, timeout=0) - 494. By Georg Richter
-
Fix for CONC-71: Database isn't auto-selected when connecting over SSL
Always select the database explicitly when connection is established (like in
libmariadb/libmysql client).
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:mariadb-java-client