| From: | Ludek Finstrle <luf(at)pzkagis(dot)cz> |
|---|---|
| To: | pgsql-odbc(at)postgresql(dot)org |
| Subject: | patch for cleanup manual_result |
| Date: | 2005-12-20 15:55:17 |
| Message-ID: | 20051220155517.GA24099@soptik.pzkagis.cz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-odbc |
Hello,
I hoped I can remove whole manual_result. But I found that it can stay
still in code. Reasons:
1) PGAPI_GetTypeInfo - doesn't fill result with unicode string
2) SQLColumns, SQLTables, ... create answers manualy (it direct create
column informations - so it's SQL could not be parsed)
I change defaul manual_result now to FALSE. I removed a lot of
manual_result conditions in source code.
I tried build and test driver with this patch. I don't see problems.
But it needs to be huge tested.
If noone report bugs in patch I'll try release new development
snapshot before X-mas.
Please review and comment patch
Thanks,
Luf
| Attachment | Content-Type | Size |
|---|---|---|
| psqlodbc-cleanup_manual_result.diff | text/plain | 25.9 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Philippe Lang | 2005-12-20 16:23:49 | Thanks Ludek! |
| Previous Message | Philippe CHAMPLEBOUX | 2005-12-20 15:30:14 | Some problems with psqlODBC |