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

skeema / tengo / 97

Builds Branch Commit Type Ran Committer Via Coverage
97 master Add new method Instance.StrictModeCompliant() This method returns true if all tables in the supplied schemas could be recreated on the receiver instance even if innodb_strict_mode and a strict sql_mode are in-use. This commit also adds another s... push 23 Nov 2018 11:17PM UTC evanelias travis-ci
90.93
96 master Add method Flavor.InnoRowFormatReqs() This method returns information on the flavor's requirements for using a supplied ROW_FORMAT in InnoDB -- whether or not it requires innodb_file_per_table=1 and/or innodb_file_format=Barracuda push 20 Nov 2018 07:31AM UTC evanelias travis-ci
91.05
95 v0.8.9 Instance.querySchemaTables(): Fix naming conflict bug between FKs / UKs Within a single database schema, if a foreign key has the same name as a unique index, Instance.querySchemaTables() would consistently return an error. This occurred because ... push 12 Nov 2018 09:12PM UTC evanelias travis-ci
90.94
94 master Instance.querySchemaTables(): Fix naming conflict bug between FKs / UKs Within a single database schema, if a foreign key has the same name as a unique index, Instance.querySchemaTables() would consistently return an error. This occurred because ... push 12 Nov 2018 09:03PM UTC evanelias travis-ci
90.94
93 v0.8.8 Move UseFilteredDriverLogger() from testing.go to docker.go push 07 Nov 2018 11:07PM UTC evanelias travis-ci
90.93
92 master Move UseFilteredDriverLogger() from testing.go to docker.go push 07 Nov 2018 10:52PM UTC evanelias travis-ci
90.93
91 master DockerizedInstance: fix bugs in handling empty password push 03 Nov 2018 04:57AM UTC evanelias travis-ci
90.93
90 master docker.go: Refactor handling of Docker client + MySQL root pw Two changes to handling of sandboxed instances: * DockerSandboxer has been renamed to DockerClient, and no longer exports the actual Docker client inside. This will permit changing ... push 02 Nov 2018 08:44PM UTC evanelias travis-ci
90.86
89 v0.8.7 Instance.Connect(): query wait_timeout from server if needed Max connection lifetime is based on wait_timeout, to ensure that the connection pool gives up on idle connections before the server kills them. Previously, this only worked if wait_time... push 29 Oct 2018 09:55PM UTC evanelias travis-ci
90.87
88 master Instance.Connect(): query wait_timeout from server if needed Max connection lifetime is based on wait_timeout, to ensure that the connection pool gives up on idle connections before the server kills them. Previously, this only worked if wait_time... push 29 Oct 2018 09:47PM UTC evanelias travis-ci
90.87
87 master New method Instance.CloseAll() for graceful shutdown push 29 Oct 2018 07:34PM UTC evanelias travis-ci
90.85
86 master Instance.CanConnect(): Prevent connection leak after previous fix The previous commit's fix to Instance.CanConnect() causes a connection leak, since each call potentially orphans the previous connection pool to create a new one. The old pool woul... push 25 Oct 2018 04:23AM UTC evanelias travis-ci
90.81
85 master Fix edge case bug in Instance.CanConnect() If an instance had non-empty defaultParams, and a connection pool without a default database had previously been established, CanConnect() would return true even if the database was down. This commit fix... push 24 Oct 2018 10:37PM UTC evanelias travis-ci
90.85
84 master table_test.go: coverage for a few more edge cases push 04 Sep 2018 07:10PM UTC evanelias travis-ci
90.84
83 col-reorder-algo table_test.go: coverage for a few more edge cases push 04 Sep 2018 05:21AM UTC evanelias travis-ci
90.84
  • ← Previous
  • 1
  • 2
  • …
  • 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