- 15 Apr, 2020 1 commit
-
-
Dylan William Hardison authored
* use base to make merging with bmo easier * Revert "Bug 1497042 - Enclose table names in CREATE queries" This reverts commit 62d5637a. * refactor Bugzilla::DB to not subclass DBI * use DBIx::Connector to manage database connections * Ensure we always call DBIx::Connector->dbh before any DBI method The code didn't allow a way of doing this without a lot of work. So I had to take the following approach: The 'dbh' attribute is now a method that delegates to DBIx::Connector's dbh method. Per the docs, ->dbh() "Returns the connection's database handle. It will use a an existing handle if there is one, if the process has not been forked or a new thread spawned, and if the database is pingable. Otherwise, it will instantiate, cache, and return a new handle." Then there is the matter of the 'handles' on dbh. I've used Package::Stash to insert proxy methods into the class when it is loaded. * Bug 1328659 - Add support for utf8=utf8mb4 (switches to dynamic/compressed row format, and changes charset to utf8mb4) * add deps * add prepare_cached to the list of delegated methods. This was added in bug 340160 * improve the migration to compressed/dynamic rows, skip views * add missing semicolon * remove pre-utf8mb4 emoji support * fix small issue * add debugging fatal error
-
- 13 Nov, 2019 1 commit
-
-
Vitaly Lipatov authored
-
- 01 Feb, 2019 1 commit
-
-
Perl Tidy authored
blame jeff
-
- 31 Jan, 2019 1 commit
-
-
Perl Tidy authored
-
- 23 Sep, 2015 1 commit
-
-
Matt Tyson authored
r=LpSolit a=dkl
-
- 29 Jul, 2015 1 commit
-
-
Simon Green authored
r=gerv, a=simon
-
- 11 Dec, 2014 1 commit
-
-
David Lawrence authored
Bug 1082106 - avoid problem where ->bz_add_columns creates a foreign key constraint causing failure in checksetup.pl when it tries to re-add it later. r,a=glob
-
- 13 Aug, 2014 1 commit
-
-
Frédéric Buclin authored
r=dkl a=sgreen
-
- 10 Aug, 2014 1 commit
-
-
Simon Green authored
r=dkl, a=sgreen
-
- 19 Dec, 2013 1 commit
-
-
Byron Jones authored
r=dkl, a=sgreen
-
- 02 Dec, 2013 1 commit
-
-
Frédéric Buclin authored
r=sgreen a=justdave
-
- 01 Dec, 2012 1 commit
-
-
Matt Selsky authored
r/a=LpSolit
-
- 30 Nov, 2012 1 commit
-
-
Marc Schumann authored
r/a=LpSolit
-
- 22 Nov, 2012 1 commit
-
-
Byron Jones authored
r=dkl,a=LpSolit
-
- 01 Sep, 2012 1 commit
-
-
Frédéric Buclin authored
r=wicked a=LpSolit
-
- 31 Aug, 2012 1 commit
-
-
Frédéric Buclin authored
r=mkanat a=LpSolit
-
- 11 Jan, 2012 1 commit
-
-
Frédéric Buclin authored
Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
-
- 26 Dec, 2011 1 commit
-
-
Frédéric Buclin authored
r=wicked a=LpSolit
-
- 05 Dec, 2011 1 commit
-
-
Frédéric Buclin authored
Bug 550299: User fields are left blank in buglists and whines when local user accounts are used (i.e. they have no @company.com suffix) r/a=mkanat
-
- 29 Aug, 2011 1 commit
-
-
Stephanie Daugherty authored
r=LpSolit, a=LpSolit
-
- 17 Aug, 2011 1 commit
-
-
Frédéric Buclin authored
r=glob a=LpSolit
-
- 01 Mar, 2011 1 commit
-
-
Sam Morris authored
r=mkanat, a=mkanat
-
- 14 Feb, 2011 1 commit
-
-
Max Kanat-Alexander authored
later. r=dkl, a=mkanat
-
- 02 Nov, 2010 1 commit
-
-
Max Kanat-Alexander authored
creation of databases on other systems. This restores the original behavior while still retaining the correct error-throwing behavior for systems that can't create a SQLite database. https://bugzilla.mozilla.org/show_bug.cgi?id=337776
-
- 27 Oct, 2010 1 commit
-
-
Max Kanat-Alexander authored
r=LpSolit, a=mkanat
-
- 16 Oct, 2010 1 commit
-
-
Frédéric Buclin authored
r=mkanat
-
- 15 Oct, 2010 1 commit
-
-
Frédéric Buclin authored
Bug 451735 part2: fix bz_drop_index() so that it first drops related FKs before deleting the index itself r/a=mkanat
-
- 07 Oct, 2010 1 commit
-
-
Max Kanat-Alexander authored
MS-SQL and SQLite support.
-
- 18 Sep, 2010 1 commit
-
-
Max Kanat-Alexander authored
r=glob, a=mkanat
-
- 02 Aug, 2010 2 commits
-
-
Max Kanat-Alexander authored
because it doesn't work with unbalanced single quotes. So we just do a hack to make Quicksearch work right, for Pg. r=LpSolit, a=mkanat
-
Max Kanat-Alexander authored
don't normally detaint output from $dbh->quote. r=LpSolit, a=LpSolit
-
- 23 Jul, 2010 1 commit
-
-
Max Kanat-Alexander authored
to the fulltext engine, so that it knows it's a phrase. r=LpSolit, a=mkanat
-
- 18 Jul, 2010 1 commit
-
-
Max Kanat-Alexander authored
substring and "words" searches, improve the formatting of generated SQL, and use real subselects instead of performing the subselect and using its results in an IN. r=mkanat, a=mkanat (module owner)
-
- 14 Jul, 2010 2 commits
-
-
Max Kanat-Alexander authored
populating FKs from _bz_schema at the end of checksetup, store REFERENCES in _bz_real_schema with a special "created => 0" key that tells us that we still need to create the FK. r=mkanat, a=mkanat (module owner)
-
Max Kanat-Alexander authored
r=mkanat, a=mkanat (module owner)
-
- 08 Jul, 2010 2 commits
-
-
Max Kanat-Alexander authored
r=mkanat, a=mkanat (module owner)
-
Max Kanat-Alexander authored
xt/search.t r=mkanat, a=mkanat (module owner)
-
- 06 Jul, 2010 1 commit
-
-
Max Kanat-Alexander authored
IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
-
- 22 Jun, 2010 1 commit
-
-
Max Kanat-Alexander authored
r=glob, a=mkanat
-
- 18 Jun, 2010 1 commit
-
-
Max Kanat-Alexander authored
called OldBugMove. r=dkl, a=mkanat
-