Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set DATAFORMATVERSION2 = 4 #51

Closed
wants to merge 1 commit into from
Closed

Set DATAFORMATVERSION2 = 4 #51

wants to merge 1 commit into from

Conversation

dotchev
Copy link
Contributor

@dotchev dotchev commented Aug 24, 2016

Fix #50

Also removed ConnectOption.DATA_FORMAT_VERSION as connection option 12 is reserved and should not be used.

Fix SAP#50

Also removed ConnectOption.DATA_FORMAT_VERSION as connection option 12 is reserved and should not be used.
@dotchev
Copy link
Contributor Author

dotchev commented Jan 10, 2017

Potentially incompatible change.
Setting DATAFORMATVERSION2=4 causes some other type mismatches like DATE is returned as DAYDATE and TIME is returned as SECONDTIME.

Clients can set it like this
client.connectOptions.dataFormatVersion2 = 4;

@dotchev dotchev closed this Jan 10, 2017
@dotchev dotchev reopened this Jan 10, 2017
@dotchev dotchev closed this Jan 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant