index
:
bugs
master
bugs.mageia.org
Frédéric "LpSolit" Buclin [lpsolit]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Bugzilla
/
DB.pm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 287986: Bugzilla::DB::Mysql needs a way to read in a Schema object from t...
mkanat%kerio.com
2005-04-23
1
-21
/
+35
*
Bug 285722: Updates From 2.18- to 2.20+ will not work
mkanat%kerio.com
2005-04-23
1
-287
/
+27
*
Bug 284599: Use of REGEXP search is not consistent wrt case sensitivity
mkanat%kerio.com
2005-04-20
1
-2
/
+4
*
Bug 290407: Fix up bz_alter_column and break out a bz_alter_column_raw
mkanat%kerio.com
2005-04-17
1
-22
/
+46
*
Bug 290411: Cross-DB bz_drop_table
mkanat%kerio.com
2005-04-17
1
-0
/
+23
*
Bug 290403: Slight cleanup of Bugzilla::DB index code
mkanat%kerio.com
2005-04-17
1
-12
/
+50
*
Bug 290402: Functions to support reading-in a Schema object from the database
mkanat%kerio.com
2005-04-17
1
-4
/
+73
*
Bug 290414: bz_index_info is slightly broken and has unclear API
mkanat%kerio.com
2005-04-15
1
-3
/
+10
*
Bug 290405: bz_add_column needs a way to specify an initial value
mkanat%kerio.com
2005-04-15
1
-7
/
+16
*
Bug 290089: Move timestamp updates to happen before any other Schema updates
mkanat%kerio.com
2005-04-15
1
-6
/
+11
*
Bug 284850: checksetup should rename indexes to conform to the new standard
mkanat%kerio.com
2005-04-06
1
-4
/
+34
*
Bug 286527: Cross-DB bz_rename_column and bz_drop_column (Part of Bug 285111)
mkanat%kerio.com
2005-04-05
1
-0
/
+89
*
Bug 286689: Cross-DB bz_add_index and bz_drop_index (Part of Bug 285111)
mkanat%kerio.com
2005-03-22
1
-0
/
+56
*
Bug 256513: Fix usage of grep (/$value/, @array);
mkanat%kerio.com
2005-03-18
1
-1
/
+1
*
Bug 285748: Cross-DB bz_alter_column (Part of Bug 285111)
mkanat%kerio.com
2005-03-18
1
-0
/
+21
*
Bug 285740: DBD::Pg must have the PG_BYTEA type specified for inserting BLOBs
mkanat%kerio.com
2005-03-18
1
-0
/
+15
*
Bug 285723: Cross-DB bz_add_column (Part of Bug 285111)
mkanat%kerio.com
2005-03-18
1
-8
/
+69
*
Bug 285713: Cross-DB bz_column_info and bz_index_info
mkanat%kerio.com
2005-03-18
1
-1
/
+52
*
Small nit fixes for Bug 285113.
mkanat%kerio.com
2005-03-18
1
-2
/
+2
*
Bug 285113: Bugzilla::DB::Schema needs a way to serialize and store its abstr...
mkanat%kerio.com
2005-03-18
1
-0
/
+107
*
Bug 286392: String concatenation on postgres does not always work
mkanat%kerio.com
2005-03-17
1
-1
/
+1
*
Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...
mkanat%kerio.com
2005-03-16
1
-3
/
+27
*
Bug 283581 : Move UserInGroup out of globals.pl
travis%sedsystems.ca
2005-03-16
1
-1
/
+2
*
Bug 285403: LearnAboutColumns does not work on PostgreSQL
mkanat%kerio.com
2005-03-10
1
-0
/
+7
*
Bug 285397: Untested parts of Bugzilla::DB are broken (when running on Postgr...
mkanat%kerio.com
2005-03-10
1
-4
/
+1
*
Bug 284348: Move initial table creation into the Bugzilla::DB modules
mkanat%kerio.com
2005-03-09
1
-5
/
+43
*
Bug 281582: Replace CONCAT and MATCH with Bugzilla::DB function call (Note: T...
mkanat%kerio.com
2005-03-09
1
-4
/
+53
*
Bug 284352: Break Bugzilla::DB code/docs into sections
mkanat%kerio.com
2005-03-09
1
-6
/
+70
*
Bug 284598: INSTR function is not supported by postgres
mkanat%kerio.com
2005-03-05
1
-0
/
+16
*
Bug 284172: checksetup cannot run CREATE DATABASE on PostgreSQL
mkanat%kerio.com
2005-03-03
1
-12
/
+26
*
Bug 277617: Move database-manipulation subroutines in checksetup to Bugzilla:...
mkanat%kerio.com
2005-03-02
1
-1
/
+255
*
Bug 279910: Query crashed with Software Error: "Unknown column 'bugs.assignee...
mkanat%kerio.com
2005-02-25
1
-4
/
+4
*
Bug 281360: Checksetup should use the new DB-compatibility layer to create $dbh
mkanat%kerio.com
2005-02-19
1
-6
/
+22
*
Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call
mkanat%kerio.com
2005-02-18
1
-2
/
+2
*
Bug (None): Fix a spelling error from bug 237862
mkanat%kerio.com
2005-02-17
1
-1
/
+1
*
Bug 237862: New database layer for cross-database compatibility
mkanat%kerio.com
2005-02-17
1
-59
/
+349
*
Bug 147151 : Expand the list of words 006spellcheck.t looks for; fix the plac...
travis%sedsystems.ca
2005-02-03
1
-2
/
+2
*
Missed the 'fix on checkin' bit for Bug 279748
travis%sedsystems.ca
2005-02-02
1
-1
/
+1
*
Bug 279748 : Move GetFieldDefs out of globals.pl (to Bugzilla::DB)
travis%sedsystems.ca
2005-02-02
1
-0
/
+40
*
Patch for bug 256592: Cut down the DBD error string to a reasonable size; pat...
jocuri%softhome.net
2004-12-07
1
-0
/
+3
*
Bug 253696: work around NAME_lc bug in ActiveState Perl on Win32
justdave%bugzilla.org
2004-09-13
1
-1
/
+5
*
Bug 227191: Change DBI->connect syntax so database password will not be revea...
bugreport%peshkin.net
2004-07-10
1
-2
/
+4
*
Bug 243351: Fix mysql version sensitivity in case-sensitive search
bugreport%peshkin.net
2004-05-27
1
-0
/
+10
*
Fix for bug 234175: Remove deprecated ConnectToDatabase() and
kiko%async.com.br
2004-03-27
1
-9
/
+1
*
Bug 208604 - Make data/template dir locations configurable
bbaetz%acm.org
2003-11-22
1
-2
/
+2
*
Bug 180642 - Move authentication code into a module
bbaetz%acm.org
2003-03-22
1
-4
/
+1
*
Bug 193985 - errors from SendSQL aren't being reported
bbaetz%acm.org
2003-02-20
1
-2
/
+2
*
Bug 192531 - Bugzilla not properly closing DB statement handles
bbaetz%acm.org
2003-02-14
1
-10
/
+10
*
Bug 191863 - Clean up Bugzilla.pm
bbaetz%acm.org
2003-02-07
1
-2
/
+2
*
Bug 191085 - Fix FetchSQLData compat code.
bbaetz%acm.org
2003-02-02
1
-5
/
+4
[next]