X Tutup
Skip to content

NpgsqlSchema: Use InvariantCulture on all return DataTables with schema ...#1

Merged
franciscojunior merged 1 commit intonpgsql:masterfrom
oskarb:schema-invariant-culture
Nov 19, 2012
Merged

NpgsqlSchema: Use InvariantCulture on all return DataTables with schema ...#1
franciscojunior merged 1 commit intonpgsql:masterfrom
oskarb:schema-invariant-culture

Conversation

@oskarb
Copy link
Copy Markdown

@oskarb oskarb commented Feb 18, 2012

...data. This matches what MS' SqlClient does. This matters e.g. on Turkish culture where 'i' is not lower case for 'I'.

…ma data. This matches what MS' SqlClient does. This matters e.g. on Turkish culture where 'i' is not lower case for 'I'.
@franciscojunior
Copy link
Copy Markdown
Member

I just committed this change to our main repository. I'll update git soon. Thank you very much for your patch, Oskar!

franciscojunior added a commit that referenced this pull request Nov 19, 2012
NpgsqlSchema: Use InvariantCulture on all return DataTables with schema ...
@franciscojunior franciscojunior merged commit 8aa8895 into npgsql:master Nov 19, 2012
franciscojunior pushed a commit that referenced this pull request Nov 21, 2013
gencer pushed a commit to gencer/Npgsql2 that referenced this pull request Apr 11, 2014
[#1011271] NpgsqlSchema: Use InvariantCulture on all return DataTables with schema data.
Thanks Oskar Berggren for patch. Also check npgsql#1 for the patch.
franciscojunior pushed a commit that referenced this pull request Jun 22, 2014
Correct GetConstraints and GetConstraintColumns : use of "as" keyword to...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup