Page MenuHomeSolus

Initial commit of msodbcsql
ClosedPublic

Authored by der_eismann on Sep 3 2018, 2:30 PM.
Tags
None
Referenced Files
F11046656: D3785.id.diff
Thu, Aug 10, 1:55 PM
F11046655: D3785.id9365.diff
Thu, Aug 10, 1:55 PM
F11046654: D3785.id9866.diff
Thu, Aug 10, 1:55 PM
F11046653: D3785.id11355.diff
Thu, Aug 10, 1:55 PM
F11032323: D3785.diff
Wed, Aug 9, 2:08 PM
F11006712: D3785.diff
Tue, Aug 1, 4:34 PM
F10978764: D3785.id9866.diff
Sat, Jul 22, 8:41 PM
F10907281: D3785.id11355.diff
Jul 6 2023, 6:58 PM

Details

Summary

Include Microsoft ODBC SQL drivers for the PHP modules.

Test Plan
  • 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

Repository
R4606 msodbcsql
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Copy contents of /etc/msodbcsql/odbcinst.ini to /etc/odbcinst.ini

Then why aren't we just installing there in the first place?

JoshStrobl added inline comments.
package.yml
20

%apply_patches and files/series aren't necessary. It's a single file.

This revision now requires changes to proceed.Sep 19 2018, 7:36 AM

Changing patch and updating package

Copy contents of /etc/msodbcsql/odbcinst.ini to /etc/odbcinst.ini

Then why aren't we just installing there in the first place?

The file /etc/odbcinst.ini is already part of the package unixodbc, I think it's meant to be manually modified.

This revision is now accepted and ready to land.Dec 11 2018, 4:21 AM
This revision was automatically updated to reflect the committed changes.