Author |
Date |
Commit |
Message |
kskuhlman |
Apr 3, 2008 |
56 |
Added preliminary url handling. Eventual goal is to be config file free & handle |
kskuhlman |
Apr 2, 2008 |
55 |
Finished added config options to support drivers that know how to connect to mul |
kskuhlman |
Apr 1, 2008 |
54 |
Update reports with results of latest tests.
|
kskuhlman |
Apr 1, 2008 |
53 |
Barflys table now uses a serial key. The lastrowid tests require the database t |
kskuhlman |
Apr 1, 2008 |
52 |
Moved callproc feature from database to driver, and added 'procedure' and 'funct |
kskuhlman |
Mar 28, 2008 |
51 |
Broke closed connection checks out into distinct tests. New driver features to |
kskuhlman |
Mar 26, 2008 |
50 |
Added a TableBase class, with create & drop methods that abstract
away concerns |
kskuhlman |
Mar 26, 2008 |
49 |
Trim long lines down to 80 char.
|
kskuhlman |
Mar 26, 2008 |
48 |
Default values for TypeMap can now be overriden during instantiation.
|
kskuhlman |
Mar 26, 2008 |
47 |
Fixed booze & barfly tables to use typemap from database instead of hardcoded 's |
kskuhlman |
Mar 18, 2008 |
46 |
Seperated dbms-speciffic code out of drivers.py & added to new databases.py.
|
kskuhlman |
Sep 26, 2007 |
45 |
Start adding conformance_levels to driver features.
|
kskuhlman |
Sep 25, 2007 |
44 |
Remove unneeded connection_method from config (this is is drivers.py now). Also |
kskuhlman |
Sep 25, 2007 |
43 |
Added rollback to tearDown of AcuteBase. Fixed typo of 'password' in ibmdb conf |
kskuhlman |
Sep 24, 2007 |
42 |
Add support for ce_odbc & cx_oracle. Also fix requirements for time column test |
kskuhlman |
Sep 13, 2007 |
41 |
Added a typemapping class to drivers.py, and switched test_dbapi to use it.
|
kskuhlman |
Sep 13, 2007 |
40 |
Moved convert_connect_args to drivers.py (from utils).
|
kskuhlman |
Sep 12, 2007 |
39 |
Renamed features.py to drivers.py. SupportedFeatures now becomes DriverBase, and |
kskuhlman |
Sep 11, 2007 |
38 |
Fix URL for svn checkout (was https)
|
kskuhlman |
Sep 11, 2007 |
37 |
Fixed two typos in the README
|
kskuhlman |
Sep 11, 2007 |
36 |
Removed the ugly hack I was using for class attribute docstrings, and replaced i |
kskuhlman |
Sep 11, 2007 |
35 |
Edited wiki page through web user interface.
|
kskuhlman |
Sep 11, 2007 |
34 |
Created wiki page through web user interface.
|
kskuhlman |
Sep 11, 2007 |
33 |
Edited wiki page through web user interface.
|
kskuhlman |
Sep 11, 2007 |
32 |
Fixed wiki formating of TODO, and scrubbed decorators.py
|
kskuhlman |
Sep 11, 2007 |
31 |
Minor cleanup to prepare for announcement. TODO & README completely re-written. |
kskuhlman |
Sep 10, 2007 |
30 |
Created wiki page through web user interface.
|
kskuhlman |
Sep 10, 2007 |
29 |
Edited wiki page through web user interface.
|
kskuhlman |
Sep 10, 2007 |
28 |
Edited wiki page through web user interface.
|
kskuhlman |
Sep 10, 2007 |
27 |
Created wiki page through web user interface.
|
kskuhlman |
Sep 10, 2007 |
26 |
Created wiki page through web user interface.
|
kskuhlman |
Sep 7, 2007 |
25 |
Finished support for MySQL, cleaned up test descriptions.
|
kskuhlman |
Sep 6, 2007 |
24 |
The nose plugin to support a requires decorator, and UnexpectedSuccess and Unsup |
kskuhlman |
Sep 6, 2007 |
23 |
Start adding support for MySQL
|
kskuhlman |
Aug 13, 2007 |
22 |
Added connection string handling for DB2.
|
kskuhlman |
Aug 2, 2007 |
21 |
Added several tests, plus a way to skip a test in requires (if a test requires ' |
kskuhlman |
Jul 31, 2007 |
20 |
This is the first commit where both psycopg2 & pysqlite2 pass all tests (remembe |
kskuhlman |
Jul 30, 2007 |
19 |
Fixed a couple of requirements for pysqlite
|
kskuhlman |
Jul 30, 2007 |
18 |
Fixed another problem with the way I was trying to use driver_supports in requir |
kskuhlman |
Jul 30, 2007 |
17 |
Minor code cleanup, added descriptions of each feature in feature.py, removed so |
kskuhlman |
Jul 30, 2007 |
16 |
Moved SupportedFeatures class into it's own module, and cleaned up surrounding c |
kskuhlman |
Jul 19, 2007 |
15 |
Realized that my last changes totally borked the main testsuite!
Patched it up |
kskuhlman |
Jul 19, 2007 |
14 |
Moved the nose plugin into it's own directory. Worked out some issues with setu |
kskuhlman |
Jul 19, 2007 |
13 |
test_requires, the nose plugin & decorator, are working properly now. Many than |
kskuhlman |
Jul 18, 2007 |
12 |
test_dbapi now mostly works with both psycopg2 & pysqlite. I'd broken psycopg2 |
kskuhlman |
Jul 18, 2007 |
11 |
Reworked test_dbapi.. added a few tests, but mostly focused on restructuring exi |
kskuhlman |
Jul 17, 2007 |
10 |
Added nose plugin to handle the @requires decorator that I'd been planning. Next |
kskuhlman |
Jul 13, 2007 |
9 |
Reworked config file to have a standardized class with connection attributes ins |
kskuhlman |
Jul 10, 2007 |
8 |
Added support for pysqlite2.
|
kskuhlman |
Jul 10, 2007 |
7 |
Merged driver_util into test_dbapi & removed. A later refactor will break thing |
kskuhlman |
Jul 10, 2007 |
6 |
Changed driver_util to use dynamic imports, and reworked the config file accord |
kskuhlman |
Jul 10, 2007 |
5 |
driver_util: Moved setup & teardown features to test_dbapi, since this it's a co |
kskuhlman |
Jul 10, 2007 |
4 |
Fixed import errors in driver_util, added a 'reports' directory to store failure |
kskuhlman |
Jul 10, 2007 |
3 |
Added standard files: LICENSE, TODO, README, setup.py, etc.
Renamed test script |
kskuhlman |
Jul 9, 2007 |
2 |
Initial checkin of Stuart Bishop's compliance suite.
|
|
Jul 9, 2007 |
1 |
Initial directory structure. |