Activity for unixODBC

  • UENO Satosi UENO Satosi posted a comment on discussion Help

    I have SQLServer 2017 instances on Windows 2016 Server installed on Oracle Virtualbox. When I try to connect to the server by isql and FreeTDS driver with wrong user name or password, I get garbled(mojibake) error message as follows. $ isql -v EXP sa Password [S1000][unixODBC][FreeTDS][SQL Server]Unable to connect to data source [37000][unixODBC][FreeTDS][SQL Server]???? 'sa' ?????????????? [ISQL]ERROR: Could not SQLConnect How can I get right error message? I confirmed that I could connect to the...

  • Nick Gorham Nick Gorham committed [r226]

    Add connection pool limits

  • Nick Gorham Nick Gorham committed [r225]

    Merge git change, Fix trace problems #71

  • Nick Gorham Nick Gorham committed [r224]

    Remove more defined lines from unixodbc_conf.h

  • Nick Gorham Nick Gorham committed [r223]

    Pull change over from git

  • Nick Gorham Nick Gorham committed [r222]

    Add check for intptr_t to configure.ac

  • Nick Gorham Nick Gorham committed [r221]

    Fix typo

  • Nick Gorham Nick Gorham committed [r220]

    Call driver functions through prototypes

  • Nick Gorham Nick Gorham modified ticket #47

    SQLGetData returns SQL_SUCCESS instead of SQL_SUCCESS_WITH_INFO

  • Ondrej Dubaj Ondrej Dubaj posted a comment on ticket #47

    From the investigation my colleague has made, the problem is bind to mysql-odbc connector, so this issue can be closed, as unixODBC seems to work fine.

  • Ondrej Dubaj Ondrej Dubaj posted a comment on ticket #47

    Attaching reproducer. Using mysql With VARCHAR column (500 char data) Table created Data inserted Select Column 1 is name Fetch Get SUCCESS_WITH_INFO 500 255/255 Get SUCCESS 245 245/500 SQLGetData fails (100) Table deleted Done With VARBINARY column (500 char data, thus 1000 hex char result) Table created Data inserted Select Column 1 is name Fetch Get SUCCESS 1000 254/254 Get SUCCESS 746 254/508 Get SUCCESS 492 254/762 Get SUCCESS 238 238/1000 SQLGetData fails (100) Table deleted Done IN the second...

  • Nick Gorham Nick Gorham posted a comment on ticket #47

    Ok, it sounds to me like a driver issue, so I will need to be able to replicate this to know if its a issue unixODBC needs to look at

  • Ondrej Dubaj Ondrej Dubaj posted a comment on ticket #47

    Just the PHP test for now, I will work on a reproducer if it is needed.

  • Nick Gorham Nick Gorham posted a comment on ticket #47

    This sounds like a driver issue, do you have a example that shows the problem?

  • Ondrej Dubaj Ondrej Dubaj created ticket #47

    SQLGetData returns SQL_SUCCESS instead of SQL_SUCCESS_WITH_INFO

  • Nick Gorham Nick Gorham committed [r219]

    Remove VERSION define from unixodbc_conf.h.in

  • Nick Gorham Nick Gorham committed [r218]

    Add line to isql man page

  • Nick Gorham Nick Gorham committed [r217]

    Man page updates

  • Nick Gorham Nick Gorham committed [r216]

    Fix spelling errors

  • Nick Gorham Nick Gorham committed [r215]

    Add unicode connection pooling

  • Nick Gorham Nick Gorham committed [r214]

    Add extra ini exports from odbcinst

  • Nick Gorham Nick Gorham committed [r213]

    use getpwuid_r is available

  • Nick Gorham Nick Gorham committed [r212]

    Buffer length for SQLGetDiagRecW and SQLErrorW is in characters, not bytes.

  • Nick Gorham Nick Gorham committed [r211]

    Update man page version numbers

  • Nick Gorham Nick Gorham committed [r210]

    Add connection attr persistence

  • Morton Bernstein Morton Bernstein posted a comment on discussion Help

    Using isql with NLS_LANG set to .UTF returns two values 170,144 for the hebrew letter 'א' instead of one value 224. While sqlplus does return the correct "one" value 224 when using NLS_LANG is .UTF. No matter which NLS_LANG for isql the query select dump('א') from dual always returns 170,144. We are not using unicode. The Oracle server NLS_LANG is IW8ISO8859P8. In odbc.ini the Charset is set to .UTF-8. I would appreciate any ideas. Thanks, Morton

  • Nick Gorham Nick Gorham committed [r209]

    Fix licence version number

  • Nick Gorham Nick Gorham committed [r208]

    Fix problem mixing 2 and 3 verion drivers, and add max col width to iusql

  • Nick Gorham Nick Gorham committed [r207]

    Release 2.3.9

  • Nick Gorham Nick Gorham committed [r206]

    Remode UNIXODBC_SOURCE from unixodbc_conf.h

  • Nick Gorham Nick Gorham committed [r205]

    Move onto 2.3.9pre

  • Nick Gorham Nick Gorham committed [r204]

    Fix some typo's

  • Nick Gorham Nick Gorham committed [r203]

    Release 2.3.8

  • Nick Gorham Nick Gorham committed [r202]

    Fix some leaks

  • Nick Gorham Nick Gorham committed [r201]

    Add null ptr check in iniPropertyInsert

  • Nick Gorham Nick Gorham committed [r200]

    Stop double releaseing iconv handles in pooling

  • Nick Gorham Nick Gorham committed [r199]

    Fix SQL_ATTR_CONNECTION_DEAD arg

  • Nick Gorham Nick Gorham committed [r198]

    Fix lost iconv handle with pooling

  • Nick Gorham Nick Gorham committed [r197]

    Add Missing quotes

  • Nick Gorham Nick Gorham committed [r196]

    Add ICONV variables to config headers

  • Nick Gorham Nick Gorham committed [r195]

    Change default for enable-iconvperdriver

  • Nick Gorham Nick Gorham committed [r194]

    Add iconvperdriver configure option to allow calling unicode_setup in SQLAllocHandle

  • Chris Capitolo Chris Capitolo posted a comment on discussion Help

    Thanks very much, I rebuilt isql keeping the readline lib in mind. It seems to be working as expected now.

  • Nick Gorham Nick Gorham posted a comment on discussion Help

    Hi, Sorry, missed this. I will have to guess. It is clearly to do with how the two distrobutions build their isql, and I suspect it may be related to the use or not of the readline lib. My copy built from source will take the prescense of ";"in the last char of the line as the direction to execute the staement. So, with that in mind, I think the SuSE version is possibly returning a space after the ";" so it requires a explicit "go" to execute. But assuming they both used the same code it has to be...

  • Chris Capitolo Chris Capitolo posted a comment on discussion Help

    I'm still looking for a response to this one. I asked the same question in an SAP Hana forum and they directed me to unixODBC for an answer. Does anyone have any ideas?

  • Nick Gorham Nick Gorham committed [r193]

    Try using W error functions first if we have them

  • Nick Gorham Nick Gorham committed [r192]

    Try using W error functions first if we have them

  • Nick Gorham Nick Gorham committed [r191]

    When setting connection attributes set before connect also check if the W entry poins can be used

  • Nick Gorham Nick Gorham committed [r190]

    Update pkg-config templates

  • Nick Gorham Nick Gorham committed [r189]

    Remove trailing space from isql/iusql

  • Nick Gorham Nick Gorham committed [r188]

    Fix some Unicode length issues

  • Nick Gorham Nick Gorham committed [r187]

    Don't include NUL-terminator in length in unicode_to_ansi_alloc

  • Nick Gorham Nick Gorham committed [r186]

    Alter W to A call sequence

  • Nick Gorham Nick Gorham committed [r185]

    Try and fix ini file race condition

  • mammuthus mammuthus created ticket #4

    Create rpm for Centos7

  • Ján Jockusch Ján Jockusch created ticket #46

    libodbc1: Truncates "odbc.ini" randomly under high load

  • Nick Gorham Nick Gorham committed [r184]

    Fix pooling seg fault

  • Nick Gorham Nick Gorham committed [r183]

    Add some man page improvements

  • Nick Gorham Nick Gorham committed [r182]

    Fix SQLDataSources terminator character

  • Nick Gorham Nick Gorham committed [r181]

    Fix typo

  • Nick Gorham Nick Gorham modified ticket #45

    SQLDriversW is ignoring user configuration

  • Nick Gorham Nick Gorham posted a comment on ticket #45

    Patch has been added. Thanks.

  • Nick Gorham Nick Gorham committed [r180]

    Added patch from jesusmalo@users.sourceforge.net

  • GSU GSU posted a comment on ticket #45

    Patch fixing the issue has been provided

  • GSU GSU created ticket #45

    SQLDriversW is ignoring user configuration

  • Chris Capitolo Chris Capitolo posted a comment on discussion Help

    I have two servers, one Red Hat and one SuSE. Both have the ODBC for SAP Hana client installed, and both have an ODBC DSN configured to connect into the same Hana database. I'm able to use unixODBC isql on either system to connect into the database and run queries. However, I notice a difference in behavior when I use the -n option in isql. On Red Hat, when I end a line with a semicolon, it executes the statement. On SuSE, a "GO" command is still needed after the semicolon. I'm running the same version...

  • Nick Gorham Nick Gorham committed [r179]

    Add checks to show sizeof( SQLLEN ) problems via logging

  • Nick Gorham Nick Gorham committed [r178]

    Add checks to show sizeof( SQLLEN ) problems via logging

  • Nick Gorham Nick Gorham committed [r177]

    Tidy up some errors

  • Nick Gorham Nick Gorham modified ticket #43

    Build fails with BSD make

  • Nick Gorham Nick Gorham posted a comment on ticket #43

    Not heard back, wo will assume fixed.

  • Nick Gorham Nick Gorham modified ticket #44

    SQL Server money precision must be 4

  • Nick Gorham Nick Gorham posted a comment on ticket #44

    Not a unixODBC issue (I believe)

  • Nick Gorham Nick Gorham posted a comment on ticket #44

    Hi, I think the proiblem is likely to be with the driver (freeTDS I think) not the driver manager, I would ask the freTDS folk about this.

  • Student Student created ticket #44

    SQL Server money precision must be 4

  • Nick Gorham Nick Gorham committed [r176]

    Move to 2.3.8pre and add editline support

  • unixODBC unixODBC released /unixODBC/2.3.7/ReadMe

  • unixODBC unixODBC released /unixODBC/2.3.7/unixODBC-2.3.7pre.tar.gz

  • unixODBC unixODBC released /unixODBC/2.3.7/ChangeLog

  • unixODBC unixODBC released /unixODBC/2.3.7/unixODBC-2.3.7pre.tar.gz.md5

  • unixODBC unixODBC released /unixODBC/2.3.7/ReadMe

  • Nick Gorham Nick Gorham committed [r175]

    Release 2.3.7

  • Nick Gorham Nick Gorham committed [r174]

    Connection pooling: Fix liveness check for Unicode drivers

  • Nick Gorham Nick Gorham committed [r173]

    bug fix when SQLGetPrivateProfileString() is called to get a list of sections or a list of keys

  • Nick Gorham Nick Gorham committed [r172]

    Update ChangeLog

  • Nick Gorham Nick Gorham committed [r171]

    improve diag record handling with the behavior of Windows DM and export SQLCancelHandle

  • Nick Gorham Nick Gorham committed [r170]

    Spelling mistakes and remove some exports. If the exports are needed, fix in a clearner way

  • Nick Gorham Nick Gorham committed [r169]

    Change header test

  • Nick Gorham Nick Gorham posted a comment on ticket #43

    Just commited a change that I hope will fix the problem

  • Nick Gorham Nick Gorham committed [r168]

    try and remove use of gmake CURDIR

  • Nick Gorham Nick Gorham modified a comment on ticket #43

    Thanks, I will look into this.

  • Nick Gorham Nick Gorham modified ticket #43

    Build fails with BSD make

  • Nick Gorham Nick Gorham posted a comment on ticket #43

    THanks, I will look into this.

  • Bernard Spil Bernard Spil created ticket #43

    Build fails with BSD make

  • Nick Gorham Nick Gorham committed [r167]

    Another typo to fix

  • Nick Gorham Nick Gorham committed [r166]

    Small speeling fixes

  • Mattias Säteri Mattias Säteri posted a comment on ticket #42

    Wow, that was a lightning fast fix. :-) Thanks!

  • Nick Gorham Nick Gorham committed [r165]

    update version in manpages

  • Nick Gorham Nick Gorham modified ticket #23

    cannot build with QT-2.2.4 - needs QTextEdit

  • Nick Gorham Nick Gorham posted a comment on ticket #23

    Moved in the gui parts

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.