|
|
Choosing A Webhost: |
RE: patch 20031120: msg#00221db.tds.freetds
> > > > However I changed tds_iconv prototype and some behaviour. > io parameter > > was replaced with a flags parameter that specify direction, > previous > > error and chunking behaviour. tds_iconv return a set of errors, not > > only a single error. > > Onestly I don't like that much the change (perhaps it's > best to add a > > int* flags parameter??)... however it works. > > Ugh, I don't like it either. I'll review your mail in case > you told me already, but I don't understand why tds_iconv > should care about incomplete end-of-buffer sequences. It > should return normally, leaving errno set to EILSEQ, and let > the caller determine if that's an error warranting a user > message or not. > In chunked conversions every single chunk can raise EILSEQ so I return error that tds_iconv had and I pass them back to next tds_iconv so tds_iconv know if it has already sent a message. Also in chunk conversions tds_iconv do not send a message on EINVAL. > Please, let's not overload TDS_ICONV_DIRECTION. We can bury > a flag in TDSSOCKET or TDSICONVINFO if need be. > It's better in TDSICONVINFO but caller should send a "this is the first chunk" flag... perhaps this can be a better solution... add a field to TDSICONV to store old errors and caller should say if this is the first and/or the last chunk (in no-chunk conversions it's always the first and the last chunk). So you can also reset iconv state (iconv(cd, NULL, NULL, NULL, NULL) )... Does this sound reasonable ? freddy77
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: Read UNIVARCHAR field from Sybase 12.5.1, ZIGLIO Frediano |
|---|---|
| Next by Date: | RE: patch 20031120, Lowden, James K |
| Previous by Thread: | RE: patch 20031120, Lowden, James K |
| Next by Thread: | RE: patch 20031120, Lowden, James K |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |