On 06/21/12 16:56, Dmitry Yemanov wrote: > BTW, Statement::fetch() doesn't have to return 100 either. It could > return boolean true/false and be replaced with 100 in the old API only. >
Just one detail. Boolean type is treated slightly different in various languages (specially TRUE value: 1, -1, any non-zero). Therefore let's better use int as returned type in API. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
