apecloud / myduckserver

MySQL & Postgres Analytics, Reimagined
184 stars 8 forks source link

feat: add support for MySQL TIME type #70

Closed fanyang01 closed 2 months ago

fanyang01 commented 2 months ago

This PR maps MySQL's TIME type to DuckDB's INTERVAL type and fix binlog replication & duckdb->go-mysql-server conversion for this type correspondingly.