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

skeema / tengo / 128

Builds Branch Commit Type Ran Committer Via Coverage
128 master Optimize information_schema query for foreign keys Pre-mysql8, the query optimizer for some information_schema tables is quite picky. To avoid scanning all databases, queries on key_column_usage must filter on table_schema (NOT the completely-equ... push 21 May 2019 08:34PM UTC evanelias travis-ci
92.07
127 v0.8.15 Add two more Flavor-related utility methods Flavor.Known() is a shortcut for checking that both the vendor and version have been parsed correctly in a flavor. Instance.ForceFlavor() provides a way for tests to force an instance to have a specifi... push 09 Apr 2019 08:36PM UTC evanelias travis-ci
92.07
126 master Add two more Flavor-related utility methods Flavor.Known() is a shortcut for checking that both the vendor and version have been parsed correctly in a flavor. Instance.ForceFlavor() provides a way for tests to force an instance to have a specifi... push 09 Apr 2019 08:26PM UTC evanelias travis-ci
92.07
125 master Instance and Flavor: more robustness around parsing problems If the instance's vendor cannot be parsed from @@global.version_comment, try parsing @@global.version as a fallback. Add a new method Instance.SetFlavor(), which can override FlavorUnk... push 05 Apr 2019 11:56PM UTC evanelias travis-ci
92.05
124 master Routines: treat all line-endings as UNIX-style LF MySQL stores the original formatting of a routine body. So if a routine is created using Windows-style CRLF, it will be returned that way as well. This can be problematic in Routine.Equals(), whic... push 15 Mar 2019 01:51AM UTC evanelias travis-ci
91.85
123 v0.8.14 Docs: update README to reflect proc/func support push 11 Mar 2019 08:51PM UTC evanelias travis-ci
91.84
122 master Docs: update README to reflect proc/func support push 11 Mar 2019 08:23PM UTC evanelias travis-ci
91.84
121 ci-golint-fix Travis: See if Golang 1.10 fixes golint fetching issue push 11 Mar 2019 08:07PM UTC evanelias travis-ci
91.84
119 v0.8.14 Add new StatementModifier field CompareMetadata Previously, diffs of routines always included a comparison of creation-time metadata: the database's default collation and the session's sql_mode. These properties are "remembered" by MySQL and perm... push 11 Mar 2019 07:31PM UTC evanelias travis-ci
91.84
118 routines-rebased Add new StatementModifier field CompareMetadata Previously, diffs of routines always included a comparison of creation-time metadata: the database's default collation and the session's sql_mode. These properties are "remembered" by MySQL and perm... push 11 Mar 2019 07:24PM UTC evanelias travis-ci
91.84
117 routines-rebased Add new StatementModifier field CompareMetadata Previously, diffs of routines always included a comparison of creation-time metadata: the database's default collation and the session's sql_mode. These properties are "remembered" by MySQL and perm... push 08 Mar 2019 12:02AM UTC evanelias travis-ci
91.84
116 routines-rebased Add new StatementModifier field CompareMetadata Previously, diffs of routines always included a comparison of creation-time metadata: the database's default collation and the session's sql_mode. These properties are "remembered" by MySQL and perm... push 07 Mar 2019 10:30PM UTC evanelias travis-ci
91.84
115 routines-rebased Add support for routines (stored procs and funcs) This commit adds full support for stored procedures and functions to this package. Routines are introspected by querying information_schema.routines, as well as either mysql.proc (if available) or... push 21 Feb 2019 11:16PM UTC evanelias travis-ci
91.78
114 master Generic handling of different db object types This commit adds some reusable data structures and methods for interacting with DB objects that span multiple object types. This commit also removes SchemaDiff's tracking of unchanged objects, as thi... push 21 Feb 2019 09:51PM UTC evanelias travis-ci
91.44
113 routines Routines: Query mysql.proc if available for faster introspection In flavors where mysql.proc still exists (currently everything but MySQL 8.0 and Percona Server 8.0), introspection of routines now queries mysql.proc once in bulk, instead of runni... push 19 Feb 2019 09:55PM UTC evanelias travis-ci
91.78
  • ← Previous
  • 1
  • 2
  • …
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 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