[Informixdb-cvs] informixdb/doc manual.txt,1.2,1.3
Brought to you by:
chaese,
f-apolloner
From: Daniel S. <da...@us...> - 2005-10-22 14:26:16
|
Update of /cvsroot/informixdb/informixdb/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24085 Modified Files: manual.txt Log Message: document NULL/None in 'Database values'. documentation should be complete now Index: manual.txt =================================================================== RCS file: /cvsroot/informixdb/informixdb/doc/manual.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** manual.txt 22 Oct 2005 14:07:55 -0000 1.2 --- manual.txt 22 Oct 2005 14:26:05 -0000 1.3 *************** *** 300,303 **** --- 300,307 ---- database independent time or timestamp (i.e. ``DATETIME``) values. + ``NULL`` + SQL ``NULL`` is represented by Pythons ``None`` when binding parameters + or returning results. + Furthermore there are a number of objects defined by the module which can be used to compare database column types as they appear in `Cursor.description` |