index
:
bugzilla
flyspray
harmony-master
harmony-unstable
master
Bugzilla
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Bugzilla
/
DB.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2005-11-14
Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch b...
lpsolit%gmail.com
1
-2
/
+2
2005-11-10
Bug 314919: [PostgreSQL] "Find a Specific Bug" using Pg fails - Patch by Fré...
lpsolit%gmail.com
1
-0
/
+3
2005-10-13
Bug 311434: bz_table_columns should use _bz_real_schema
mkanat%kerio.com
1
-1
/
+1
2005-09-03
Bug 299230: Schema-Modification Functions Shouldn't Die on A DB-side Deletion...
mkanat%kerio.com
1
-3
/
+16
2005-08-31
Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept st...
mkanat%kerio.com
1
-2
/
+5
2005-08-15
Bug 304588: Remove 'use Bugzilla::User' from DB.pm - Patch by Frédéric Bucl...
lpsolit%gmail.com
1
-2
/
+1
2005-08-13
Bug 303669: Bugzilla mis-uses perl subroutine prototypes
mkanat%kerio.com
1
-3
/
+3
2005-08-09
Backout of bug 303669 which broke AppendComment and possibly a number
bugreport%peshkin.net
1
-3
/
+3
2005-08-09
Bug 303669: Bugzilla mis-uses perl subroutine prototypes
mkanat%kerio.com
1
-3
/
+3
2005-08-05
Bug 303088: MoreSQLData and FetchSQLData/FetchOneColumn may return wrong resu...
lpsolit%gmail.com
1
-2
/
+5
2005-07-26
Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Bucl...
lpsolit%gmail.com
1
-7
/
+25
2005-07-15
Fix for bug 232612: enables boolean mode fulltext searches for better searchi...
myk%mozilla.org
1
-12
/
+13
2005-07-08
Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case inse...
mkanat%kerio.com
1
-0
/
+40
2005-06-15
Bug 293501: Add me to files where I belong and fix kerio.com emails
mkanat%kerio.com
1
-0
/
+1
2005-05-27
Bug 286672: Require correct DBD depending on the $db_driver in use
mkanat%kerio.com
1
-1
/
+5
2005-04-23
Bug 287986: Bugzilla::DB::Mysql needs a way to read in a Schema object from t...
mkanat%kerio.com
1
-21
/
+35
2005-04-23
Bug 285722: Updates From 2.18- to 2.20+ will not work
mkanat%kerio.com
1
-287
/
+27
2005-04-20
Bug 284599: Use of REGEXP search is not consistent wrt case sensitivity
mkanat%kerio.com
1
-2
/
+4
2005-04-17
Bug 290407: Fix up bz_alter_column and break out a bz_alter_column_raw
mkanat%kerio.com
1
-22
/
+46
2005-04-17
Bug 290411: Cross-DB bz_drop_table
mkanat%kerio.com
1
-0
/
+23
2005-04-17
Bug 290403: Slight cleanup of Bugzilla::DB index code
mkanat%kerio.com
1
-12
/
+50
2005-04-17
Bug 290402: Functions to support reading-in a Schema object from the database
mkanat%kerio.com
1
-4
/
+73
2005-04-15
Bug 290414: bz_index_info is slightly broken and has unclear API
mkanat%kerio.com
1
-3
/
+10
2005-04-15
Bug 290405: bz_add_column needs a way to specify an initial value
mkanat%kerio.com
1
-7
/
+16
2005-04-15
Bug 290089: Move timestamp updates to happen before any other Schema updates
mkanat%kerio.com
1
-6
/
+11
2005-04-06
Bug 284850: checksetup should rename indexes to conform to the new standard
mkanat%kerio.com
1
-4
/
+34
2005-04-05
Bug 286527: Cross-DB bz_rename_column and bz_drop_column (Part of Bug 285111)
mkanat%kerio.com
1
-0
/
+89
2005-03-22
Bug 286689: Cross-DB bz_add_index and bz_drop_index (Part of Bug 285111)
mkanat%kerio.com
1
-0
/
+56
2005-03-18
Bug 256513: Fix usage of grep (/$value/, @array);
mkanat%kerio.com
1
-1
/
+1
2005-03-18
Bug 285748: Cross-DB bz_alter_column (Part of Bug 285111)
mkanat%kerio.com
1
-0
/
+21
2005-03-18
Bug 285740: DBD::Pg must have the PG_BYTEA type specified for inserting BLOBs
mkanat%kerio.com
1
-0
/
+15
2005-03-18
Bug 285723: Cross-DB bz_add_column (Part of Bug 285111)
mkanat%kerio.com
1
-8
/
+69
2005-03-18
Bug 285713: Cross-DB bz_column_info and bz_index_info
mkanat%kerio.com
1
-1
/
+52
2005-03-18
Small nit fixes for Bug 285113.
mkanat%kerio.com
1
-2
/
+2
2005-03-18
Bug 285113: Bugzilla::DB::Schema needs a way to serialize and store its abstr...
mkanat%kerio.com
1
-0
/
+107
2005-03-17
Bug 286392: String concatenation on postgres does not always work
mkanat%kerio.com
1
-1
/
+1
2005-03-16
Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...
mkanat%kerio.com
1
-3
/
+27
2005-03-16
Bug 283581 : Move UserInGroup out of globals.pl
travis%sedsystems.ca
1
-1
/
+2
2005-03-10
Bug 285403: LearnAboutColumns does not work on PostgreSQL
mkanat%kerio.com
1
-0
/
+7
2005-03-10
Bug 285397: Untested parts of Bugzilla::DB are broken (when running on Postgr...
mkanat%kerio.com
1
-4
/
+1
2005-03-09
Bug 284348: Move initial table creation into the Bugzilla::DB modules
mkanat%kerio.com
1
-5
/
+43
2005-03-09
Bug 281582: Replace CONCAT and MATCH with Bugzilla::DB function call (Note: T...
mkanat%kerio.com
1
-4
/
+53
2005-03-09
Bug 284352: Break Bugzilla::DB code/docs into sections
mkanat%kerio.com
1
-6
/
+70
2005-03-05
Bug 284598: INSTR function is not supported by postgres
mkanat%kerio.com
1
-0
/
+16
2005-03-03
Bug 284172: checksetup cannot run CREATE DATABASE on PostgreSQL
mkanat%kerio.com
1
-12
/
+26
2005-03-02
Bug 277617: Move database-manipulation subroutines in checksetup to Bugzilla:...
mkanat%kerio.com
1
-1
/
+255
2005-02-25
Bug 279910: Query crashed with Software Error: "Unknown column 'bugs.assignee...
mkanat%kerio.com
1
-4
/
+4
2005-02-19
Bug 281360: Checksetup should use the new DB-compatibility layer to create $dbh
mkanat%kerio.com
1
-6
/
+22
2005-02-18
Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call
mkanat%kerio.com
1
-2
/
+2
2005-02-17
Bug (None): Fix a spelling error from bug 237862
mkanat%kerio.com
1
-1
/
+1
[next]