Commit Graph

  • df31ab56f9 Bump version: 1.1.2 → 1.2.0 baztian 2020-05-22 21:22:23 +0200
  • 75a2e55159 Update changelog baztian 2020-05-22 21:19:34 +0200
  • 7c86c18f8f
    Merge pull request #139 from Szczepanov/feature/138-with-statement-pep-343 baztian 2020-05-22 20:56:39 +0200
  • d9dc88872d
    Merge pull request #135 from khangp0000/patch-1 baztian 2020-05-22 20:56:18 +0200
  • 34be9556a9 Add integration tests for with statement Marcin Szczepanski 2020-05-20 15:32:33 +0200
  • e6a25206ee Support with statement by adding __enter__ and __exit__ to Cursor and Connection classes Marcin Szczepanski 2020-05-20 11:00:40 +0200
  • 53afcce23d
    Update to support jpype 0.7.2+ khangp0000 2020-04-23 23:31:25 -0700
  • a1b87626ab Bump version: 1.1.1 → 1.1.2 baztian 2019-09-02 10:44:24 +0200
  • 9abdd926de
    Merge pull request #105 from baztian/fix-devel-readme-formatting baztian 2019-09-02 10:42:20 +0200
  • 67cd966b88 Update changelog baztian 2019-09-02 10:40:27 +0200
  • 52a7da55f5 Merge branch 'fix-maven-plugin-incompatibility' baztian 2019-07-09 22:53:45 +0200
  • 26f16948ea Fix incompatibility with newer maven versions baztian 2019-07-09 22:23:32 +0200
  • 22ad0a1416 Merge branch 'Iverian-patch-1' baztian 2019-07-08 22:55:57 +0200
  • 002f3c7e9a Reintroduce compatibility for post 0.7 JPype versions baztian 2019-07-08 22:33:36 +0200
  • 12d8ee4d4a Fixed incompatibility with JPype1 v0.7.0 Артем Старченко 2019-06-25 16:45:45 +0300
  • 3e6e2484f0
    Merge pull request #107 from baztian/Thrameos-jpype_0.7.0 baztian 2019-07-08 22:19:42 +0200
  • 6a03f63dd8 Support JPype versions before 0.6 baztian 2019-07-08 22:12:58 +0200
  • 909429cf60 Change required for JPype 0.7.0 Karl Nelson 2019-06-26 22:06:36 -0700
  • b49f5a62a2
    Merge pull request #106 from baztian/make-build-work-again baztian 2019-07-08 21:21:53 +0200
  • 2000a0caba Test against 0.6 and 0.7 JPype versions baztian 2019-07-07 19:37:45 +0200
  • 482244c34b Drop Python 2.6 compatability. Really use JPype 0.6.2 baztian 2019-07-06 23:10:17 +0200
  • d31d9a97e3 Bump version: 1.1.0 → 1.1.1 baztian 2017-03-21 20:16:59 +0100
  • a3036b4186 Fix development notes on how to publish a new release. baztian 2017-03-21 20:16:01 +0100
  • 6d692bfc00 Mention build-essentials package as a developer requirement baztian 2019-07-06 22:59:43 +0200
  • dcea36a226 Reference new deadsnakes ppa baztian 2019-07-06 21:40:23 +0200
  • b3c6c0e8a9 Fix formatting of sourcecode in developers README baztian 2019-07-05 19:38:34 +0200
  • e99a05d5a8 Bump version: 1.1.0 → 1.1.1 baztian 2017-03-21 20:16:59 +0100
  • 8850cf95e8 Fix development notes on how to publish a new release. baztian 2017-03-21 20:16:01 +0100
  • ef7ad4effa Merge pull request #35 from baztian/bugfix/ancient-date baztian 2017-03-21 20:11:00 +0100
  • 2f0eaeb5e0 Maintain changelog. baztian 2017-03-21 20:03:44 +0100
  • 364a3584d5 Work around bug. Fixes #18. baztian 2017-03-12 21:47:29 +0100
  • 8f3345bcdf Make mock driver Java 7 compatible again (Travis standard JDK). baztian 2017-03-12 21:47:10 +0100
  • 4df6414d27 Write testcase for #18. (Very rough version. MockConnection method should be more flexible and use less copy code) baztian 2017-03-12 21:06:12 +0100
  • 0e482a2052 Bump version: 1.0.0 → 1.1.0 baztian 2017-03-19 19:24:34 +0100
  • e28ad464d3 Maintain changelog. baztian 2017-03-19 19:23:19 +0100
  • 295414cd7f Support BIT and TINYINT type mappings. Fixes #23. baztian 2017-03-19 19:21:11 +0100
  • f3c2df8464 Allow tox command overriding. Thanks to @ionelmc for https://blog.ionelmc.ro/2015/04/14/tox-tricks-and-patterns/ baztian 2017-03-12 20:35:52 +0100
  • 4d9a26f18b Remove doctest from coverage. baztian 2017-03-12 20:29:40 +0100
  • 380bb80d68 Upgrade to jip in the hope to find out more about the Python 2.6 build error occuring sometimes. baztian 2017-03-11 20:35:38 +0100
  • 8af11d4281 Add documentation on how to install Python 2.6 for development envs. baztian 2017-03-11 20:35:02 +0100
  • 904ab6b857 Merge branch 'pip-caching' baztian 2017-03-10 22:04:07 +0100
  • 5b79ee37e1 Use standard syntax for travis pip caching. baztian 2017-03-10 21:56:30 +0100
  • 048c075171 Enable pip caching. baztian 2017-03-10 21:43:23 +0100
  • 7f91f7f60c Merge branch 'travis-caching' baztian 2017-03-10 21:25:23 +0100
  • 526f53d96b Cache Jython installation. baztian 2017-03-10 20:51:02 +0100
  • 18440f1def Cache maven home explicitly. baztian 2017-03-10 20:31:40 +0100
  • b53b1a3581 Use $HOME for mvn to see if this can use some travis standard repos or so. baztian 2017-03-10 20:18:19 +0100
  • b348741b81 Merge branch 'add-jython-coveralls' baztian 2017-03-10 16:26:15 +0100
  • 59974ffab5 Move coveralls handling from tox to travis to work around Jython urllib issues. baztian 2017-03-10 15:59:28 +0100
  • 05e429ac66 Simplified tox.ini a little bit. baztian 2017-03-10 15:42:03 +0100
  • 47aa0c68a3 Add Jython coverage support. Thanks to @testInord. https://github.com/baztian/jaydebeapi/pull/17#issuecomment-275192869 baztian 2017-03-10 13:31:19 +0100
  • 8fc9ae8869 Merge branch 'tox-travis' baztian 2017-03-10 12:26:20 +0100
  • 561d447c09 Switch to tox develeopment mode to fix source view on coveralls. baztian 2017-03-10 11:57:32 +0100
  • 4c6efb7113 Fix coveralls run on Python 2.6. Skip coveralls for Jython. baztian 2017-03-10 11:27:55 +0100
  • c150bb8290 Add coverage and coveralls back to tox and travis. baztian 2017-03-10 11:13:38 +0100
  • 4ef125e6b1 Introduce Python 3.6 to the build matrix. baztian 2017-03-10 09:59:23 +0100
  • bf35ac253e Improve requirements resolution. baztian 2017-03-10 12:20:43 +0100
  • 8c119de997 Apply recommendations from https://github.com/ryanhiebert/tox-travis/issues/62 baztian 2017-03-10 09:19:39 +0100
  • 7c2a48f75c First attempt to run tox on travix. baztian 2017-03-08 14:54:19 +0100
  • d90e1f66d9 Merge branch 'doctests-fix' baztian 2017-03-09 14:31:14 +0100
  • 6767e247ab Fix failing doctests not resulting into build errors. baztian 2017-03-09 14:28:26 +0100
  • 460008e11e Add tox for local development (no travis integration yet). baztian 2017-03-08 14:32:22 +0100
  • dc7b55085d Align tox matrix to travis matrix. baztian 2017-03-08 14:28:52 +0100
  • ca9e978fe5 Remove obsolete comments. baztian 2017-03-08 14:16:35 +0100
  • 82b0f14b60 Fix whitespace baztian 2017-03-08 14:07:05 +0100
  • 3676b42cfd Run doctests in tox. baztian 2017-03-08 12:26:48 +0100
  • c16e56c486 Upgrade jip to fix .jip_config not being found. baztian 2017-03-08 12:19:31 +0100
  • 0596d5fbca Fix maven repo access again. baztian 2017-03-08 11:29:21 +0100
  • 72dbb832d9 Fix maven repo access again. baztian 2017-03-07 20:34:31 +0100
  • 2e3d8ce1a8 Make tox work with any Python 3 release. Fix maven repo reference. baztian 2017-03-07 20:17:37 +0100
  • c75060afaa Make mvnget.sh Python 3 compatible. baztian 2017-03-07 20:16:20 +0100
  • aaa118b6b9 Fixed travis mvn call. baztian 2017-03-07 16:44:55 +0100
  • 85f528aa4c Align .travis.yml to tox related changes. baztian 2017-03-07 14:32:35 +0100
  • bc732dca08 Improve tox configuration. baztian 2017-03-07 14:27:03 +0100
  • 4666f606d9 Add Jython support for hsqldb driver test to tox build matrix. baztian 2017-03-05 22:59:26 +0100
  • 6a9795cdd9 Add Jython support for mock driver test to tox build matrix. baztian 2017-03-05 22:56:22 +0100
  • 136057d356 Use tox to support a build matrix. (Add Jython support later) baztian 2017-03-05 22:38:28 +0100
  • 14067d6315 Merge branch 'jython-venv-update' baztian 2017-03-08 12:07:29 +0100
  • 9e1cf4fbad Simplified helper scripts. baztian 2017-03-08 11:40:06 +0100
  • 1cd46e1311 Update virtualenv for jython. baztian 2017-03-08 11:30:33 +0100
  • 8424effd63 merge feature/jython-update baztian 2017-01-24 21:23:31 +0100
  • 43775ef529 Jython 2.7.0 update baztian 2017-01-24 21:17:01 +0100
  • d0862891e5 Merge branch 'feature/db-properties-more-documentation' baztian 2017-01-23 21:33:22 +0100
  • 596cc60ef5 Try to fix Python 2/3 doctest compatibility again baztian 2017-01-23 21:28:36 +0100
  • 0624071734 Try to fix Python 2/3 doctest compatibility again baztian 2017-01-23 21:23:49 +0100
  • 298826c6ab Fix Python 2/3 doctest incompatibility baztian 2017-01-23 21:01:42 +0100
  • 5a031c1df3 Fix rst code formatting baztian 2017-01-23 20:42:32 +0100
  • 350afee2c4 Fix doctests for README.rst only working with hsqldb baztian 2017-01-23 20:40:47 +0100
  • 8bf5576780 Add an example for db connection properties baztian 2017-01-23 20:33:52 +0100
  • 11ffde4504 merge feature/db-properties-jython baztian 2017-01-23 20:25:03 +0100
  • bcba6ebf3f Execute properties passing test in travis jython run baztian 2017-01-23 20:18:15 +0100
  • c2a160f239 Bump version: 0.2.0 → 1.0.0 baztian 2017-01-10 10:37:49 +0100
  • 5df5d3af6b Update readme to explain version change. baztian 2017-01-10 10:37:30 +0100
  • 5f22a66be1 Downgrade jip as it seems to be incompatible with current build config baztian 2017-01-10 10:31:01 +0100
  • 64de4825f4 Update jip baztian 2017-01-10 10:26:15 +0100
  • bfcb702861 Update development notes (a bit). baztian 2017-01-10 10:19:31 +0100
  • 2bee0394a1 Fix Python 3 compatibility. baztian 2017-01-10 10:19:00 +0100
  • a589ef8782 Credits to @testlnord baztian 2017-01-10 10:12:00 +0100
  • 49fd250cc1 Include new properties test in travis run baztian 2017-01-10 10:09:54 +0100
  • 2640445de0 Allow for db properties to be passed to connect method. Alternative solution opposed to #17 to fix #16 baztian 2017-01-09 20:36:25 +0100