Author: ianb
Date: 2004-08-17 18:37:17 -0400 (Tue, 17 Aug 2004)
New Revision: 181
Modified:
trunk/SQLObject/docs/News.txt
Log:
Added note about _idType
Modified: trunk/SQLObject/docs/News.txt
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/SQLObject/docs/News.txt 2004-08-17 22:34:50 UTC (rev 180)
+++ trunk/SQLObject/docs/News.txt 2004-08-17 22:37:17 UTC (rev 181)
@@ -51,6 +51,11 @@
* New ``_create(id, **kw)`` method that can be overridden to intercept
and modify attempts to insert rows in the database.
=20
+* You can specify ``_idType`` in your class, like ``_idType =3D str``.
+ The default type is ``int``; i.e., IDs are coerced to integers.
+ This is a temporary interface; a more general specifier for primary
+ keys will be added later.
+
Bugs
----
=20
|