Обсуждение: SVN Commit by dpage: r6839 - in trunk/pgadmin3: . docs/en_US pgadmin/debugger

Поиск
Список
Период
Сортировка

SVN Commit by dpage: r6839 - in trunk/pgadmin3: . docs/en_US pgadmin/debugger

От
svn@pgadmin.org
Дата:
Author: dpage

Date: 2007-11-28 11:47:00 +0000 (Wed, 28 Nov 2007)

New Revision: 6839

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6839&view=rev

Log:
Fix the debugger to send actual NULL values rather than
'NULL' through the EnterpriseDB callable statement API.
Allow parameter values to be NULL or empty strings on
both PostgreSQL and EnterpriseDB using the same syntax
as the Edit Grid.


Modified:
   trunk/pgadmin3/CHANGELOG
   trunk/pgadmin3/docs/en_US/debugger.html
   trunk/pgadmin3/pgadmin/debugger/dbgTargetInfo.cpp
   trunk/pgadmin3/pgadmin/debugger/dlgDirectDbg.cpp