Skip to content

Conversation

@bernardlim
Copy link
Contributor

@bernardlim bernardlim commented Nov 3, 2025

Summary

This PR improves the ClickHouse C# Driver documentation by fixing errors, adding missing information, and updating outdated examples.

Key Changes:

  • Updated namespace references from ClickHouse.Client.ADO to ClickHouse.Driver.ADO throughout examples
  • Enhanced "Supported Data Types" section with complete .NET type mappings (e.g., Int8sbyte, UInt64ulong)
  • Added missing data types: Decimal128, Map(K, V)Dictionary<K, V>
  • Reorganized numeric types into clearer subcategories (Signed Integers, Unsigned Integers, Floating Point, Decimal)
  • Migrated additional examples and best practices from old wiki documentation
  • Improved code example formatting for consistency

Checklist

  • Updated documentation content only (no URL changes required)
  • Fixed namespace inconsistencies (ClickHouse.ClientClickHouse.Driver)
  • Added missing data type mappings for developer reference
  • Verified all code examples compile with current ClickHouse.Driver package
  • Maintained existing anchor IDs to preserve external links

Update some example using client to driver, missing data types and migrated some examples from old wiki
@bernardlim bernardlim requested review from a team as code owners November 3, 2025 04:23
@vercel
Copy link

vercel bot commented Nov 3, 2025

@bernardlim is attempting to deploy a commit to the ClickHouse Team on Vercel.

A member of the Team first needs to authorize it.

@CLAassistant
Copy link

CLAassistant commented Nov 3, 2025

CLA assistant check
All committers have signed the CLA.

@bernardlim bernardlim closed this Nov 3, 2025
@bernardlim bernardlim deleted the patch-1 branch November 3, 2025 04:29
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