Skip to content

Commit 0488e63

Browse files
committed
fixes
1 parent 6852335 commit 0488e63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Query.Farm SQL Manipulation
1+
# [Query.Farm](https://query.farm) SQL Manipulation
22

33
A Python library for intelligent SQL predicate manipulation using [SQLGlot](https://sqlglot.com/sqlglot.html). This library provides tools to safely remove specific predicates from `SQL WHERE` clauses and filter SQL statements based on column availability.
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "query-farm-sql-manipulation"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "A Python library for intelligent SQL predicate manipulation using SQLGlot. This library provides tools to safely remove specific predicates from `SQL WHERE` clauses and filter SQL statements based on column availability."
55
authors = [
66
{ name = "Rusty Conover", email = "rusty@query.farm" }

0 commit comments

Comments
 (0)