Allow isc_info_svc_to_eof be used for sending binary stream to service ----------------------------------------------------------------------
Key: CORE-5631 URL: http://tracker.firebirdsql.org/browse/CORE-5631 Project: Firebird Core Issue Type: Improvement Components: API / Client Library, Engine Affects Versions: 4.0 Beta 1 Reporter: Dimitry Sibiryakov Currently when backup is restored via services with stdin usage, only isc_info_svc_line is recognized for sending backup data and isc_info_svc_to_eof is silently ignored (which cause endless loop in application that try to use it). isc_info_svc_line is supposed to be used with text data and using it for binary data is not good from several points of view (EOLN marks, encodings, etc). Binary data is better to be transferred using isc_info_svc_to_eof. Creating of new info item would be not good for backward compatibility. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel