Added - `sample` module to retrive table data without manual SQL query
0.1.4
Fixed - Issue [9](https://github.com/Tw1sm/PySQLRecon/issues/9) - `search`, `columns` and `rows` modules now appropriately use linked rpc queries - these modules would previously fail
0.1.3
Fixed - Issue [3](https://github.com/Tw1sm/PySQLRecon/issues/3) - Roles queried from the database now use `IS_MEMBER` call instead `IS_SRVMEMBER` to check membership
0.1.2
Fixed - Issue [1](https://github.com/Tw1sm/PySQLRecon/issues/1) - When using `clr` module, if custom assembly already exists under a different name `pysqlrecon` would previously log the error and exit - Now it deletes the offending assembly and tries creation again