1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 15, 2025 — Sep 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add asc and desc property on Expression More... about 13 years ago
Fix 80 cols More... about 13 years ago
Improve alias management of FromItem More... about 13 years ago
Fix insert with function in values More... about 13 years ago
Fix arguments formatting of functions More... about 13 years ago
Add Literal More... about 13 years ago
Remove useless slots in Extract function More... about 13 years ago
Move Expression outside of Column More... about 13 years ago
Fix README for new '*' select fallback More... about 13 years ago
Move '*' fallback in Select instead of select method More... about 13 years ago
Fix Equal and NotEqual when right operand is None More... over 13 years ago
Fix SQL syntax when inserting from a query More... over 13 years ago
Add Python 3 support More... over 13 years ago
Fix AliasManager inside thread More... over 13 years ago
Add UNION, INTERSECT and EXCEPT More... over 14 years ago
Check columns table in Insert More... over 14 years ago
Don't use alias for columns in Update More... over 14 years ago
Add EXISTS, ANY/SOME, ALL operators More... over 14 years ago
Add Date/Time functions More... over 14 years ago
Fix mapping of Trim More... over 14 years ago
Add data formating functions More... over 14 years ago
Add missing string functions More... over 14 years ago
Add function mapping in Flavor More... over 14 years ago
Add Mathematical, Trigonometric and String functions More... over 14 years ago
Add flavor for ilike extension More... over 14 years ago
Don't set OFFSET if zero More... over 14 years ago
Add paramstyle to Flavor More... over 14 years ago
Add NULLIF, GREATEST, LEAST More... over 14 years ago
Make attributes of conditionals public More... over 14 years ago
Add COALESCE More... over 14 years ago