Commit Graph

337 Commits (56e7c7b5780f278ed6e4201793f2dc3531b6a88a)

Author SHA1 Message Date
baztian 36cbb3a894 Correct project url. 2015-03-02 12:49:02 +01:00
baztian 3e4d4dcbee Fix version string. 2015-03-02 12:40:57 +01:00
baztian b1d627abf5 Support Time type. 2015-03-02 12:34:54 +01:00
baztian a40827a0e7 Minor documentation improvements. 2015-03-02 12:34:54 +01:00
baztian e03b657497 Improve robustness of java to python type conversion. 2015-03-02 12:34:54 +01:00
baztian 3fef45e608 Fix minor typo in tests 2015-03-02 12:34:54 +01:00
baztian a45fe8ccd0 Use bumpversion 2015-03-02 12:27:59 +01:00
baztian 99465f2181 Rename requirement files. 2015-03-02 11:11:40 +01:00
baztian 491e415c22 Update documentation 2015-02-07 21:27:34 +01:00
baztian 5a1b68f211 Fix travis jython simulation to only run the working test case 2015-02-07 21:06:38 +01:00
baztian de360ebc05 Use travis' container-based infrastructure 2015-02-07 20:57:18 +01:00
baztian e3379fe8da Add Jython 2.7-b3 to Travis build matrix 2015-02-07 20:48:48 +01:00
baztian 64435fa95b Update to JPype1 0.5.7 2015-02-07 18:50:48 +01:00
baztian 21e55e5e2c Remove libraries now being pip dependency 2014-02-21 19:03:25 +01:00
baztian eb57a04453 Run database specific tests in separate Travis builds 2014-02-12 23:12:51 +01:00
baztian 235c0ea7ec Make pip.conf local to Jython virtualenv 2014-02-12 15:24:13 +01:00
baztian fbf107ae00 Fix typo to check for file existence to install requirements for cpython 2014-02-12 13:09:15 +01:00
baztian 2db4450a20 Fix build script error 2014-02-12 13:07:17 +01:00
baztian a8376a1d7c Fix Travis yml error 2014-02-12 13:01:31 +01:00
baztian f17d2f5149 Write simulation script for travis build to avoid unnecessary Travis build time usage 2014-02-12 12:54:22 +01:00
baztian 749f0600f0 Make pip work for Jython < 2.6 by favouring distribute over setuptools. Disable ssl 2014-02-12 12:52:46 +01:00
baztian f57dcf749c Try once again with an older virtualenv version 2014-02-11 20:24:54 +01:00
baztian ce7eeb3dfc Inspect path of installed virtualenv 2014-02-11 20:21:45 +01:00
baztian 70261c2ee5 Try to export the virtualenv deactivate function as we want to deactivate it for Jython builds 2014-02-11 20:16:25 +01:00
baztian fcd764c040 Try once againt to make the Jython build work correctly 2014-02-11 19:13:57 +01:00
baztian 34cd55f5ef Fix virtualenv deactivation for Jython build 2014-02-11 19:09:48 +01:00
baztian a94f2aee60 Fix Jython build to not rely on Jython installation in original virtualenv which doesn't seem to work 2014-02-11 19:05:36 +01:00
baztian 1188f14bef Fix typo. Setup compatible virtualenv for Jython < 2.6 2014-02-11 18:30:40 +01:00
baztian 01283b1834 Fix typos 2014-02-11 17:51:06 +01:00
baztian 26acf4fd05 Fix bad substitution error, add jip dependency and make scripts more robust. 2014-02-11 17:45:21 +01:00
baztian 54ae804bc5 Fix permissions of Travis CI build files. 2014-02-11 17:35:51 +01:00
baztian 2c7361234d Install and run Jython build 2014-02-11 17:31:11 +01:00
baztian 919d048444 Put Travis before_install into separate script. 2014-02-11 16:21:38 +01:00
baztian 2117291197 Fix matrix usage to have always a PYTHON_IMPL *and* a BACKEND available 2014-02-10 18:31:58 +01:00
baztian 12203b9c52 Play around with Travis CI matrix features 2014-02-10 18:26:50 +01:00
baztian 49a213cca6 Exclude sqlite jdbc blob support test as I don't know how to get this working 2014-02-10 16:23:30 +01:00
baztian 6160c27619 Exitcode != 0 for test errors to show a failed build in Travis 2014-02-10 16:23:30 +01:00
baztian caf68fa8af Include Travis CI link in README 2014-02-10 16:23:22 +01:00
baztian 591af86bba Set JPype version to a known working hash for deterministic build results 2014-02-10 16:22:45 +01:00
baztian ae4ad3cf2b Initial use of the continious integration service Travis CI. 2014-02-10 16:22:16 +01:00
baztian 14bd3e63f2 Fix author's email 2014-02-10 16:18:22 +01:00
baztian b5de0b6ad0 Migrated from bzr (bzr branch lp:jaydebeapi) to git 2014-02-05 14:19:42 +01:00
baztian 32397673c2 Be DB-API compliant.
* Raise DB-API compliant exceptions.
* Return DB-API compliant types for .description.
2014-02-01 21:12:56 +01:00
baztian e92c99c0af Fixed minor README typos 2014-01-31 18:13:50 +01:00
baztian 030b05ac77 Made mockdriver depenencies available 2014-01-31 18:13:18 +01:00
baztian c8dc6b4175 Implemented ground for a mockable jdbc driver for unit test purposes.
mvn eclipse:eclipse -DdownloadSources
mvn test
mvn package
2013-11-01 19:02:20 +01:00
baztian 72b9c30574 Updated setup.py to reflect version 0.1.4 2013-10-29 18:08:46 +01:00
baztian e26607a11d Changed signature of ``.setoutputsize()`` to be DB-API compliant. 2013-10-29 18:00:49 +01:00
baztian 4ebc36300c Fixed Blob test for pysqlite 2013-10-13 20:41:41 +02:00
baztian 8ff456fcee Replaced assert with assert methods 2013-10-13 20:17:23 +02:00