-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
replicator/pkg/estuary/mysql.go
Lines 60 to 65 in da070a2
| // @todo: we can do this on initialization of the endpoint. | |
| var values strings.Builder | |
| values.WriteString("insert into ") | |
| values.WriteString(std.tableName) | |
| values.WriteString(" values(") | |
| first := true |