Skip to content

README — code examples contain mistakes #66

Description

@Ben-Gonzalez-97

README: fix API typos and incorrect examples

  • Component: README.md

Problems (examples)

  • .innerJoin (should be .InnerJoin).
  • Missing comma: .AddWhere "u.favorite" "c.name".
  • Assignment instead of call: .AddHaving = "age", "1", ">".AddHaving "age", 1, ">".
  • Ceate_SQLSelectCreate_SQLSelect; literals inconsistent with shown SQL.
  • Delete example uses With MyUpdate instead of With MyDelete.

Proposed Fix

  • Correct the snippets to match the library’s API and intended SQL.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions