api_keyparameter to Server class, allows connecting to secure RDS host.
- limit defaults to
Noneinstead of 20
Parameters modified and new ones added. Bugs fixed and tests created.
rds_formatparameter to select and tabulate queries, changes json output formatcountparameter to select and tabulate queries, returns row countgroupbyparameter to tabulate query- returned RdsResults now has
countandtotalsattributes
include_metadataparameter changed tometadatalimitparameter default changed from 1000 to 20measuretabulate parameter default changed from count(*) to None
- query batching accounting for 10000 cell limit as opposed to row limit
- batching queries in a tabulate query
Modifying query parameters.
weightsparameter added toselectandtabulatequeries
inject_metadataparameter changed toinclude_metadata
Added additional Select parameter.
- Added
injectparameter to inject labels into code values returned
Bug fix.
- Fixed bug appending column names in results returned
- Better error handling
Created new classes to better encapsulate functions
- Server class for server information
- Catalog class for catalog information
Bug fix, added more comprehensive tests.
- Default measure value in
tabulate()
Bug fix.
- Code metadata retrieval
Initial commit.
- Select queries
- Tabulate queries
- Metadata retrieval