Commit Graph

42 Commits (b538a148491e7499417421991dbf4925f6a70d51)

Author SHA1 Message Date
baztian b538a14849 Fix Jython handling of Java exceptions that don't subclass python Exception 2015-03-12 21:26:52 +01:00
baztian 9d4a24e919 Bump version: 0.1.4 → 0.1.5 2015-03-02 14:04:09 +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 e03b657497 Improve robustness of java to python type conversion. 2015-03-02 12:34:54 +01:00
baztian a45fe8ccd0 Use bumpversion 2015-03-02 12:27:59 +01:00
baztian eb57a04453 Run database specific tests in separate Travis builds 2014-02-12 23:12:51 +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 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 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
baztian 9202698a5c Some tests were skipped even in non jython mode. 2013-10-13 20:03:56 +02:00
baztian 5db1b4ce50 Always run tests against hsql AND sqlite database 2013-10-13 20:00:11 +02:00
baztian 1f94731d35 Honor CLASSPATH environment variable. 2013-10-12 20:09:33 +02:00
baztian 77257eb619 Allow selection of db driver from environment variable INTEGRATION_TEST_DRIVER 2013-10-06 15:31:42 +02:00
baztian d07cebf1d8 Using unittest2 backport 2013-10-03 20:19:00 +02:00
baztian 80f0e00b60 Fixed argument passing to jpype getConnection 2013-10-03 20:15:52 +02:00
baztian 027f81aab1 More convenient way to specify classpath 2013-10-03 16:24:38 +02:00
baztian 1be932113e Merged 2012-02-02 16:06:13 +01:00
baztian a50999b37b Fixed typo 2012-02-02 15:56:00 +01:00
baztian 962f7c3afa Ignore generated stuff 2012-02-01 21:02:58 +01:00
baztian e848a1c91a Release unused references properly 2011-04-20 18:08:37 +02:00
baztian cca02219f7 set .rowcount properly 2011-04-20 18:06:26 +02:00
baztian b99a82157a removed unnecessary return statements to void methods 2011-01-27 18:32:47 +01:00
baztian 698f764ffe moved converters to class instances 2011-01-27 18:17:03 +01:00
baztian 02b9ea1ed1 Simplified code 2011-01-27 16:22:21 +01:00
baztian 3f30de60de Deployment documentation enhancements. 2011-01-27 15:47:46 +01:00
baztian 1197f43558 Test and documentation enhancements. 2011-01-27 15:37:42 +01:00
baztian 2695c9fe42 Further type handling improvements. BLOB support. Free resources on cursor destruction. 2011-01-27 11:53:14 +01:00
baztian 525c3fa192 Translated test data to english 2011-01-26 13:47:58 +01:00
baztian 5c0255d901 Recpmfogired tests to run against JayDeBeApi. Ran against pysqlite accidently. 2011-01-26 13:42:02 +01:00
baztian 4884cc60d1 Fixed DB-API violation of execute-Method. Free resources after executemany. Tests against SQLite. Improved type handling. 2011-01-26 13:28:47 +01:00
baztian ea30deb1f5 Notes on how to build a new release 2011-01-25 16:47:08 +01:00
baztian f7189ee906 Ignore some temp files 2011-01-25 16:16:01 +01:00
baztian 0ff0ca7fa9 easy_install the package should really work now 2011-01-25 15:33:10 +01:00
baztian c0baf14338 Release 0.1.1 2010-12-12 20:47:03 +01:00
baztian 83fede1f8d Fixed bug 688290 "NULL values with converters error on fetch." 2010-12-12 20:35:07 +01:00
baztian 32c64c47c7 Fixed bug #684909 "Selecting ROWIDs errors out on fetch." 2010-12-07 23:09:26 +01:00
baztian 46c502af1f Corrected link to the project's launchpad homepage 2010-08-10 18:45:36 +02:00
baztian bf7b2be077 Corrected link to the project's launchpad homepage 2010-08-10 18:10:00 +02:00
baztian 61a40112af Initial import 2010-08-10 17:41:17 +02:00