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

Add CI jobs testing Unicode builds #265

Open
mloskot opened this issue Feb 15, 2021 · 0 comments
Open

Add CI jobs testing Unicode builds #265

mloskot opened this issue Feb 15, 2021 · 0 comments
Labels
category/chore status/help-wanted Looking for help or expertise on a subject

Comments

@mloskot
Copy link
Member

mloskot commented Feb 15, 2021

We need to test SQL Server on Windows and Linux a, see comments thread #259 (comment)

After switching CI to GHA (see #374) we are planning to decommission AppVeyor, so we will need Unicode-based build jobs need to be ported.


We cover Unicode-based builds vs SQL Server on Windows

nanodbc/.appveyor.yml

Lines 28 to 30 in cbc4ec2

- DB: MSSQL2016
G: "Visual Studio 15 2017 Win64"
ENABLE_UNICODE: ON

But, we don't seem to cover it on Linux, see .travis.yml.

@mloskot mloskot added category/chore status/help-wanted Looking for help or expertise on a subject labels Feb 15, 2021
mloskot added a commit to mloskot/nanodbc that referenced this issue Jan 29, 2023
Build library, tests and examples using matrix comprised of
variety of GCC and clang versions and C++ standard versions.
Build selection of tests with GCC on Ubuntu 22.04 aka ubuntu-latest
and run against corresponding databases - currently it is PostgreSQL,
SQL Server and SQLite. TODO: Add MySQL.

Part of nanodbc#265
Part of nanodbc#266
mloskot added a commit that referenced this issue Jan 29, 2023
Build library, tests and examples using matrix comprised of
variety of GCC and clang versions and C++ standard versions.
Build selection of tests with GCC on Ubuntu 22.04 aka ubuntu-latest
and run against corresponding databases - currently it is PostgreSQL,
SQL Server and SQLite. TODO: Add MySQL.

Part of #265
Part of #266

* test: Catch::Contains does not support wchar_t
@mloskot mloskot changed the title Add CI jobs on Linux testing Unicode builds against SQL Server Add CI jobs testing Unicode builds Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category/chore status/help-wanted Looking for help or expertise on a subject
Projects
None yet
Development

No branches or pull requests

1 participant