- Update dependencies
- Test and release infrastructure improvements
- Support for fractional seconds when binding time and datetime data types (#40)
- Bump dependency version
Bump dependency version
- Update build tooling
- Bump dependency to incorporate fix; add regression test
- Update release script
- Add supports_statement_cache flag. Fixes #29
- Add error code extraction (#31)
- Format with DataAPI supported format for dates (#24)
- Set supports_sane_multi_rowcount = False on AuroraPostgresDataAPIDialect (#28)
- Tell SQLAlchemy: mysql supports native decimal (fixes #25) (#26)
Bump dependency version
Bump dependency version
Bump dependency version
Bump dependency version
- Bump dependency version
- Fix strptime handling in Python 3.6 and earlier
- Bump aurora-data-api dependency
- Fall back to strptime if fromisoformat is not available
- Merge pull request #8 from olinger/master (Add colspecs for mySQL date, time and datetime types)
- Merge pull request #11 from romibuzi/master (Return error code instead of enum entry)
- Bump aurora-data-api dependency
- Add enum support
Fix handling of non-dialect-specific datetime types
- Conform to dialect interface definition
- MySQL: Return actual client charset
- Begin MySQL support
- Fix timestamp microsecond handling
- Begin array support
- Improve datetime support
- Fix postgresql type compatibility issues
Add MySQL dialect
- Begin sqlalchemy-aurora-data-api