• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

skeema / tengo / 173

Builds Branch Commit Type Ran Committer Via Coverage
173 partitioning Fix partitioning edge cases like DATA DIRECTORY If individual partitions have DATA DIRECTORY clauses, ignore them for purposes of determining whether the table is supported for diff. These clauses only appear in the partition list, where diffs ar... push 23 Oct 2019 03:41AM UTC evanelias travis-ci
92.27
172 partitioning Support changes to partitioning method or expression When both sides of a diff are already partitioned, but with a different method or expression, an ALTER TABLE ... PARTITION BY clause is now emitted properly. This clause is suppressed unless St... push 22 Oct 2019 11:31PM UTC evanelias travis-ci
92.26
171 partitioning Docs: update to reflect partitioning support Also update a few other long-out-of-date phrases in the README. push 22 Oct 2019 03:42PM UTC evanelias travis-ci
92.25
170 partitioning SchemaDiff: Include ALTERs to drop partitions before dropping table When a diff includes a DROP TABLE for a table partitioned with method RANGE, RANGE COLUMNS, LIST, or LIST COLUMNS, the DROP TABLE will now be preceded by a series of ALTER TABLE ... push 21 Oct 2019 09:36PM UTC evanelias travis-ci
92.25
169 partitioning SchemaDiff: Include ALTERs to drop partitions before dropping table When a diff includes a DROP TABLE for a table partitioned with method RANGE, RANGE COLUMNS, LIST, or LIST COLUMNS, the DROP TABLE will now be preceded by a series of ALTER TABLE ... push 18 Oct 2019 09:45PM UTC evanelias travis-ci
92.25
168 partitioning SchemaDiff: Include ALTERs to drop partitions before dropping table When a diff includes a DROP TABLE for a table partitioned with method RANGE, RANGE COLUMNS, LIST, or LIST COLUMNS, the DROP TABLE will now be preceded by a series of ALTER TABLE ... push 18 Oct 2019 08:09PM UTC evanelias travis-ci
92.24
167 partitioning SchemaDiff: Include ALTERs to drop partitions before dropping table When a diff includes a DROP TABLE for a table partitioned with method RANGE, RANGE COLUMNS, LIST, or LIST COLUMNS, the DROP TABLE will now be preceded by a series of ALTER TABLE ... push 18 Oct 2019 07:36PM UTC evanelias travis-ci
92.24
166 partitioning SchemaDiff: Include ALTERs to drop partitions before dropping table When a diff includes a DROP TABLE for a table partitioned with method RANGE, RANGE COLUMNS, LIST, or LIST COLUMNS, the DROP TABLE will now be preceded by a series of ALTER TABLE ... push 18 Oct 2019 04:05PM UTC evanelias travis-ci
92.22
165 partitioning AddPartitioning, RemovePartitioning: fix multi-clause ALTERs ALTER TABLE clauses to initially partition an unpartitioned table, or remove partitioning from a partitioned table, have an syntactic quirk when appearing alongside other clauses in the... push 17 Oct 2019 10:28PM UTC evanelias travis-ci
92.13
164 partitioning DropTablesInSchema: Support partition-at-a-time dropping When bulk-dropping tables, it is preferable to drop partitioned tables one partition at a time when possible (RANGE / LIST partitioning) to avoid having a single long operation that holds t... push 16 Oct 2019 08:35PM UTC evanelias travis-ci
92.11
163 partitioning DropTablesInSchema: Support partition-at-a-time dropping When bulk-dropping tables, it is preferable to drop partitioned tables one partition at a time when possible (RANGE / LIST partitioning) to avoid having a single long operation that holds t... push 16 Oct 2019 07:45PM UTC evanelias travis-ci
92.11
162 master New options struct for bulk table drops (API-breaking change) This commit changes the second arg of Instance.DropSchema() and Instance.DropTablesInSchema() to be a new struct, BulkDropOptions, which permits configurable concurrency levels. This ... push 16 Oct 2019 07:20PM UTC evanelias travis-ci
91.81
161 bulkdropopts New options struct for bulk table drops (API-breaking change) This commit changes the second arg of Instance.DropSchema() and Instance.DropTablesInSchema() to be a new struct, BulkDropOptions, which permits configurable concurrency levels. This ... push 16 Oct 2019 04:28PM UTC evanelias travis-ci
91.81
160 partitioning Flesh out initial version of partitioning diff logic This commit adds more cases to the partitioning-related diff logic: * Differences in the list of partitions are now ignored for the RANGE, RANGE COLUMNS, LIST, and LIST COLUMNS partitioning ... push 14 Oct 2019 10:56PM UTC evanelias travis-ci
92.33
159 master Routines: Handle non-UNIX line-endings in param list Diff behavior for routines should always treat UNIX-style line-endings (LF) and Windows-style line-endings (CRLF) as equivalent, by forcibly converting everything to UNIX-style. This was previo... push 13 Oct 2019 02:02AM UTC evanelias travis-ci
91.99
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • …
  • 17
  • 18
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc