[Devel] SF.net SVN: openser: [2185] trunk

Henning Westerholt henning.westerholt at 1und1.de
Thu May 10 14:37:19 CEST 2007


Revision: 2185
          http://openser.svn.sourceforge.net/openser/?rev=2185&view=rev
Author:   henningw
Date:     2007-05-10 05:37:19 -0700 (Thu, 10 May 2007)

Log Message:
-----------
- more database interface cleanup
- move the free_rows function to db/db_res.c
- move the free_row function to db/db_row.c
- change mysql and unixodbc to use this implementation
- the postgresql uses a different implementation, this still needs some
  investigation
- move common used print_columns function to db_ut.c
- change the mysql, postgresql and unixodbc modules to use this implementation
- use the right mysql and postgresql escape function for BLOBs instead of the 
  deprecated function which could produce errors in certain corner cases
- extends comments in db dir and database modules

Modified Paths:
--------------
    trunk/db/db_res.h
    trunk/db/db_row.h
    trunk/db/db_ut.c
    trunk/db/db_ut.h
    trunk/modules/mysql/dbase.c
    trunk/modules/mysql/res.c
    trunk/modules/mysql/res.h
    trunk/modules/mysql/row.c
    trunk/modules/mysql/row.h
    trunk/modules/mysql/val.c
    trunk/modules/postgres/db_res.c
    trunk/modules/postgres/db_val.c
    trunk/modules/postgres/dbase.c
    trunk/modules/unixodbc/dbase.c
    trunk/modules/unixodbc/res.c
    trunk/modules/unixodbc/row.c
    trunk/modules/unixodbc/row.h
    trunk/modules/unixodbc/val.c

Added Paths:
-----------
    trunk/db/db_res.c
    trunk/db/db_row.c


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Devel mailing list