kennethreitz
|
ab41e3ff51
|
RecordCollection
|
2016-02-13 01:57:16 -05:00 |
|
kennethreitz
|
1007e47fe6
|
Query parameters
|
2016-02-13 01:48:34 -05:00 |
|
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
|
1b48374a95
|
Interactive Mode™
|
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
|
8f9ff6b9a2
|
Merge pull request #38 from mcdallas/repr_
Added __repr__ to Database()
|
2016-02-11 16:32:58 -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 |
|
kennethreitz
|
e3a8406056
|
base of CLI
|
2016-02-11 00:07:45 -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
|
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 |
|
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
|
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 |
|
kennethreitz
|
86b4fc6b57
|
fixes
|
2016-02-09 04:11:32 -05:00 |
|
kennethreitz
|
e3863b494e
|
cleanup
|
2016-02-09 04:10:30 -05:00 |
|
kennethreitz
|
189eaa6867
|
RecordSet.export(), improved slicing.
|
2016-02-09 04:09:33 -05:00 |
|
kennethreitz
|
da35e0f027
|
better slicing (and dicing!)
|
2016-02-09 03:44:50 -05:00 |
|
kennethreitz
|
011edd26e3
|
ResultSet[0:42]
|
2016-02-09 03:41:59 -05:00 |
|
kennethreitz
|
55d879f273
|
Merge branch 'master' of https://github.com/btubbs/records into btubbs-master
|
2016-02-09 03:10:26 -05:00 |
|
mcdallas
|
9fce318457
|
changes to __iter__ and __next__
|
2016-02-09 03:13:14 +00:00 |
|
Andrew Doroschenko
|
b349a656db
|
Enabled compliance test file in DataBase.query_file()
When requesting the file is not checked, this directory or file. It should do library
|
2016-02-08 12:18:36 +03:00 |
|
Brent Tubbs
|
ed66a81be9
|
support namedtuple rows as an alternative to dicts
|
2016-02-07 12:03:07 -07:00 |
|
kennethreitz
|
2651e25aef
|
records.py
|
2016-02-07 02:04:31 -05:00 |
|