You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(267) |
Nov
(344) |
Dec
(119) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(23) |
Feb
(15) |
Mar
(16) |
Apr
(388) |
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
|
|
From: <jas...@us...> - 2003-04-25 16:37:36
|
Update of /cvsroot/genex/genex-server/Genex/Audit In directory sc8-pr-cvs1:/tmp/cvs-serv27937/Audit Removed Files: .cvsignore Makefile.PL Audit.pm Log Message: directory reorg --- .cvsignore DELETED --- --- Makefile.PL DELETED --- --- Audit.pm DELETED --- |
|
From: <jas...@us...> - 2003-04-25 16:37:35
|
Update of /cvsroot/genex/genex-server/Genex/ArrayDesign In directory sc8-pr-cvs1:/tmp/cvs-serv27937/ArrayDesign Removed Files: .cvsignore Makefile.PL ArrayDesign.pm Log Message: directory reorg --- .cvsignore DELETED --- --- Makefile.PL DELETED --- --- ArrayDesign.pm DELETED --- |
|
From: <jas...@us...> - 2003-04-25 16:37:32
|
Update of /cvsroot/genex/genex-server/Genex/Array In directory sc8-pr-cvs1:/tmp/cvs-serv27937/Array Removed Files: .cvsignore Makefile.PL Array.pm Log Message: directory reorg --- .cvsignore DELETED --- --- Makefile.PL DELETED --- --- Array.pm DELETED --- |
|
From: <jas...@us...> - 2003-04-25 16:37:30
|
Update of /cvsroot/genex/genex-server/Genex/AM_SuspectSpots In directory sc8-pr-cvs1:/tmp/cvs-serv27937/AM_SuspectSpots Removed Files: .cvsignore Makefile.PL AM_SuspectSpots.pm Log Message: directory reorg --- .cvsignore DELETED --- --- Makefile.PL DELETED --- --- AM_SuspectSpots.pm DELETED --- |
|
From: <jas...@us...> - 2003-04-25 16:37:25
|
Update of /cvsroot/genex/genex-server/Genex/AM_FactorValues In directory sc8-pr-cvs1:/tmp/cvs-serv27937/AM_FactorValues Removed Files: .cvsignore Makefile.PL AM_FactorValues.pm Log Message: directory reorg --- .cvsignore DELETED --- --- Makefile.PL DELETED --- --- AM_FactorValues.pm DELETED --- |
|
From: <jas...@us...> - 2003-04-24 21:38:05
|
Update of /cvsroot/genex/genex-server/Genex/Hardware
In directory sc8-pr-cvs1:/tmp/cvs-serv10811/Hardware
Modified Files:
Hardware.pm
Log Message:
new modules
Index: Hardware.pm
===================================================================
RCS file: /cvsroot/genex/genex-server/Genex/Hardware/Hardware.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Hardware.pm 24 Apr 2003 00:19:06 -0000 1.4
--- Hardware.pm 24 Apr 2003 21:35:54 -0000 1.5
***************
*** 565,570 ****
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! $unique = $dbh->quote_identifier($unique);
! push(@clauses,"$unique=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
--- 565,569 ----
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! push(@clauses,$dbh->quote_identifier($unique). "=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
|
|
From: <jas...@us...> - 2003-04-24 21:38:05
|
Update of /cvsroot/genex/genex-server/Genex/FeatureExtractionSoftware
In directory sc8-pr-cvs1:/tmp/cvs-serv10811/FeatureExtractionSoftware
Modified Files:
FeatureExtractionSoftware.pm
Log Message:
new modules
Index: FeatureExtractionSoftware.pm
===================================================================
RCS file: /cvsroot/genex/genex-server/Genex/FeatureExtractionSoftware/FeatureExtractionSoftware.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** FeatureExtractionSoftware.pm 24 Apr 2003 00:19:05 -0000 1.10
--- FeatureExtractionSoftware.pm 24 Apr 2003 21:35:48 -0000 1.11
***************
*** 559,564 ****
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! $unique = $dbh->quote_identifier($unique);
! push(@clauses,"$unique=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
--- 559,563 ----
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! push(@clauses,$dbh->quote_identifier($unique). "=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
|
|
From: <jas...@us...> - 2003-04-24 21:38:05
|
Update of /cvsroot/genex/genex-server/Genex/GenexAdmin
In directory sc8-pr-cvs1:/tmp/cvs-serv10811/GenexAdmin
Modified Files:
GenexAdmin.pm
Log Message:
new modules
Index: GenexAdmin.pm
===================================================================
RCS file: /cvsroot/genex/genex-server/Genex/GenexAdmin/GenexAdmin.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** GenexAdmin.pm 24 Apr 2003 00:19:05 -0000 1.23
--- GenexAdmin.pm 24 Apr 2003 21:35:49 -0000 1.24
***************
*** 553,558 ****
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! $unique = $dbh->quote_identifier($unique);
! push(@clauses,"$unique=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
--- 553,557 ----
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! push(@clauses,$dbh->quote_identifier($unique). "=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
|
|
From: <jas...@us...> - 2003-04-24 21:38:04
|
Update of /cvsroot/genex/genex-server/Genex/GroupSec
In directory sc8-pr-cvs1:/tmp/cvs-serv10811/GroupSec
Modified Files:
GroupSec.pm
Log Message:
new modules
Index: GroupSec.pm
===================================================================
RCS file: /cvsroot/genex/genex-server/Genex/GroupSec/GroupSec.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** GroupSec.pm 24 Apr 2003 00:19:06 -0000 1.42
--- GroupSec.pm 24 Apr 2003 21:35:52 -0000 1.43
***************
*** 600,605 ****
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! $unique = $dbh->quote_identifier($unique);
! push(@clauses,"$unique=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
--- 600,604 ----
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! push(@clauses,$dbh->quote_identifier($unique). "=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
|
|
From: <jas...@us...> - 2003-04-24 21:38:04
|
Update of /cvsroot/genex/genex-server/Genex/GroupLink
In directory sc8-pr-cvs1:/tmp/cvs-serv10811/GroupLink
Modified Files:
GroupLink.pm
Log Message:
new modules
Index: GroupLink.pm
===================================================================
RCS file: /cvsroot/genex/genex-server/Genex/GroupLink/GroupLink.pm,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** GroupLink.pm 24 Apr 2003 00:19:06 -0000 1.35
--- GroupLink.pm 24 Apr 2003 21:35:51 -0000 1.36
***************
*** 562,567 ****
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! $unique = $dbh->quote_identifier($unique);
! push(@clauses,"$unique=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
--- 562,566 ----
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! push(@clauses,$dbh->quote_identifier($unique). "=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
|
|
From: <jas...@us...> - 2003-04-24 21:37:15
|
Update of /cvsroot/genex/genex-server/Genex/ControlledVocab
In directory sc8-pr-cvs1:/tmp/cvs-serv10811/ControlledVocab
Modified Files:
ControlledVocab.pm
Log Message:
new modules
Index: ControlledVocab.pm
===================================================================
RCS file: /cvsroot/genex/genex-server/Genex/ControlledVocab/ControlledVocab.pm,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** ControlledVocab.pm 24 Apr 2003 00:19:03 -0000 1.35
--- ControlledVocab.pm 24 Apr 2003 21:35:40 -0000 1.36
***************
*** 604,609 ****
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! $unique = $dbh->quote_identifier($unique);
! push(@clauses,"$unique=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
--- 604,608 ----
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! push(@clauses,$dbh->quote_identifier($unique). "=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
|
|
From: <jas...@us...> - 2003-04-24 21:37:15
|
Update of /cvsroot/genex/genex-server/Genex/ContactType
In directory sc8-pr-cvs1:/tmp/cvs-serv10811/ContactType
Modified Files:
ContactType.pm
Log Message:
new modules
Index: ContactType.pm
===================================================================
RCS file: /cvsroot/genex/genex-server/Genex/ContactType/ContactType.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** ContactType.pm 24 Apr 2003 00:19:03 -0000 1.23
--- ContactType.pm 24 Apr 2003 21:35:37 -0000 1.24
***************
*** 540,545 ****
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! $unique = $dbh->quote_identifier($unique);
! push(@clauses,"$unique=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
--- 540,544 ----
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! push(@clauses,$dbh->quote_identifier($unique). "=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
|
|
From: <jas...@us...> - 2003-04-24 21:37:11
|
Update of /cvsroot/genex/genex-server/Genex/Contact
In directory sc8-pr-cvs1:/tmp/cvs-serv10811/Contact
Modified Files:
Contact.pm
Log Message:
new modules
Index: Contact.pm
===================================================================
RCS file: /cvsroot/genex/genex-server/Genex/Contact/Contact.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** Contact.pm 24 Apr 2003 00:19:02 -0000 1.42
--- Contact.pm 24 Apr 2003 21:35:34 -0000 1.43
***************
*** 644,649 ****
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! $unique = $dbh->quote_identifier($unique);
! push(@clauses,"$unique=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
--- 644,648 ----
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! push(@clauses,$dbh->quote_identifier($unique). "=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
|
|
From: <jas...@us...> - 2003-04-24 21:37:09
|
Update of /cvsroot/genex/genex-server/Genex/Citation
In directory sc8-pr-cvs1:/tmp/cvs-serv10811/Citation
Modified Files:
Citation.pm
Log Message:
new modules
Index: Citation.pm
===================================================================
RCS file: /cvsroot/genex/genex-server/Genex/Citation/Citation.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** Citation.pm 24 Apr 2003 00:19:02 -0000 1.42
--- Citation.pm 24 Apr 2003 21:35:33 -0000 1.43
***************
*** 601,606 ****
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! $unique = $dbh->quote_identifier($unique);
! push(@clauses,"$unique=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
--- 601,605 ----
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! push(@clauses,$dbh->quote_identifier($unique). "=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
|
|
From: <jas...@us...> - 2003-04-24 21:37:06
|
Update of /cvsroot/genex/genex-server/Genex/Chromosome
In directory sc8-pr-cvs1:/tmp/cvs-serv10811/Chromosome
Modified Files:
Chromosome.pm
Log Message:
new modules
Index: Chromosome.pm
===================================================================
RCS file: /cvsroot/genex/genex-server/Genex/Chromosome/Chromosome.pm,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** Chromosome.pm 24 Apr 2003 00:19:01 -0000 1.46
--- Chromosome.pm 24 Apr 2003 21:35:31 -0000 1.47
***************
*** 567,572 ****
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! $unique = $dbh->quote_identifier($unique);
! push(@clauses,"$unique=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
--- 567,571 ----
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! push(@clauses,$dbh->quote_identifier($unique). "=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
|
|
From: <jas...@us...> - 2003-04-24 21:37:04
|
Update of /cvsroot/genex/genex-server/Genex/Channel
In directory sc8-pr-cvs1:/tmp/cvs-serv10811/Channel
Modified Files:
Channel.pm
Log Message:
new modules
Index: Channel.pm
===================================================================
RCS file: /cvsroot/genex/genex-server/Genex/Channel/Channel.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Channel.pm 24 Apr 2003 00:19:01 -0000 1.14
--- Channel.pm 24 Apr 2003 21:35:30 -0000 1.15
***************
*** 521,526 ****
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! $unique = $dbh->quote_identifier($unique);
! push(@clauses,"$unique=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
--- 521,525 ----
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! push(@clauses,$dbh->quote_identifier($unique). "=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
|
|
From: <jas...@us...> - 2003-04-24 21:37:03
|
Update of /cvsroot/genex/genex-server/Genex/BlastHits
In directory sc8-pr-cvs1:/tmp/cvs-serv10811/BlastHits
Modified Files:
BlastHits.pm
Log Message:
new modules
Index: BlastHits.pm
===================================================================
RCS file: /cvsroot/genex/genex-server/Genex/BlastHits/BlastHits.pm,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** BlastHits.pm 24 Apr 2003 00:19:01 -0000 1.36
--- BlastHits.pm 24 Apr 2003 21:35:27 -0000 1.37
***************
*** 552,557 ****
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! $unique = $dbh->quote_identifier($unique);
! push(@clauses,"$unique=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
--- 552,556 ----
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! push(@clauses,$dbh->quote_identifier($unique). "=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
|
|
From: <jas...@us...> - 2003-04-24 21:37:01
|
Update of /cvsroot/genex/genex-server/Genex/Audit
In directory sc8-pr-cvs1:/tmp/cvs-serv10811/Audit
Modified Files:
Audit.pm
Log Message:
new modules
Index: Audit.pm
===================================================================
RCS file: /cvsroot/genex/genex-server/Genex/Audit/Audit.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Audit.pm 24 Apr 2003 00:19:00 -0000 1.12
--- Audit.pm 24 Apr 2003 21:35:26 -0000 1.13
***************
*** 547,552 ****
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! $unique = $dbh->quote_identifier($unique);
! push(@clauses,"$unique=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
--- 547,551 ----
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! push(@clauses,$dbh->quote_identifier($unique). "=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
|
|
From: <jas...@us...> - 2003-04-24 21:37:00
|
Update of /cvsroot/genex/genex-server/Genex/ArrayDesign
In directory sc8-pr-cvs1:/tmp/cvs-serv10811/ArrayDesign
Modified Files:
ArrayDesign.pm
Log Message:
new modules
Index: ArrayDesign.pm
===================================================================
RCS file: /cvsroot/genex/genex-server/Genex/ArrayDesign/ArrayDesign.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** ArrayDesign.pm 24 Apr 2003 00:19:00 -0000 1.12
--- ArrayDesign.pm 24 Apr 2003 21:35:24 -0000 1.13
***************
*** 653,658 ****
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! $unique = $dbh->quote_identifier($unique);
! push(@clauses,"$unique=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
--- 653,657 ----
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! push(@clauses,$dbh->quote_identifier($unique). "=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
|
|
From: <jas...@us...> - 2003-04-24 21:36:58
|
Update of /cvsroot/genex/genex-server/Genex/Array
In directory sc8-pr-cvs1:/tmp/cvs-serv10811/Array
Modified Files:
Array.pm
Log Message:
new modules
Index: Array.pm
===================================================================
RCS file: /cvsroot/genex/genex-server/Genex/Array/Array.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Array.pm 24 Apr 2003 00:19:00 -0000 1.12
--- Array.pm 24 Apr 2003 21:35:20 -0000 1.13
***************
*** 708,713 ****
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! $unique = $dbh->quote_identifier($unique);
! push(@clauses,"$unique=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
--- 708,712 ----
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! push(@clauses,$dbh->quote_identifier($unique). "=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
|
|
From: <jas...@us...> - 2003-04-24 21:36:58
|
Update of /cvsroot/genex/genex-server/Genex/AM_FactorValues
In directory sc8-pr-cvs1:/tmp/cvs-serv10811/AM_FactorValues
Modified Files:
AM_FactorValues.pm
Log Message:
new modules
Index: AM_FactorValues.pm
===================================================================
RCS file: /cvsroot/genex/genex-server/Genex/AM_FactorValues/AM_FactorValues.pm,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** AM_FactorValues.pm 24 Apr 2003 00:19:00 -0000 1.35
--- AM_FactorValues.pm 24 Apr 2003 21:35:18 -0000 1.36
***************
*** 569,574 ****
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! $unique = $dbh->quote_identifier($unique);
! push(@clauses,"$unique=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
--- 569,573 ----
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! push(@clauses,$dbh->quote_identifier($unique). "=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
|
|
From: <jas...@us...> - 2003-04-24 21:36:53
|
Update of /cvsroot/genex/genex-server/Genex/Feature
In directory sc8-pr-cvs1:/tmp/cvs-serv10811/Feature
Modified Files:
Feature.pm
Log Message:
new modules
Index: Feature.pm
===================================================================
RCS file: /cvsroot/genex/genex-server/Genex/Feature/Feature.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** Feature.pm 24 Apr 2003 00:19:05 -0000 1.18
--- Feature.pm 24 Apr 2003 21:35:48 -0000 1.19
***************
*** 647,652 ****
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! $unique = $dbh->quote_identifier($unique);
! push(@clauses,"$unique=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
--- 647,651 ----
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! push(@clauses,$dbh->quote_identifier($unique). "=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
|
|
From: <jas...@us...> - 2003-04-24 21:36:53
|
Update of /cvsroot/genex/genex-server/Genex/ExternalDatabase
In directory sc8-pr-cvs1:/tmp/cvs-serv10811/ExternalDatabase
Modified Files:
ExternalDatabase.pm
Log Message:
new modules
Index: ExternalDatabase.pm
===================================================================
RCS file: /cvsroot/genex/genex-server/Genex/ExternalDatabase/ExternalDatabase.pm,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** ExternalDatabase.pm 24 Apr 2003 00:19:04 -0000 1.36
--- ExternalDatabase.pm 24 Apr 2003 21:35:45 -0000 1.37
***************
*** 586,591 ****
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! $unique = $dbh->quote_identifier($unique);
! push(@clauses,"$unique=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
--- 586,590 ----
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! push(@clauses,$dbh->quote_identifier($unique). "=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
|
|
From: <jas...@us...> - 2003-04-24 21:36:50
|
Update of /cvsroot/genex/genex-server/Genex/ExperimentSet
In directory sc8-pr-cvs1:/tmp/cvs-serv10811/ExperimentSet
Modified Files:
ExperimentSet.pm
Log Message:
new modules
Index: ExperimentSet.pm
===================================================================
RCS file: /cvsroot/genex/genex-server/Genex/ExperimentSet/ExperimentSet.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** ExperimentSet.pm 24 Apr 2003 00:19:04 -0000 1.42
--- ExperimentSet.pm 24 Apr 2003 21:35:44 -0000 1.43
***************
*** 721,726 ****
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! $unique = $dbh->quote_identifier($unique);
! push(@clauses,"$unique=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
--- 721,725 ----
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! push(@clauses,$dbh->quote_identifier($unique). "=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
|
|
From: <jas...@us...> - 2003-04-24 21:36:49
|
Update of /cvsroot/genex/genex-server/Genex/ExperimentFactors
In directory sc8-pr-cvs1:/tmp/cvs-serv10811/ExperimentFactors
Modified Files:
ExperimentFactors.pm
Log Message:
new modules
Index: ExperimentFactors.pm
===================================================================
RCS file: /cvsroot/genex/genex-server/Genex/ExperimentFactors/ExperimentFactors.pm,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** ExperimentFactors.pm 24 Apr 2003 00:19:04 -0000 1.36
--- ExperimentFactors.pm 24 Apr 2003 21:35:42 -0000 1.37
***************
*** 609,614 ****
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! $unique = $dbh->quote_identifier($unique);
! push(@clauses,"$unique=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
--- 609,613 ----
$value =~ s/(\w)\s*$/$1/;
# we have to quote the column names in case they have reserved words
! push(@clauses,$dbh->quote_identifier($unique). "=" . $dbh->quote($value));
}
$UNIQUE_WHERE = join(' AND ', @clauses);
|