v0.1.8
Changelog
- 77e0014 Fix MySQL Kafka Topic (#314)
- cca8a08 Handle errors returned from
os.Setenv
(#311) - 3231c09 [mysql] Inline
buildScanTableQuery
(#307) - 1b2e1b4 [mysql] Kill
buildScanTableQueryArgs
(#306) - b5f299e [postgres] Combine
scanner.go
withcast.go
(#304) - 970631c [postgres] Inline
scanTableQuery
(#308) - d627f59 [postgres] Kill
scanTableQueryArgs
(#305) - 5eee002 [postgres] Remove casting from primary key values query (#309)
- 637d1ab [postgres] Remove extraneous
castColumn
test cases (#303) - 9b870d9 [postgres] Remove unused error return from
castColumn
(#310) - 2d3c5db [rdbms] Detect if
Scanner
is stuck in a loop (#313) - 7e6d149 [rdbms] Remove error return value from
BuildQuery
(#312)