Skip to Content.
Sympa Menu

freetds - Re: [freetds] Problem retrieveing results from bottom to top

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: christos AT zoulas.com (Christos Zoulas)
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>, dveiga AT advtechnology.com.ar
  • Subject: Re: [freetds] Problem retrieveing results from bottom to top
  • Date: Tue, 17 Jun 2008 19:22:09 -0400

On Jun 17, 6:28pm, jklowden AT freetds.org ("James K. Lowden") wrote:
-- Subject: Re: [freetds] Problem retrieveing results from bottom to top

| Daniel A. Veiga wrote:
| > I believe the approach of MSSQL ODBC driver (fetching the row
| > number only when needed) is better than the one I found in the
| > jDBC driver. So I implemented
| > SQLGetStmtAttr(SQL_ATTR_ROW_NUMBER) that way.
|
| Hi Daniel,
|
| I don't want your patch to get lost; it's nice work. When you don't see
| an answer to serious work on this list for a few days, it's usually
| because it need serious consideration and no one's been able to look at it
| carefully.
|
| Your patch is a little difficult to apply easily because of how it's
| generated. Could I ask you to redo it?
|
| The command you want is:
|
| $ diff -u /path/to/freetds-orig . > odbc.cursor7.diff
|
| while '.' represents the top of your patched FreeTDS source tree.
|
| A universal diff is much easier to review (for these eyes, at least) and
| easier to edit and apply. If you don't do that, I'll have to apply each
| patch one at at time, then use CVS to generate a universal (-u) diff, and
| start again.
|
| Unless Frediano objects, I expect to review and apply your patch more or
| less as is and let the chips fall where they may. If it creates a
| problem, we can always back it out. Of course, I'm not expecting
| problems.
|

diff -ru

christos




Archive powered by MHonArc 2.6.24.

Top of Page