1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected 2 days ago.
Sep 08, 2025 — Sep 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reduce number of call to Flavor.get More... about 13 years ago
Use list to construct params instead of adding tuples More... about 13 years ago
Add array support in operators More... about 13 years ago
Fix license in setup.py More... about 13 years ago
Remove download_url in setup.py More... about 13 years ago
Increase version number More... about 13 years ago
Added tag 0.1 for changeset 2543c23b577c More... about 13 years ago
Prepare release 0.1 More... about 13 years ago
Missing classifier for New BSD license More... about 13 years ago
Switch to New BSD license More... about 13 years ago
Don't use max_limit if offset is 0 More... about 13 years ago
Don't filter None operand in Operator More... about 13 years ago
Allow any _SelectQueryMixin in CombiningQuery More... about 13 years ago
Overlay keyword is FOR instead of TO More... about 13 years ago
Use uppercase for SQL position keyword More... about 13 years ago
Make Operator an Expression and Fix In operator with list of Expression and CombiningQuery More... about 13 years ago
Allow to use non-Expression in Case conditional More... about 13 years ago
Allow to Cast non-Expression More... about 13 years ago
Add Cast expression More... about 13 years ago
Add support for order_by, limit and offset on Combination query More... about 13 years ago
Rename args in conditionals into values More... about 13 years ago
Explicitly set __hash__ on Expression for Python 3 More... about 13 years ago
Add some missing __slots__ More... about 13 years ago
Allow to use more than 2 queries in CombiningQuery More... about 13 years ago
Add params computation on group_by, having and order_by More... about 13 years ago
Use UPDATE syntax compatible with sqlite More... about 13 years ago
Fix params for Equal operator More... about 13 years ago
Add output name More... about 13 years ago
Add README to test suite More... about 13 years ago
Add join method on FromItem More... about 13 years ago