Skip to content

Entiqon v1.1.0 – Dialect-Aware Builders Unleashed

This release empowers Entiqon with structured, dialect-aware SQL rendering across all query builders.


✨ Highlights

  • πŸ” Dialect Support: Escape table and column identifiers safely via .WithDialect(...)
  • βœ… PostgreSQL Engine: First-class support for identifier escaping and conflict clauses
  • 🧠 Modular Design: All builders β€” SELECT, INSERT, UPDATE, DELETE, UPSERT β€” now accept dialect engines

πŸ”§ Enhancements

  • token.Condition unified across all builders
  • Helpers added: .Set(...), IsValid(), AppendCondition(...), NewCondition(...)
  • UpsertBuilder delegates dialect-aware logic through InsertBuilder

πŸ“˜ Documentation

  • README updated with:
    • Dialect usage example
    • β€œDialect Support” section
    • Version and Go Reference badges

Entiqon now speaks your dialect β€” clean, modular, and production-safe.