]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
[Bug 1592129] Make Bugzilla::DB::Schema and subclasses Moo-based classes.
authorDylan William Hardison <dylan@hardison.net>
Sat, 1 Feb 2020 15:36:42 +0000 (16:36 +0100)
committerGitHub <noreply@github.com>
Sat, 1 Feb 2020 15:36:42 +0000 (16:36 +0100)
commite2665f84855f634981dc2372dd8d12614ced7a21
tree54a0d0757c86b805950c9d3b84d83143f2810187
parent4d4a65b3bf867b768bd1e22cbd12476a6cbd1f7a
[Bug 1592129] Make Bugzilla::DB::Schema and subclasses Moo-based classes.

This changes the Schema classes enough so they use Moo, which will allow adding a weak reference to the database connection
Bugzilla/DB/Schema.pm
Bugzilla/DB/Schema/Mysql.pm
Bugzilla/DB/Schema/Oracle.pm
Bugzilla/DB/Schema/Pg.pm
Bugzilla/DB/Schema/Sqlite.pm