16
I Use This!
Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 4 hours ago.
Feb 15, 2025 — Feb 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed (another) duplicate name More... almost 21 years ago
Fixed (another) duplicate name More... almost 21 years ago
Fixed duplicate name More... almost 21 years ago
Fixed duplicate name More... almost 21 years ago
Postgres raises a different exception than MySQL More... almost 21 years ago
Postgres raises a different exception than MySQL More... almost 21 years ago
Make sure not to clear or drop a table that doesn't exist More... almost 21 years ago
Make sure not to clear or drop a table that doesn't exist More... almost 21 years ago
Added option to show query output More... almost 21 years ago
Added option to show query output More... almost 21 years ago
Make sure all of a set of related classes are created/dropped in the right order More... almost 21 years ago
Make sure all of a set of related classes are created/dropped in the right order More... almost 21 years ago
If any classes must be dropped, they all must be dropped More... almost 21 years ago
If any classes must be dropped, they all must be dropped More... almost 21 years ago
Added test option to show SQL More... almost 21 years ago
Added test option to show SQL More... almost 21 years ago
Don't collect SQLObject Test* classes More... almost 21 years ago
Don't collect SQLObject Test* classes More... almost 21 years ago
Use py.test conftest file to add a --Database option (instead of postgres)... more customization upcoming More... almost 21 years ago
Use py.test conftest file to add a --Database option (instead of postgres)... more customization upcoming More... almost 21 years ago
In Iteration.next(), handle the case where the id is None by returning None. With outer joins this is a common case, e.g. Contact.select(join=LEFTJOINOn(Customer, Contact, Customer.q.id==Contact.q.customerID)) where some customers have no contacts. More... almost 21 years ago
In Iteration.next(), handle the case where the id is None by returning None. With outer joins this is a common case, e.g. Contact.select(join=LEFTJOINOn(Customer, Contact, Customer.q.id==Contact.q.customerID)) where some customers have no contacts. More... almost 21 years ago
Test that query results with None IDs (e.g. some outer join cases) are handled correctly, i.e. return None for that object. More... almost 21 years ago
Test that query results with None IDs (e.g. some outer join cases) are handled correctly, i.e. return None for that object. More... almost 21 years ago
py.test was catching class named Test* More... almost 21 years ago
py.test was catching class named Test* More... almost 21 years ago
Create database in wrong order More... almost 21 years ago
Create database in wrong order More... almost 21 years ago
Added better help messages; added upgrade command More... almost 21 years ago
Added better help messages; added upgrade command More... almost 21 years ago