issues
search
sripathikrishnan
/
jinjasql
Template Language for SQL with Automatic Bind Parameter Extraction
MIT License
820
stars
90
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fixing Attribute error for autoescape
#58
jieqiangt
opened
7 months ago
0
Fixing MarkUp import error due to deprecated MarkUp module from jinja2
#57
jieqiangt
opened
7 months ago
0
Fixed broken dependencies and tests
#56
NishantAgrwalTR
opened
1 year ago
1
is this project EOL?
#55
bitsofinfo
opened
1 year ago
2
Update core.py
#54
ArnoldoRicardo
closed
2 years ago
0
Bring jinjasql in-line with Jinja2 3.1.2
#53
ghost
opened
2 years ago
13
fix: set MarkupSafe version range
#52
ninoseki
opened
2 years ago
1
Import Markup from markupsafe
#51
jpy-git
closed
2 years ago
6
Jinja2 v 3.1.0 breaks jinjasql
#50
Andrew-Sheridan
opened
2 years ago
16
unittest.makeSuite is deprecated and will be removed in Python 3.13
#49
tirkarthi
opened
2 years ago
0
Docs: How to use JinjaSQL for parameterised inserts
#48
JimboMonkey
closed
2 years ago
1
Docs: Example for multi row insert statement (bulk insert)
#47
kishaningithub
opened
2 years ago
2
[Feature request] Single function with outputting the full query with parameters
#46
kishaningithub
closed
2 years ago
2
Improved bind_in_clause
#45
lokendra-page
opened
3 years ago
0
DeprecationWarning: The 'autoescape' extension is deprecated and will be removed in Jinja 3.1
#44
williamabreu
opened
3 years ago
0
Use assertEqual instead of assertEquals for Python 3.11 compatibility.
#43
tirkarthi
closed
2 years ago
2
Change '#' to '_' so sqlalchemy stops complaining
#42
elpablete
opened
3 years ago
0
sqlsafe not compatible with sqlfluff
#41
david-walker-gfs
closed
2 years ago
1
Docs: when to use jinjasql
#40
robertlagrant
opened
3 years ago
1
"Invalid parameter 1: Parameter index is out of range" when SQL contains comments (-- comment style)
#39
pybokeh
opened
3 years ago
0
example of using Macro?
#38
noklam
opened
3 years ago
0
List all variables in a template
#37
the21st
closed
3 years ago
1
Use field value as function parameter
#36
aguspina
opened
3 years ago
0
Multiple wild cards and filters
#35
sharathsridhar
closed
3 years ago
1
Can I get an example of this module being used in a Flask app?
#34
caffeinatedMike
closed
4 years ago
1
Add identifier filter to support dynamic and safe insertion of identifiers
#33
tomasfarias
opened
4 years ago
0
New feature: escape table and field names
#32
tomasfarias
opened
4 years ago
7
Infinite loop when passing more than 1000 values for a param
#31
Tetradeus
closed
4 years ago
3
Critical: JinjaSQL fails to bind parameters in case of string concatenation
#30
sripathikrishnan
closed
4 years ago
1
Can I use junjasqsl for my (complicated) use case?
#29
ghuname
closed
4 years ago
8
'%' character in SQL LIKE statement throws error
#28
miguelbento
opened
4 years ago
1
Best Practice: an IDE/plugin that will execute jinjasql templated code .
#27
avishalom
closed
4 years ago
2
Fix typo in README
#26
gasparpn
closed
4 years ago
1
Extended array support
#25
Photonios
closed
1 month ago
3
Make prepare_query accept a pre-compiled template
#24
Photonios
closed
4 years ago
1
Make prepare_query accept a pre-compiled template
#23
Photonios
closed
5 years ago
0
Sqlite3 execute fails to execute when bind_params is ordered dict type
#22
dnswrsrx
closed
4 years ago
3
Default placeholder (*format) not up to date with Python 3's sqlite module
#21
dnswrsrx
closed
4 years ago
1
Support asyngpg param styles
#20
aszubarev
closed
4 years ago
3
complete source code generation
#19
jayvdb
opened
5 years ago
4
Sqlsafe doesn't survive template inheritance
#18
ngenain
closed
4 years ago
1
Prevent infinite loops
#17
benrudolph
closed
6 years ago
1
Infinite loops with many params
#16
benrudolph
closed
6 years ago
2
Added support for dictionary type parameters
#15
devashishsharma2302
closed
6 years ago
0
Support passing JSON as dictionaries
#14
Rovanion
closed
6 years ago
2
Push master to pypi
#13
henryrizzi
closed
6 years ago
2
Substituting the same variable multiple times into
#12
notconfusing
closed
4 years ago
5
Use sys.maxsize as upper bound for randrange
#11
ksindi
closed
6 years ago
3
Support for custom filters
#10
zdk123
closed
7 years ago
4
fix inclause # => _
#9
lakeo
closed
7 years ago
3
Next