snaql
snaql copied to clipboard
Raw *QL queries from Python without pain
``` DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working ``` https://docs.python.org/3/library/collections.abc.html Maybe you can...
I had a situation where my project is being deployed in a container on GCP, and my *.sql files (with snaql syntax) lived in a cloud storage bucket, also in...
Hello, If I define a macro in my queries file and then use it in a SQL block like this: ``` {% macro foo() %} hello {% endmacro %} {%...
I am trying to get this result `user_id in ('123', '456', '789')` but this fails: `user_id in {{ user_ids|guards.string|join(', ') }}` and this returns just a guard on the whole...
a possible errand mapping for a single-quote value with a.sql ``` {% sql 'test_quote' %} select {{ name|guards.string }} {% endsql %} ``` with sqlite3, it generates an error of...
Fix python 3.10 breaking change for collections #19
Hi, your project snaql(commit id: 9e3987e19e677725f8d4882cb15882be6366db09) requires "schema==0.6.5" in its dependency. After analyzing the source code, we found that the following versions of schema can also be suitable, i.e., schema...