Skip to content

Have added support for byte[] to be inserted into blob-like fields.

Compare
Choose a tag to compare
@rultor rultor released this 17 Feb 05:49
· 455 commits to master since this release

See #39, release log:

  • 36bc598 by @mj1618: Merge remote-tracking branch 'origin/master'
  • 6105fbc by @mj1618: Merge remote-tracking branch 'origin/master' Conflicts: src/main/java/com/jcabi/jdbc/ColumnOutcome.java src/main/java/com/jcabi/jdbc/PrepareArgs.java src/main/java/com/jcabi/jdbc/SingleOutcome.java
  • 40e95d7 by @mj1618: Merge remote-tracking branch 'origin/master' Conflicts: src/main/java/com/jcabi/jdbc/ColumnOutcome.java src/main/java/com/jcabi/jdbc/PrepareArgs.java src/main/java/com/jcabi/jdbc/SingleOutcome.java
  • 0955e01 by @mj1618: Have added support for byte[] to be inserted into blob-like fields. I experienced issues while trying to save images in a BLOB on mysql, adding this fixed the problem as it doesn't convert the binary data into another format.
  • 4878681 by @mj1618: Have added support for byte[] to be inserted into blob-like fields. I experienced issues while trying to save images in a BLOB on mysql, adding this fixed the problem as it doesn't convert the binary data into another format.
  • 7f982a7 by @maurezen: 13 - build hangs on pgsql test Added a readme entry
  • 4a2b646 by @maurezen: #13 - build hangs on pgsql test
  • 6e24979 by @aoxa: Updated copyright information
  • 6df9b3c by @rultor: Merge remote branch 'fork/master'
  • fca1a5c by @adko-pl: #33 set postgresql-maven-plugin version to 0.2
  • c718f28 by @yegor256: arc
  • 2ad5ab0 by @darkled: #23 fixed documentation in section Maintaining SQL Transactions Through JDBC
  • a1829e2 by @yegor256: parent 1.16
  • 014f8c4 by @yegor256: link to blog

Released by Rultor 2.0-SNAPSHOT, see build log