openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
Squawk SQL
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 02, 2024 — Aug 02, 2025
Showing page 1 of 3
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Change 'requires' to 'install_requires' in setup.py. Fixes #1
Samuel Stauffer
More...
about 11 years ago
Separated version into a file by itself to avoid dependency issues when running setup.py
Samuel Stauffer
More...
over 14 years ago
AccessLogParser now separates request into method, path, and httpver
Samuel Stauffer
More...
over 14 years ago
Fixed example in README
Samuel Stauffer
More...
over 14 years ago
Cleaned up aggregate functions. They now convert values as necessary.
Samuel Stauffer
More...
about 15 years ago
Fixed word usage in a comment
Samuel Stauffer
More...
about 15 years ago
Added a pickle parser. Only supports lists of dictionaries, and it's inefficient since Python doesn't have a streaming pickle reader as standard.
Samuel Stauffer
More...
about 15 years ago
AccessLogParser now sets bytes to 0 if it's not a valid int
Samuel Stauffer
More...
over 15 years ago
Renamed nginx parser to access_log, and changed the regex to match the standard common log format.
Samuel Stauffer
More...
over 15 years ago
Added "pyparsing" to requirements in setup.py
Samuel Stauffer
More...
over 15 years ago
Version now 0.2.1 (yeah, the versions are a bit arbitrary at the moment)
Samuel Stauffer
More...
over 15 years ago
Updated examples in README to match new api
Samuel Stauffer
More...
over 15 years ago
Added regex ops to where clause (~ ~* !~ !~* = case sensitive, case insensitive, not matched case sensitive, not matched case insensitive)
Samuel Stauffer
More...
over 15 years ago
Fixed subqueries
Samuel Stauffer
More...
over 15 years ago
support sql like syntax (cherry picked from commit 9dd766f30eb056bf91e8ff7b7cbe0b494f437ca6)
unknown
More...
over 15 years ago
Pushed out version 0.2.0
Samuel Stauffer
More...
over 15 years ago
Renamed column_names to columns
Samuel Stauffer
More...
over 15 years ago
Added support for * in select.
Samuel Stauffer
More...
over 15 years ago
Incremented version to 0.1.0
Samuel Stauffer
More...
over 15 years ago
Added a CSV parser
Samuel Stauffer
More...
over 15 years ago
Now that the 'squawk' command is installed with setup.py.. updated the README to reflact that
Samuel Stauffer
More...
over 15 years ago
Started abstracting the parsers
Samuel Stauffer
More...
over 15 years ago
Added installable command "squawk"
Samuel Stauffer
More...
over 15 years ago
Added multiple column support to GROUP BY
Samuel Stauffer
More...
over 15 years ago
Cleaning up and documenting some classes and methods
Samuel Stauffer
More...
over 15 years ago
Added requirements to README (Python2.5 or later & pyparsing)
Samuel Stauffer
More...
over 15 years ago
Cleaned up examples for readability in README. Split long lines.
Samuel Stauffer
More...
over 15 years ago
Added mention of License (BSD) to README
Samuel Stauffer
More...
over 15 years ago
Copy fail.. fixed the LICENSE
Samuel Stauffer
More...
over 15 years ago
Small change to TODO
Samuel Stauffer
More...
over 15 years ago
←
1
2
3
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree