Commit Graph

323 Commits (9b1fd6e7fe4d0bbfcdeb28e07f5bc85c60864165)

Author SHA1 Message Date
Hongjiang Zhang cac40267fc print decimal as long if scale is zero
optimize numeric and decimal displaying

add unit test case for print simple decimal

close the cursor
2020-05-28 12:15:24 +08:00
baztian ff60a141cb Bump version: 1.2.0 → 1.2.1 2020-05-27 22:47:19 +02:00
baztian 003d074452 Update changelog 2020-05-27 22:46:11 +02:00
baztian 67b005102f Merge branch 'thealmightygrant-master' 2020-05-27 22:42:17 +02:00
Grant Sherrick f1637fc224 Add fix for JDBC issue by reloading classpath when attaching JVM to thread. 2020-05-27 22:37:14 +02:00
baztian 55c9b44c23 Merge branch 'more-test-fixes'. Fixes #144 which acutally was just a testing issue 2020-05-27 22:32:08 +02:00
baztian ab9a256897 Make with statement test a mock test 2020-05-27 22:11:33 +02:00
baztian e221a17e19 Downgrade mockito again to make mockdriver tests work 2020-05-27 21:58:33 +02:00
baztian 8191a24489 Fix with statment test. Include missing PropertiesDriverArgsPassingTest 2020-05-27 21:45:58 +02:00
baztian fd38216c4d Fix README 2020-05-27 21:07:51 +02:00
baztian 42f07739a2 Merge branch 'ci-fixes'. Got Jython running again. Some issues fixed. Still no green pipeline 2020-05-27 21:05:11 +02:00
baztian 08c537863e Fix minor bug in test code 2020-05-27 20:53:50 +02:00
baztian 81734bf38f Improve dev-requirements 2020-05-27 20:52:35 +02:00
baztian 5b80ee6e10 Revert "Another try with virtualenv 16.5.0"
This reverts commit 94247cb2f8.
2020-05-27 20:52:10 +02:00
baztian 94247cb2f8 Another try with virtualenv 16.5.0 2020-05-27 20:42:50 +02:00
baztian b092431e20 Downgrade virtualenv again due to some unknown incompatibilities 2020-05-27 20:10:40 +02:00
baztian 464baa8a8e Fix README 2020-05-27 20:06:19 +02:00
baztian 368660ebff Upgrade virtualenv to latest version compatible with Jython 2020-05-27 20:00:53 +02:00
baztian b75a7b31fc Improve dev instructions 2020-05-27 20:00:37 +02:00
baztian b1df38f957 Upgrade some mockdriver dependencies 2020-05-27 17:45:21 +02:00
baztian 722c3cf22d Ignore some files 2020-05-27 17:45:14 +02:00
baztian 3f10b20c4d Fix mockito issues 2020-05-27 17:42:47 +02:00
baztian f94608e07b Align coverage version with the one used outside of tox 2020-05-27 14:54:28 +02:00
baztian e38a46a356 Downgrade coverage module *inside* tox env to a version which does not require sqlite which isn't supported by Jython 2020-05-27 14:53:22 +02:00
baztian 06f7a438c5 Downgrade coverage dependency for Jython runs as Jython doesn't seem to have sqlite3 lib 2020-05-26 15:41:36 +02:00
baztian cf1b1f90da Downgrade virtualenv to hopefully fix jython build 2020-05-25 21:30:38 +02:00
baztian a8e3659074 Remove unnecessary jython pip upgrade 2020-05-25 21:29:41 +02:00
baztian 9a0aadb0a1 Fix tox for Jython 2020-05-25 21:20:58 +02:00
baztian 303dfe9ab6 Downgrade test dependency to JPype 0.7.0 (Recommended for Python 2.7) 2020-05-25 20:01:37 +02:00
baztian 635504943e Fix tox configuration file 2020-05-25 19:45:45 +02:00
baztian 875c857d47 Try to fix some travis issues 2020-05-25 17:36:22 +02:00
baztian 2d636a2927 Merge branch 'bumpversion-uprade' 2020-05-25 15:51:45 +02:00
baztian 40a545710e Upgrade bumpversion 2020-05-25 15:51:35 +02:00
baztian 4fc5646fd9 Merge branch 'fix-maven-central-https' 2020-05-25 15:51:02 +02:00
baztian cd35f38d1c Fix maven central http(s) issues 2020-05-25 15:34:45 +02:00
baztian 08ebac8205 Fix PyPI upload instructions 2020-05-22 21:54:37 +02:00
baztian df31ab56f9 Bump version: 1.1.2 → 1.2.0 2020-05-22 21:22:23 +02:00
baztian 75a2e55159 Update changelog 2020-05-22 21:19:34 +02:00
baztian 7c86c18f8f
Merge pull request #139 from Szczepanov/feature/138-with-statement-pep-343
Support 'with' statement
2020-05-22 20:56:39 +02:00
baztian d9dc88872d
Merge pull request #135 from khangp0000/patch-1
Update to support jpype 0.7.2+
2020-05-22 20:56:18 +02:00
Marcin Szczepanski 34be9556a9 Add integration tests for with statement 2020-05-20 15:32:33 +02:00
Marcin Szczepanski e6a25206ee Support with statement by adding __enter__ and __exit__ to Cursor and Connection classes 2020-05-20 11:00:40 +02:00
khangp0000 53afcce23d
Update to support jpype 0.7.2+
Use .class_ instead of __javaclass__ and call getFields().
Exception handler use isinstance() to check for Exception.
2020-04-23 23:31:25 -07:00
baztian a1b87626ab Bump version: 1.1.1 → 1.1.2 2019-09-02 10:45:11 +02:00
baztian 9abdd926de
Merge pull request #105 from baztian/fix-devel-readme-formatting
Fix formatting of sourcecode in developers README
2019-09-02 10:42:20 +02:00
baztian 67cd966b88 Update changelog 2019-09-02 10:40:27 +02:00
baztian 52a7da55f5 Merge branch 'fix-maven-plugin-incompatibility' 2019-07-09 22:53:45 +02:00
baztian 26f16948ea Fix incompatibility with newer maven versions 2019-07-09 22:23:32 +02:00
baztian 22ad0a1416 Merge branch 'Iverian-patch-1' 2019-07-08 22:55:57 +02:00
baztian 002f3c7e9a Reintroduce compatibility for post 0.7 JPype versions 2019-07-08 22:33:36 +02:00