v1.4.13
v1.4.12 – v1.4.13
-
Fixed an issue when syncing empty DataFrames (#95).
When syncing an empty list of documents,Pipe.filter_existing()
would trigger pulling the entire table into memory. This patch adds a check if the dataframe is empty. -
Allow the
datetime
column to be omitted in thebootstrap
wizard.
Now that thedatetime
index is optional, the bootstrapping wizard allows users to skip this index. -
Fixed a small issue when syncing to MySQL.
Due to the addition of MySQL 5.7 support in v1.4.11, a slight edge case arose which broke SQL definitions. This patch fixes MySQL behavior when aWHERE
clause is present in the definition.