1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Explicitly set __hash__ on Expression for Python 3 More... almost 11 years ago
Add some missing __slots__ More... almost 11 years ago
Allow to use more than 2 queries in CombiningQuery More... almost 11 years ago
Add params computation on group_by, having and order_by More... almost 11 years ago
Use UPDATE syntax compatible with sqlite More... almost 11 years ago
Fix params for Equal operator More... almost 11 years ago
Add output name More... almost 11 years ago
Add README to test suite More... almost 11 years ago
Add join method on FromItem More... almost 11 years ago
Add asc and desc property on Expression More... almost 11 years ago
Fix 80 cols More... almost 11 years ago
Improve alias management of FromItem More... almost 11 years ago
Fix insert with function in values More... almost 11 years ago
Fix arguments formatting of functions More... almost 11 years ago
Add Literal More... almost 11 years ago
Remove useless slots in Extract function More... almost 11 years ago
Move Expression outside of Column More... almost 11 years ago
Fix README for new '*' select fallback More... almost 11 years ago
Move '*' fallback in Select instead of select method More... almost 11 years ago
Fix Equal and NotEqual when right operand is None More... almost 11 years ago
Fix SQL syntax when inserting from a query More... almost 11 years ago
Add Python 3 support More... almost 11 years ago
Fix AliasManager inside thread More... almost 11 years ago
Add UNION, INTERSECT and EXCEPT More... almost 12 years ago
Check columns table in Insert More... almost 12 years ago
Don't use alias for columns in Update More... almost 12 years ago
Add EXISTS, ANY/SOME, ALL operators More... almost 12 years ago
Add Date/Time functions More... almost 12 years ago
Fix mapping of Trim More... almost 12 years ago
Add data formating functions More... almost 12 years ago