check sqlite connection for an existing date handler

Issue #1685 resolved
Mike Bayer repo owner created an issue

i.e. if connected via:

       engine = create_engine('sqlite://',
                              echo='debug', 
                              encoding='utf-8',  
                              pool_recycle=3600,
                              connect_args={'detect_types': sqlite3.PARSE_DECLTYPES|sqlite3.PARSE_COLNAMES})

Comments (2)

  1. Log in to comment