aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Sqlite.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 938161: sql_date_format() method for SQLite has an incorrect default formatFrédéric Buclin2013-11-141-1/+1
| | | | r/a=glob
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
| | | | r/a=LpSolit
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+36
| | | | r/a=LpSolit
* Bug 787687: SQLite doesn't support CHAR_LENGTH nativelyFrédéric Buclin2012-09-041-0/+1
| | | | r=wicked a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-1/+4
| | | | r=wicked a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-19/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 550299: User fields are left blank in buglists and whines when local ↵Frédéric Buclin2011-12-051-6/+0
| | | | | | user accounts are used (i.e. they have no @company.com suffix) r/a=mkanat
* Bug 629529: Make SQLite installs able to use jobqueue.plMax Kanat-Alexander2011-08-291-0/+41
| | | | r=glob, a=mkanat
* Bug 637648 - Rename the "tags" table to "tag"Stephanie Daugherty2011-08-291-0/+4
| | | | r=LpSolit, a=LpSolit
* Bug 630681: Implement a MOD function for SQLite so collectstats.pl can runMax Kanat-Alexander2011-02-021-0/+3
| | | | r=mkanat, a=mkanat (module owner)
* Bug 619581: Make contrib/bzdbcopy.pl work again, and also make it work withMax Kanat-Alexander2010-12-151-1/+15
| | | | | SQLite. r=mkanat, a=mkanat
* Bug 337776: Basic SQLite Support for BugzillaMax Kanat-Alexander2010-10-271-0/+255
r=LpSolit, a=mkanat