Contact: fumanchu@aminus.org

Log in as guest/geniusql to create tickets

Changeset 24

Show
Ignore:
Timestamp:
03/10/07 18:33:36
Author:
fumanchu
Message:

float bugfix in ADO.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/geniusql/providers/ado.py

    r23 r24  
    533533            if default is not None: 
    534534                deftype = pytype(dbtype) 
    535                 if issubclass(deftype, (int, long)): 
     535                if issubclass(deftype, (int, long, float)): 
    536536                    # We may have stuck extraneous quotes in the default 
    537537                    # value when using numeric defaults with MSAccess.