0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 17 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added coerce param to NamedCollection. More... almost 14 years ago
added ability to coerce column types on collection init More... almost 14 years ago
Fixed bug encountered when adding multiple formatted columns on a collection with multiple rows. More... almost 14 years ago
Added calculated columns for NamedCollection. More... almost 14 years ago
Added add_calculated_columns method to Collection. More... almost 14 years ago
Added missing-coverage detail to 'make test' More... almost 14 years ago
Refactored 'new column commit' for simplified 'new column' methods, and actual working transaction order error-correction. More... almost 14 years ago
added more stuff to test_commit_group More... almost 14 years ago
beefed up test_commit_new_cols More... almost 14 years ago
Added test for 'new_cols' transaction commit-instruction. More... almost 14 years ago
Check for ValueErrors during commit process (helps resolve solvable errors in NamedCollections) More... almost 14 years ago
DependencyResolutionError is now raised when needed. Added test for commit-errors that helped track down this problem. More... almost 14 years ago
datalib.transaction doc fixes. More... almost 14 years ago
Added tests for _commit_group; fixed bug encountered when grouping with custom function. More... almost 14 years ago
simplified _group_commit by keeping the instructions list 1d. More... almost 14 years ago
removed unnecessary try/catch More... almost 14 years ago
Test transaction._commit_filter More... almost 14 years ago
Added test for TransactionAlreadyActiveError. More... almost 14 years ago
Added html coverage instructions to readme. More... almost 14 years ago
Added test for 'rollback transaction on exception in with-block' functionality More... almost 14 years ago
Include doc-tests in makefile test commands More... almost 14 years ago
Added make cmd that yields html coverage report. More... almost 14 years ago
Added testing section to readme More... almost 14 years ago
Added makefile for misc util stuff (just 'test' for now). More... almost 14 years ago
Fixed issue of group records having improper number of columns More... almost 14 years ago
removed unnecessary hashing stuff - just convert to string and use hash() More... almost 14 years ago
Added __hash__ to NamedRecord. Added tests for NamedRecord. Added group-by children membership tests for NamedCollection. More... almost 14 years ago
Added tests for indexed record. More... almost 14 years ago
Added __hash__ to Record object Added assert for checking groupby child collection membership in original ungrouped collection. More... almost 14 years ago
refactored group-by tests. More... almost 14 years ago