Include Microsoft ODBC SQL drivers for the PHP modules.
Details
Details
- Reviewers
JoshStrobl DataDrake - Group Reviewers
Triage Team - Commits
- R4606:e9269a13f07f: Initial commit of msodbcsql
- Copy contents of /etc/msodbcsql/odbcinst.ini to /etc/odbcinst.ini
- Execute sqlcmd
$ sqlcmd -S 192.168.103.66 -U sysop -P "password" 1> select * from dbo.MSreplication_options 2> GO optname value major_version minor_version revision install_failures -------------------------------------------------------------------------------------------------------------------------------- ----- ------------- ------------- ----------- ---------------- transactional 1 90 0 0 0 merge 1 90 0 0 0 security_model 1 90 0 0 0 (3 rows affected)
Diff Detail
Diff Detail
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Copy contents of /etc/msodbcsql/odbcinst.ini to /etc/odbcinst.ini
Then why aren't we just installing there in the first place?
| package.yml | ||
|---|---|---|
| 19 | %apply_patches and files/series aren't necessary. It's a single file. | |
Comment Actions
The file /etc/odbcinst.ini is already part of the package unixodbc, I think it's meant to be manually modified.