Opened 17 years ago
Closed 15 years ago
#12214 closed enhancement (worksforme)
RFE: unixODBC: Increase compatibility with Sybase SQL Anywhere
Reported by: | mjscod@… | Owned by: | alakazam@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | simon@… | |
Port: | unixODBC |
Description
SQLConnect fails with HY090 when user_name==NULL && name_length2==SQL_NTS or authentication==NULL && name_length3==SQL_NTS. I'll attach a patch that fixes this problem.
Attachments (2)
Change History (11)
Changed 17 years ago by mjscod@…
Changed 17 years ago by mjscod@…
Attachment: | patch-DriverManager_SQLConnect.c added |
---|
Fixes the NULL/SQL_NTS problem on SQLConnect
comment:1 Changed 17 years ago by mjscod@…
I forgot to mention that this patch adds an additional variant "debug".
comment:2 Changed 17 years ago by nox@…
Milestone: | → Port Enhancements |
---|---|
Priority: | Expected → Normal |
Summary: | unixODBC: Increase compatibility with Sybase SQL Anywhere → RFE: unixODBC: Increase compatibility with Sybase SQL Anywhere |
Version: | 1.4.40 |
comment:4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Port: | unixODBC added |
---|
comment:5 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
comment:6 Changed 15 years ago by blb@…
Owner: | changed from macports-tickets@… to alakazam@… |
---|
comment:7 Changed 15 years ago by alakazam@…
Status: | new → assigned |
---|
comment:8 Changed 15 years ago by alakazam@…
This looks like an issue with unixODBC that should be fixed upstream, and may have been fixed (in two years time) since this ticket was open. Is this issue still present in version 2.2.14 of unixODBC ?
comment:9 Changed 15 years ago by alakazam@…
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The new Portfile that contains a reference to the new patch