2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jan 26, 2025 — Jan 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Style. More... almost 15 years ago
Check the return value of the sscanf call in parse_date. More... almost 15 years ago
Check the return value of the sscanf call in parse_date. More... almost 15 years ago
Check the return value of the sscanf call in parse_time. More... almost 15 years ago
Check the return value of the sscanf call in parse_time. More... almost 15 years ago
sscanf returns an int, so tokens_read should also be an int. More... almost 15 years ago
sscanf returns an int, so tokens_read should also be an int. More... almost 15 years ago
Style. More... almost 15 years ago
Style. More... almost 15 years ago
Tidy: More... almost 15 years ago
Tidy: More... almost 15 years ago
Merge remote branch 'upstream/master' into dry_common_code More... almost 15 years ago
Merge remote branch 'upstream/master' into dry_common_code More... almost 15 years ago
First pass at DRYing of the common code. More... almost 15 years ago
First pass at DRYing of the common code. More... almost 15 years ago
Just operate on tokens_read (instead of missing). More... almost 15 years ago
Just operate on tokens_read (instead of missing). More... almost 15 years ago
Refactor parse_date_time, and fix test to function properly. More... almost 15 years ago
Refactor parse_date_time, and fix test to function properly. More... almost 15 years ago
Fix hangs in specs More... almost 15 years ago
Fix hangs in specs More... almost 15 years ago
A few iterative improvements to avoid Connection Pool exhaustion. More... almost 15 years ago
A few iterative improvements to avoid Connection Pool exhaustion. More... almost 15 years ago
Primarily fix bug introduced in 83d72d60: TZ DST calculation was broken. More... almost 15 years ago
Primarily fix bug introduced in 83d72d60: TZ DST calculation was broken. More... almost 15 years ago
Address FIXME: raise exception when we don't get a result when we expect one. More... almost 15 years ago
Address FIXME: raise exception when we don't get a result when we expect one. More... almost 15 years ago
Remove unused piece of code, and add FIXME. More... almost 15 years ago
Remove unused piece of code, and add FIXME. More... almost 15 years ago
Fix bug when using nested transactions in concurrent scenarios. More... almost 15 years ago