Skip to content

Commit

Permalink
Add expressions to conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubknejzlik committed Jan 29, 2024
1 parent b2564c9 commit 5aeb06f
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 185 deletions.
6 changes: 0 additions & 6 deletions src/Condition.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,6 @@ describe("Condition", () => {
"`foo` NOT LIKE 'He_lo wor%'"
);
});

it("should handle special characters", () => {
expect(Cond.equal("ěščřžýáíé aaa_", 123).toSQL(flavor)).toEqual(
"`ěščřžýáíé aaa_` = 123"
);
});
});

describe("Conditions.fromString", () => {
Expand Down
Loading

0 comments on commit 5aeb06f

Please sign in to comment.