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

skeema / tengo / 188

Builds Branch Commit Type Ran Committer Via Coverage
188 v0.9.0 Partitioning: permit changes to ALGORITHM clause for KEY Partitioning methods KEY and LINEAR KEY support an optional algorithm clause, and the database server permits upgrading/downgrading between algorithms 1 and 2. This commit provides support ... push 21 Nov 2019 09:45PM UTC evanelias travis-ci
92.38
187 master Partitioning: permit changes to ALGORITHM clause for KEY Partitioning methods KEY and LINEAR KEY support an optional algorithm clause, and the database server permits upgrading/downgrading between algorithms 1 and 2. This commit provides support ... push 21 Nov 2019 09:32PM UTC evanelias travis-ci
92.38
186 master Virtual generated columns: relax safety checks Since virtual columns inherently aren't stored (by definition), dropping or modifying them cannot ever cause "data loss". The data can always be recomputed, meaning the operation is easily revertable... push 21 Nov 2019 08:12PM UTC evanelias travis-ci
92.37
185 partitioning Add new utility function ParseCreatePartitioning() This commit adds a new regex-based method, ParseCreatePartitioning(), to split the base of a CREATE TABLE statement from its partitioning clause. The existing Table.UnpartitionedCreateStatement(... push 20 Nov 2019 09:46PM UTC evanelias travis-ci
92.43
184 partitioning Unit tests: change unsupported table fixture The unsupportedTable() test helper function returns a table using unsupported features. Previously this branch changed it from using partitioning to using generated columns, but now that master branch ... push 19 Nov 2019 05:52AM UTC evanelias travis-ci
92.37
183 partitioning Partitioning: fix handling of several edge cases This commit fixes support for several relatively rare partitioning clauses that are reflected in SHOW CREATE TABLE but not information_schema.partitions. These two edge cases for KEY or HASH parti... push 19 Nov 2019 12:39AM UTC evanelias travis-ci
92.37
182 master Fix bugs in FULLTEXT index comparisons Previously, Index.Equivalent() and Index.RedundantTo() did not correctly account for index type (BTREE vs FULLTEXT) or in the general behavior of composite FULLTEXT indexes. push 15 Nov 2019 03:50PM UTC evanelias travis-ci
91.75
181 master Add diff support for generated columns (MySQL 5.7+, MariaDB 10.2+) This commit adds diff support for tables containing one or more generated columns, whether virtual or stored. A new StatementModifier field permits insertion of WITH VALIDATION c... push 13 Nov 2019 11:05PM UTC evanelias travis-ci
91.75
180 generated-cols WIP generated column support Still possibly needs a StatementModifier to optionally use WITH VALIDATION clause in ALTER. push 12 Nov 2019 06:50AM UTC evanelias travis-ci
91.72
179 generated-cols WIP generated column support Still needs generic test of MySQL 8.0 fix, and possibly a StatementModifier to optionally use WITH VALIDATION clause in ALTER. push 11 Nov 2019 09:56PM UTC evanelias travis-ci
91.19
178 generated-cols WIP generated column support Still needs MySQL 8.0 fixes around charsets, and possibly a StatementModifier to optionally use WITH VALIDATION clause in ALTER. push 09 Nov 2019 07:49PM UTC evanelias travis-ci
91.83
177 generated-cols WIP generated column support push 09 Nov 2019 07:11AM UTC evanelias travis-ci
91.65
176 master Add ability to skip binlogging in several methods (API-breaking change) This commit adds new struct field BulkDropOptions.SkipBinlog, providing the ability to skip binary logging in these methods: * Instance.DropSchema() * Instance.DropTablesInS... push 04 Nov 2019 09:34PM UTC evanelias travis-ci
91.77
175 master Schema introspection: Increase SHOW CREATE concurrency slightly SHOW CREATE queries have minimal locking time, and increasing concurrency speeds up introspection on schemas with a very large number of tables or routines. push 31 Oct 2019 10:05PM UTC evanelias travis-ci
91.79
174 master Add new method Instance.DropRoutinesInSchema() Previously there was no convenience method to drop all procs/funcs in a schema. push 29 Oct 2019 11:23PM UTC evanelias travis-ci
91.78
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • …
  • 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