Implemented result buffer lenght check and fetch, result length aren't limited in...
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 21 Jul 2006 11:43:06 +0000 (11:43 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 21 Jul 2006 11:43:06 +0000 (11:43 +0000)
commit5dd459d650db66a368da85a074a9ecf07d0d039e
tree442a3a01fb1f6c2bf1847e28452799f42019ec28
parent1cc423f4cc6667c138291c587c72896fcf026248
Implemented result buffer lenght check and fetch, result length aren't limited in prepared queries now. Starts with 256 bytes per column.
Fix blob in results (was truncated on \000).
Fix prepared commands without results (INSERT, ...).
Rewrite the example test.
org.glite.lb-utils.db/Makefile
org.glite.lb-utils.db/examples/db_test.c
org.glite.lb-utils.db/project/configure.properties.xml
org.glite.lb-utils.db/src/db.c