adranwit

Results 13 comments of adranwit

I think you would need min go 1.16 , need to updated doc,

It's maintained, any new fs would be welcome

The easier way to get started - install endly (for secret encryption used by dbsync) - see https://github.com/viant/endly/tree/master/doc/secrets - see db connection configuration details https://github.com/viant/dsc/tree/master/docs - boostrap docker-compose - build...

this tool is most suitable to synchronize tables across various database vendors like MySQL and BigQuery or MSSQL, if you have hundreds of tables to sync or want to sync...

I've patched converter test, However, with the second issue, it looks like using int64 data type cause panic, If there is a way to detect test architecture I can disable...

Updated test with skip for non 64 bit arch

Looks like 64 detection, I've added to the test does not work, if cpuid.CPU.Family < 64 { return } could you please print me the following on the machine the...

Thanks for the suggestion, updated tests

Have you run test with the latest code ?