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 test for table with accented column name #222

Open
nj1973 opened this issue Jul 31, 2024 · 0 comments
Open

Add test for table with accented column name #222

nj1973 opened this issue Jul 31, 2024 · 0 comments
Labels
p3 Low priority tests Issues relates only to tests

Comments

@nj1973
Copy link
Collaborator

nj1973 commented Jul 31, 2024

Test table:

CREATE TABLE accent_col
( id    NUMBER(5)
, col_À NUMBER(10));
INSERT INTO accent_col VALUES (1,1);
COMMIT;

We need to ensure NLS_LANG is set correctly for the test to be executed.

@nj1973 nj1973 added p3 Low priority tests Issues relates only to tests labels Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p3 Low priority tests Issues relates only to tests
Projects
None yet
Development

No branches or pull requests

1 participant