-
Feature Request
-
Resolution: Done
-
Major
-
0.9.4.Final
-
None
We need an order in which the initial data snapshot happens with sql-server-connector.
In MySQL Server connector the order is maintained correctly.
Example table.whitelist = ("dbo.country,dbo.state"). Want to ensure the snapshot first happens for country table and then for state, the order which was mentioned in the whitelist. Right now it's not maintaining the order.