-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
bugA defect of the softwareA defect of the softwareverifiedAll test cases were verified successfullyAll test cases were verified successfully
Description
Sample scripts accessing MSSQL doesn't work anymore after upstream release of freetds-1.1.11.
Steps to reproduce
- Create a test script which access a MSSQL server and uses column aliases (eg. https://github.com/nethesis/nethserver-phonebook-mysql/blob/master/root/usr/share/phonebooks/samples/business_nts.php
) - Update from
freetds-0.95.81tofreetds-1.1.11
Expected behavior
Data from aliased column must be accessible from PHP script.
Actual behavior
Data from aliased column are not accessible from PHP script.
Components
- freetds-1.1.11-1.el7.x86_64
- nethserver-phonebook-mysql-2.1.2-1.ns7.noarch
See also
Upstream issue: https://bugs.php.net/bug.php?id=75534
Metadata
Metadata
Assignees
Labels
bugA defect of the softwareA defect of the softwareverifiedAll test cases were verified successfullyAll test cases were verified successfully