18F / rdbms-subsetter

Generates a subset of a relational database that respects foreign key constraints
Creative Commons Zero v1.0 Universal
313 stars 30 forks source link

refac branch bug #36

Open sigmascord opened 8 years ago

sigmascord commented 8 years ago

@catherinedevlin In the [refac] branch you're missing a .t reference on Line 136, it should read sa.sql.select([self.t, ]) instead of sa.sql.select([self, ]).

Hope this helps.