Revision: 2157 http://openser.svn.sourceforge.net/openser/?rev=2157&view=rev Author: henningw Date: 2007-05-07 05:01:18 -0700 (Mon, 07 May 2007)
Log Message: ----------- - move most of the time and date handling functions for databases to db_ut.h - delete the implementations in unixodbc, mysql and partly in postgresql - fix header includes for these modules - postgresql saves the time and date with the timezone attached, so this module can not use the common db_time2str - change the _XOPEN_SOURCE define to 600 use the SuSv3 definition for strptime, the old define conflicts with some string handling functions - delete the unneded time related defines in postgresql module - add undefs after the defines to avoid changes for subsequent includes Modified Paths: -------------- trunk/db/db_ut.c trunk/db/db_ut.h trunk/modules/mysql/dbase.c trunk/modules/mysql/my_con.c trunk/modules/mysql/val.c trunk/modules/postgres/db_utils.c trunk/modules/postgres/db_utils.h trunk/modules/postgres/db_val.c trunk/modules/unixodbc/dbase.c trunk/modules/unixodbc/my_con.c trunk/modules/unixodbc/val.c Removed Paths: ------------- trunk/modules/mysql/utils.c trunk/modules/mysql/utils.h trunk/modules/unixodbc/utils.c trunk/modules/unixodbc/utils.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Devel mailing list Devel@openser.org http://openser.org/cgi-bin/mailman/listinfo/devel