IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2008, 4:21:32 PM (18 years ago)
Author:
jhoblitt
Message:

attempt to handle SQL NULL take 4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/psDB.c

    r17923 r17924  
    2323 * 4.1.2 or newer is required.
    2424 *
    25  * $Id: psDB.c,v 1.166 2008-06-05 02:20:18 jhoblitt Exp $
     25 * $Id: psDB.c,v 1.167 2008-06-05 02:21:32 jhoblitt Exp $
    2626 */
    2727
     
    25312531        psDBAddToLookupTable(mysqlToSqlLookupTable, MYSQL_TYPE_SET,       "SET");
    25322532        psDBAddToLookupTable(mysqlToSqlLookupTable, MYSQL_TYPE_ENUM,      "ENUM");
    2533         psDBAddToLookupTable(mysqlToSqlLookupTable, MYSQL_TYPE_NULL,      "NULL-type");
     2533        psDBAddToLookupTable(mysqlToSqlLookupTable, MYSQL_TYPE_NULL,      "NULL");
    25342534    } else {
    25352535        // increment the ref count by one for every psDB
Note: See TracChangeset for help on using the changeset viewer.