Update of /cvsroot/sqlobject/SQLObject/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv2648
Modified Files:
Authors.txt News.txt
Log Message:
Noted bugfix
Added author attribution
Index: Authors.txt
===================================================================
RCS file: /cvsroot/sqlobject/SQLObject/docs/Authors.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Authors.txt 19 Apr 2003 00:02:57 -0000 1.1
--- Authors.txt 30 May 2003 02:20:22 -0000 1.2
***************
*** 7,11 ****
Contributions have been made by:
! Frank Barknecht <fb...@fo...>
! Bud P. Bruegger <bu...@si...>
! David M. Cook <da...@da...>
--- 7,12 ----
Contributions have been made by:
! * Frank Barknecht <fb...@fo...>
! * Bud P. Bruegger <bu...@si...>
! * David M. Cook <da...@da...>
! * Luke Opperman <lu...@me...>
Index: News.txt
===================================================================
RCS file: /cvsroot/sqlobject/SQLObject/docs/News.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** News.txt 25 May 2003 06:03:45 -0000 1.6
--- News.txt 30 May 2003 02:20:22 -0000 1.7
***************
*** 24,27 ****
--- 24,29 ----
_columns = [Col('someColumn')]
+ Ditto joins.
+
* Cache objects have a clear method, which empties all objects.
However, weak references to objects *are* maintained, so the
***************
*** 125,128 ****
--- 127,133 ----
* Trying to use ``Col('id')`` or ``id = Col()`` will raise an
exception, instead of just acting funky.
+
+ * ``ForeignKey`` columns return None if the associated column is
+ NULL in the database (used to just act weird).
Internal
|