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

skeema / tengo / 112

Builds Branch Commit Type Ran Committer Via Coverage
112 routines Add ObjectKey and Schema.ObjectDefinitions() 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 this... push 14 Feb 2019 05:10PM UTC evanelias travis-ci
91.67
111 routines Add Schema.Dictionary() which contains objects of all types This commit adds some reusable data structures for interacting with a list of DB objects that span multiple object types. This commit also removes SchemaDiff's tracking of unchanged obj... push 13 Feb 2019 11:42PM UTC evanelias travis-ci
91.64
110 routines Add new ObjectType type, replacing magic strings and RoutineType This commit replaces the magic strings from ObjectDiff.ObjectType(), as well as the new RoutineType type, with a combined notion of ObjectType type that can represent tables, databa... push 09 Feb 2019 02:49AM UTC evanelias travis-ci
91.63
109 routines Routines: implement diff logic Each SchemaDiff value now includes DDL for creating or dropping routines. For now, any alter to a routine is handled by a DROP and re-CREATE. (Most routine modifications require this anyway, but some metadata-only c... push 08 Feb 2019 06:39AM UTC evanelias travis-ci
91.64
108 routines Routines: Add integration testing This commit also fixes a few bugs discovered from the test. push 06 Feb 2019 10:32PM UTC evanelias travis-ci
91.55
107 v0.8.13 Add support for Percona Server 8.0 and Percona Server 5.5 push 15 Jan 2019 07:41PM UTC evanelias travis-ci
91.3
106 master Add support for Percona Server 8.0 and Percona Server 5.5 push 15 Jan 2019 06:33PM UTC evanelias travis-ci
91.3
105 master Unify handling of diffs across multiple object types This commit adds a notion of "object types" (tables, databases, views, etc) and provides a common interface for generic diffs. The immediate practical effect is that schema-level DDL (CREATE DA... push 29 Dec 2018 11:12PM UTC evanelias travis-ci
91.3
104 v0.8.12 ModifyColumn.Unsafe(): Whitelist more safe type changes Previously, the following column type changes were unnecessarily marked as unsafe: * char(x) -> varchar(y), y >= x * varchar(x) -> char(y), y >= x * char(x) -> *text, where new text type ma... push 10 Dec 2018 07:33PM UTC evanelias travis-ci
91.11
103 master ModifyColumn.Unsafe(): Whitelist more safe type changes Previously, the following column type changes were unnecessarily marked as unsafe: * char(x) -> varchar(y), y >= x * varchar(x) -> char(y), y >= x * char(x) -> *text, where new text type ma... push 10 Dec 2018 07:29PM UTC evanelias travis-ci
91.11
102 master Foreign keys: fix bug in handling NO ACTION clauses In foreign key definitions, all flavors of MySQL treat the following 3 clauses equivalently: * ON {UPDATE|DELETE} NO ACTION * ON {UPDATE|DELETE} RESTRICT * omitting an action clause from the FK... push 04 Dec 2018 12:02AM UTC evanelias travis-ci
90.96
101 v0.8.11 EscapeValueForCreateTable(): handle \n and \r Newlines and carriage returns were not previously handled properly in column default values, nor in column/table/index comments. push 27 Nov 2018 04:48PM UTC evanelias travis-ci
90.95
100 master EscapeValueForCreateTable(): handle \n and \r Newlines and carriage returns were not previously handled properly in column default values, nor in column/table/index comments. push 27 Nov 2018 04:43PM UTC evanelias travis-ci
90.95
99 master DockerizedInstance: two small fixes for edge-cases DockerizedInstance.SourceSQL() now specifically adds "-u root" to the mysql client command-line. This is necessary in recent Percona releases, which recently changed Docker user to "mysql" in PR ... push 26 Nov 2018 11:57PM UTC evanelias travis-ci
90.93
98 v0.8.10 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:35PM UTC evanelias travis-ci
55.64
  • ← Previous
  • 1
  • 2
  • …
  • 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