|
From: Chris W. <la...@us...> - 2001-11-25 01:34:45
|
Update of /cvsroot/openinteract/SPOPS
In directory usw-pr-cvs1:/tmp/cvs-serv6022
Modified Files:
Changes
Log Message:
finished off changes for this version
Index: Changes
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/Changes,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** Changes 2001/11/09 13:10:43 1.71
--- Changes 2001/11/25 01:34:42 1.72
***************
*** 1,5 ****
Revision history for Perl extension SPOPS.
! 0.53
Overall:
--- 1,5 ----
Revision history for Perl extension SPOPS.
! 0.53 Sat Nov 24 20:50:32 EST 2001
Overall:
***************
*** 15,18 ****
--- 15,25 ----
- Example of how you can create read-only objects in SPOPS.
+ * eg/My/UTFConvert.pm:
+
+ - Example of converting to/from unicode values for datasources
+ that store unicode (WARNING: This is a demo only, and only works
+ for those 5.6.0 and earlier versions of perl that support 'use
+ utf8')
+
* SPOPS.pm:
***************
*** 21,24 ****
--- 28,36 ----
keys to work properly.
+ * SPOPS/ClassFactory/DBI.pm:
+
+ - Add id_clause() and id() methods to classes using
+ multiple-field primary keys (see below).
+
* SPOPS/DBI.pm:
***************
*** 51,54 ****
--- 63,75 ----
- Always make a backup before doing anything, and keep it around
rather than deleting it.
+
+ * t/dbi_config.pl:
+
+ - Moved certain information from t/30_dbi.t here and generalized
+ for other DBI tests.
+
+ * t/30_dbi.t:
+
+ - Modified to use dbi_config.pl for certain behaviors
* t/31_dbi_multifield.t:
|