Changeset 8760
- Timestamp:
- Sep 6, 2006, 3:43:36 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r8759 r8760 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.9 1$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-09-07 01: 23:03$14 * @version $Revision: 1.92 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-09-07 01:43:36 $ 16 16 * 17 17 * Copyright (C) 2005-2006 Joshua Hoblitt, University of Hawaii … … 1884 1884 psDBAddToLookupTable(mysqlToSqlLookupTable, MYSQL_TYPE_DATETIME, "DATETIME"); 1885 1885 psDBAddToLookupTable(mysqlToSqlLookupTable, MYSQL_TYPE_YEAR, "YEAR"); 1886 psDBAddToLookupTable(mysqlToSqlLookupTable, MYSQL_TYPE_STRING, "CHAR"); 1886 // strictly speaking this should CHAR but there is no equivilent ps type 1887 // for char as psString is already mapped to varchar 1888 psDBAddToLookupTable(mysqlToSqlLookupTable, MYSQL_TYPE_STRING, "VARCHAR"); 1887 1889 psDBAddToLookupTable(mysqlToSqlLookupTable, MYSQL_TYPE_VAR_STRING,"VARCHAR"); 1888 1890 psDBAddToLookupTable(mysqlToSqlLookupTable, MYSQL_TYPE_BLOB, "BLOB");
Note:
See TracChangeset
for help on using the changeset viewer.
