Commit Graph

151 Commits

Author SHA1 Message Date
kennethreitz f3c08b4e39 CLI fixed 2016-02-13 01:40:04 -05:00
kennethreitz 3d30b5f3fc the big refactor 2016-02-13 01:27:04 -05:00
kennethreitz 29301ada61 as_dict 2016-02-12 22:30:47 -05:00
kennethreitz ffde82d237 Cleanup the CLI 2016-02-12 22:19:13 -05:00
kennethreitz 9804d97998 Update README.rst 2016-02-11 20:14:26 -05:00
kennethreitz 0532861301 Update README.rst 2016-02-11 20:13:54 -05:00
kennethreitz 4714c263a0 Update README.rst 2016-02-11 20:08:01 -05:00
kennethreitz 40f85e3169 Update README.rst 2016-02-11 20:07:17 -05:00
kennethreitz a50f2a1607 Update README.rst 2016-02-11 19:59:00 -05:00
kennethreitz ca7f3b0655 Update README.rst 2016-02-11 19:57:50 -05:00
kennethreitz 1a7343146b Update README.rst 2016-02-11 19:56:52 -05:00
kennethreitz f1b2266bb5 Update README.rst 2016-02-11 19:56:16 -05:00
kennethreitz 47b776c36d Update README.rst 2016-02-11 19:55:15 -05:00
kennethreitz 726e958bb3 v0.3.0 2016-02-11 19:51:02 -05:00
kennethreitz 1b48374a95 Interactive Mode™ v0.3.0 2016-02-11 19:49:10 -05:00
kennethreitz d98b3fff7d v0.3.0 2016-02-11 19:23:29 -05:00
kennethreitz 29914ade6d cli. well, that was easy. 2016-02-11 18:01:05 -05:00
kennethreitz 9ca3fb6e82 Merge branch 'master' into cli 2016-02-11 16:39:13 -05:00
kennethreitz 4bbbdc965f updated repr for database 2016-02-11 16:37:04 -05:00
kennethreitz 1cd006b57d Makefile: test: 2016-02-11 16:36:00 -05:00
kennethreitz 3153bc213c Makefile! 2016-02-11 16:35:32 -05:00
kennethreitz 893c46f630 update requirements.txt 2016-02-11 16:35:21 -05:00
kennethreitz 8f9ff6b9a2 Merge pull request #38 from mcdallas/repr_
Added __repr__ to Database()
2016-02-11 16:32:58 -05:00
kennethreitz 2543359182 Merge pull request #35 from hrldcpr/tests
add regression tests for issues #13, #15, and the not-yet-fixed #34
2016-02-11 16:23:37 -05:00
kennethreitz 0afa912083 Merge pull request #36 from hrldcpr/slice-fix
Restrict ResultSet slices to just the sliced rows. Fixes #34.
2016-02-11 16:19:56 -05:00
mcdallas 93620c3ac4 Added __repr__
I used __class__.__name__ instead of Database for potential subclasses.
2016-02-11 17:56:55 +00:00
Harold Cooper 37f3032a4c Restrict ResultSet slices to just the sliced rows. Fixes #34. 2016-02-11 01:40:18 -05:00
Harold Cooper fa3600df20 add regression tests for issues #13, #15, and the not-yet-fixed #34 2016-02-11 01:01:58 -05:00
kennethreitz e3a8406056 base of CLI 2016-02-11 00:07:45 -05:00
kennethreitz 47b460e933 Merge pull request #33 from hrldcpr/cleanup
more cleanups a la 0aa377c
2016-02-10 23:28:55 -05:00
Harold Cooper 9034b51029 typo 2016-02-10 23:28:13 -05:00
Harold Cooper 794806acd5 more cleanups a la 0aa377c 2016-02-10 23:19:54 -05:00
kennethreitz 27ed8d0292 v0.2.0 v0.2.0 2016-02-10 21:03:54 -05:00
kennethreitz 0aa377ce31 cleanups 2016-02-10 21:00:06 -05:00
kennethreitz f26ded6afb Merge pull request #28 from mcdallas/context-manager
Context manager
2016-02-10 20:58:18 -05:00
kennethreitz 906d47c7bb Merge pull request #29 from hrldcpr/master
Fix race condition in ResultSet.__iter__
2016-02-10 20:54:43 -05:00
kennethreitz 1e9df0f67d better PG_TABLES_QUERY 2016-02-10 20:53:29 -05:00
kennethreitz 78996680fb RecordsCursor 2016-02-10 20:45:24 -05:00
kennethreitz 0c6181f590 simpler repr for ResultSet 2016-02-10 20:37:30 -05:00
Harold Cooper f1796e1ac5 Fix race condition in ResultSet.__iter__. Fixes #13, hopefully for good this time. 2016-02-10 13:42:48 -05:00
kennethreitz b138bf60a5 Merge pull request #31 from hrldcpr/patch-1
python 3 compatibility fix
2016-02-10 13:22:34 -05:00
Harold Cooper 906c8ad50b python 3 compatibility fix
this is the only line so far that doesn't work with python 3, so it's probably worth fixing, unless you really want to support python 2.5 or below
2016-02-10 13:09:50 -05:00
mcdallas 0779e6bf4e Python 3 compatibility 2016-02-09 21:35:50 +00:00
mcdallas 2d820cb7ce manual db close 2016-02-09 21:32:47 +00:00
mcdallas ca7ed3f51e enter and exit methods as per Issue #25 2016-02-09 21:29:49 +00:00
kennethreitz bd3a830882 Merge pull request #23 from kleiram/patch-1
Fix a typo in the README
2016-02-09 06:03:03 -05:00
kennethreitz 2a1a4240ea fancy reprs, tablib support for rows 2016-02-09 06:02:44 -05:00
kennethreitz 1ca6da9413 cleanup 2016-02-09 06:02:44 -05:00
kennethreitz 27b3ee9456 new NamedTupleCursor 2016-02-09 06:02:44 -05:00
Ramon Kleiss 64fb0191ad Fix a typo in the README 2016-02-09 10:54:56 +01:00