Skip to content

Releases: davidmoten/rxjava2-jdbc

0.1-RC32

21 Mar 16:06
Compare
Choose a tag to compare
  • extract pool classes to rxjava2-pool artifact

0.1-RC31

21 Mar 16:04
Compare
Choose a tag to compare
  • add support for nulls in .parameters() varargs overload and add Parameter.NULL for parameter streams #21

0.1-RC30

21 Mar 16:03
Compare
Choose a tag to compare
  • only call commit/rollback if autoCommit is false, see #20

0.1-RC27

23 Jan 03:58
Compare
Choose a tag to compare
  • fix Database.fromBlocking not closing connections #16

0.1-RC26

23 Jan 04:01
Compare
Choose a tag to compare
  • CallableStatement support (see README)
  • move README to asciiDoc

0.1-RC23

03 Dec 22:58
Compare
Choose a tag to compare
  • added UPDATE support for collection parameters #10

0.1-RC22

03 Dec 05:52
Compare
Choose a tag to compare

Enhancements

  • add IN clause support (collection parameters) for select statements. See documentation

0.1-RC21

27 Nov 11:29
Compare
Choose a tag to compare
  • upgrade to rxjava 2.1.7

0.1-RC18

03 Nov 01:35
Compare
Choose a tag to compare

0.1-RC17

26 Oct 06:45
Compare
Choose a tag to compare
  • bugfix - ensure full drain of notInitialized queue in drain inner loop